Searched refs:__vfwprintf (Results 1 – 4 of 4) sorted by relevance
/freebsd/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
|
/freebsd/contrib/diff/lib/ |
H A D | error.c | 166 __vfwprintf (stderr, wmessage, args); in error_tail()
|