Searched refs:wprintf_core (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 199 static int wprintf_core(FILE *f, const wchar_t *fmt, va_list *ap, union arg *nl_arg, int *nl_type) in wprintf_core() function 391 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) { in vfwprintf() 395 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type); in vfwprintf() 409 ret = wprintf_core(out, fmt, &ap2, nl_arg, nl_type); in vswprintf() 423 if (wprintf_core(0, fmt, &ap2, nl_arg, nl_type) < 0) return -1; in vfwprintf() 426 ret = wprintf_core(f, fmt, &ap2, nl_arg, nl_type); in vfwprintf()
|