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