Searched refs:test_printf_stdout (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/test/testutil/ |
D | driver.c | 113 test_printf_stdout("%*s# RAND SEED %d\n", subtest_level(), "", seed); in setup_test_framework() 161 test_printf_stdout("%*s%s", level, "", pass ? "ok" : "not ok"); in test_verdict() 163 test_printf_stdout(" "); in test_verdict() 168 test_printf_stdout("\n"); in test_verdict() 180 test_printf_stdout("%*s1..0 # Skipped: %s\n", level, "", in run_tests() 184 test_printf_stdout("%*s# Subtest: %s\n", level, "", test_prog_name); in run_tests() 185 test_printf_stdout("%*s1..%d\n", level, "", num_tests); in run_tests() 219 test_printf_stdout("%*s# Subtest: %s\n", level, "", in run_tests() 221 test_printf_stdout("%*s%d..%d\n", level, "", 1, in run_tests()
|
D | output.h | 29 int test_printf_stdout(const char *fmt, ...);
|
D | output_helpers.c | 12 int test_printf_stdout(const char *fmt, ...) in test_printf_stdout() function
|
/third_party/openssl/test/ |
D | sslapitest.c | 6868 test_printf_stdout("malloc %d realloc %d free %d\n", in setup_tests()
|