Searched refs:wprintf_core (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/src/stdio/ |
D | vfwprintf.c | 146 static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in wprintf_core() function 350 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) { in vfwprintf() 359 ret = wprintf_core(f, fmt, &ap2, nl_arg, nl_type); in vfwprintf()
|