Home
last modified time | relevance | path

Searched refs:wprintf_core (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/src/stdio/
H A Dvfwprintf.c152 static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in wprintf_core() function
357 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) { in vfwprintf()
366 ret = wprintf_core(f, fmt, &ap2, nl_arg, nl_type); in vfwprintf()

Completed in 1 milliseconds