Searched refs:do_test (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | test_printf.c | 41 do_test(int bufsize, const char *expect, int elen, in do_test() function 117 failed_tests += do_test(BUF_SIZE, expect, elen, fmt, ap); in __test() 120 failed_tests += do_test(rand, expect, elen, fmt, ap); in __test() 121 failed_tests += do_test(0, expect, elen, fmt, ap); in __test()
|