Searched refs:__vfwprintf (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vswprintf.c | 64 ret = __vfwprintf(&f, fmt, ap); in vswprintf()
|
D | vfwprintf.c | 117 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/ |
D | local.h | 82 int __vfwprintf(FILE * __restrict, const wchar_t * __restrict, __va_list);
|