Searched refs:test_printf_stderr (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/openssl/test/testutil/ |
| H A D | format_output.c | 25 test_printf_stderr("--- %s\n", left); in test_diff_header() 26 test_printf_stderr("+++ %s\n", right); in test_diff_header() 33 test_printf_stderr("%4s %c NULL\n", "", c); in test_string_null_empty() 35 test_printf_stderr("%4u:%c ''\n", 0u, c); in test_string_null_empty() 96 test_printf_stderr("%4u: '%s'\n", cnt, n2 > n1 ? b2 : b1); in test_fail_string_common() 101 test_printf_stderr("%4u:- '%s'\n", cnt, b1); in test_fail_string_common() 105 test_printf_stderr("%4u:+ '%s'\n", cnt, b2); in test_fail_string_common() 107 test_printf_stderr("%4s %s\n", "", bdiff); in test_fail_string_common() 134 test_printf_stderr("\n"); in test_fail_string_message() 180 test_printf_stderr(" %*s\n", bn_chars + 6, "bit position"); in test_bignum_header_line() [all …]
|
| H A D | tests.c | 30 test_printf_stderr("%s: ", prefix != NULL ? prefix : "ERROR"); in test_fail_message_prefix() 32 test_printf_stderr("(%s) ", type); in test_fail_message_prefix() 35 test_printf_stderr("'%s %s %s' failed", left, op, right); in test_fail_message_prefix() 37 test_printf_stderr("'%s'", op); in test_fail_message_prefix() 40 test_printf_stderr(" @ %s:%d", file, line); in test_fail_message_prefix() 42 test_printf_stderr("\n"); in test_fail_message_prefix() 82 test_printf_stderr("\n"); in test_fail_message_va() 124 test_printf_stderr("\n"); in test_error_c90() 134 test_printf_stderr("\n"); in test_error() 155 test_printf_stderr("\n"); in test_note() [all …]
|
| H A D | options.c | 61 test_printf_stderr("Warning ignored command-line argument %d: %s\n", in opt_check_usage() 65 test_printf_stderr("Warning arguments %d and later unchecked\n", i); in opt_check_usage()
|
| H A D | cb.c | 15 return test_printf_stderr("%s", str); in openssl_error_cb()
|
| H A D | driver.c | 156 test_printf_stderr("Invalid -%s value " in check_single_test_params() 164 test_printf_stderr("-%s option is not valid for test %d:%s\n", in check_single_test_params() 171 test_printf_stderr("Invalid -%s value for test %d:%s\t" in check_single_test_params()
|
| H A D | main.c | 22 test_printf_stderr("Global init failed - aborting\n"); in main()
|
| H A D | output.c | 24 int test_printf_stderr(const char *fmt, ...) in test_printf_stderr() function
|
| H A D | output.h | 60 int test_printf_stderr(const char *fmt, ...)
|
| /src/crypto/openssl/test/ |
| H A D | acvp_test.c | 637 test_printf_stderr("%s: %d\n", "counter", counter); in dsa_paramgen_test()
|