Home
last modified time | relevance | path

Searched refs:test_printf_tapout (Results 1 – 3 of 3) sorted by relevance

/openssl-master/test/testutil/
A Ddriver.c268 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()
350 test_printf_tapout("%d..%d\n", 1, all_tests[i].num); in run_tests()
A Doutput.c36 int test_printf_tapout(const char *fmt, ...) in test_printf_tapout() function
A Doutput.h57 int test_printf_tapout(const char *fmt, ...)

Completed in 7 milliseconds