Searched refs:test_printf_tapout (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/test/testutil/ |
D | driver.c | 268 test_printf_tapout("# OPENSSL_TEST_RAND_ORDER=%d\n", seed); in test_verdict() 269 test_printf_tapout("%s ", verdict != 0 ? "ok" : "not ok"); in test_verdict() 274 test_printf_tapout(" # skipped"); in test_verdict() 275 test_printf_tapout("\n"); in test_verdict() 295 test_printf_tapout("1..0 # Skipped: %s\n", test_prog_name); in run_tests() 301 test_printf_tapout("1..%d\n", num_test_cases); in run_tests() 324 test_printf_tapout("%d - %s (%d..%d)\n", ii + 1, in run_tests() 328 test_printf_tapout("%d - %s\n", ii + 1, in run_tests() 349 test_printf_tapout("%d..%d\n", 1, all_tests[i].num); in run_tests()
|
D | output.c | 36 int test_printf_tapout(const char *fmt, ...) in test_printf_tapout() function
|
D | output.h | 58 int test_printf_tapout(const char *fmt, ...)
|