Lines Matching defs:fmt
12 int test_printf_stdout(const char *fmt, ...)
17 va_start(ap, fmt);
18 ret = test_vprintf_stdout(fmt, ap);
24 int test_printf_stderr(const char *fmt, ...)
29 va_start(ap, fmt);
30 ret = test_vprintf_stderr(fmt, ap);
36 int test_printf_tapout(const char *fmt, ...)
41 va_start(ap, fmt);
42 ret = test_vprintf_tapout(fmt, ap);
48 int test_printf_taperr(const char *fmt, ...)
53 va_start(ap, fmt);
54 ret = test_vprintf_taperr(fmt, ap);