Searched defs:__vfwprintf (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfwprintf.c117 ret = __vfwprintf(&fake, fmt, ap);
279 __vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, __va_list ap) function
1059 r = __vfwprintf(fp, fmt0, ap);

Completed in 1464 milliseconds