Searched refs:fmt (Results 1 – 3 of 3) sorted by relevance
/libio/ |
A D | tst-swscanf.c | 26 const wchar_t *fmt; member 67 if (swscanf (tests[n].arg, tests[n].fmt, buf) != tests[n].retval) in do_test() 70 tests[n].arg, tests[n].fmt); in do_test() 76 tests[n].arg, tests[n].fmt, buf, tests[n].res); in do_test() 81 tests[n].arg, tests[n].fmt); in do_test()
|
A D | tst-memstream3.c | 48 error_printf (int line, const char *fmt, ...) in error_printf() argument 53 va_start (ap, fmt); in error_printf() 54 vprintf (fmt, ap); in error_printf()
|
A D | libioP.h | 680 extern int __obstack_vprintf_internal (struct obstack *ob, const char *fmt,
|
Completed in 8 milliseconds