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