Searched refs:test_printf_tapout (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssl/test/testutil/ |
| H A D | driver.c | 267 test_printf_tapout("# OPENSSL_TEST_RAND_ORDER=%d\n", seed); in test_verdict() 269 test_printf_tapout("# OPENSSL_TEST_RAND_SEED=%d\n", seed); in test_verdict() 271 test_printf_tapout("%s ", verdict != 0 ? "ok" : "not ok"); in test_verdict() 276 test_printf_tapout(" # skipped"); in test_verdict() 277 test_printf_tapout("\n"); in test_verdict() 297 test_printf_tapout("1..0 # Skipped: %s\n", test_prog_name); in run_tests() 303 test_printf_tapout("1..%d\n", num_test_cases); in run_tests() 325 test_printf_tapout("%d - %s (%d..%d)\n", ii + 1, in run_tests() 329 test_printf_tapout("%d - %s\n", ii + 1, in run_tests() 350 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, ...)
|