Searched refs:__vfwprintf (Results 1 – 3 of 3) sorted by relevance
| /src/lib/libc/stdio/ |
| H A D | vswprintf.c | 75 ret = __vfwprintf(&f, locale, fmt, ap); in vswprintf_l()
|
| H A D | local.h | 83 extern int __vfwprintf(FILE *, locale_t, const wchar_t *, __va_list);
|
| H A D | vfwprintf.c | 233 ret = __vfwprintf(&fake, locale, fmt, ap); in __sbprintf() 359 ret = __vfwprintf(fp, locale, fmt0, ap); in vfwprintf_l() 380 __vfwprintf(FILE *fp, locale_t locale, const wchar_t *fmt0, va_list ap) in __vfwprintf() function
|