Searched refs:test_printf_tapout (Results 1 – 3 of 3) sorted by relevance
/openssl/test/testutil/ |
H A D | driver.c | 272 test_printf_tapout("# OPENSSL_TEST_RAND_ORDER=%d\n", seed); in test_verdict() 274 test_printf_tapout("# OPENSSL_TEST_RAND_SEED=%d\n", seed); in test_verdict() 276 test_printf_tapout("%s ", verdict != 0 ? "ok" : "not ok"); in test_verdict() 281 test_printf_tapout(" # skipped"); in test_verdict() 282 test_printf_tapout("\n"); in test_verdict() 302 test_printf_tapout("1..0 # Skipped: %s\n", test_prog_name); in run_tests() 308 test_printf_tapout("1..%d\n", num_test_cases); in run_tests() 331 test_printf_tapout("%d - %s (%d..%d)\n", ii + 1, in run_tests() 335 test_printf_tapout("%d - %s\n", ii + 1, in run_tests() 356 test_printf_tapout("%d..%d\n", 1, all_tests[i].num); in run_tests()
|
H A D | output.c | 36 int test_printf_tapout(const char *fmt, ...) in test_printf_tapout() function
|
H A D | output.h | 58 int test_printf_tapout(const char *fmt, ...)
|
Completed in 7 milliseconds