Home
last modified time | relevance | path

Searched refs:__vfwprintf (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvswprintf.c64 ret = __vfwprintf(&f, fmt, ap); in vswprintf()
Dvfwprintf.c117 ret = __vfwprintf(&fake, fmt, ap); in __sbprintf()
279 __vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, __va_list ap) in __vfwprintf() function
1070 r = __vfwprintf(fp, fmt0, ap); in vfwprintf()
/bionic/libc/stdio/
Dlocal.h82 int __vfwprintf(FILE * __restrict, const wchar_t * __restrict, __va_list);