Searched refs:__vfwprintf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/lib/libc/stdio/ |
| D | vswprintf.c | 81 ret = __vfwprintf(&f, locale, fmt, ap); in vswprintf_l()
|
| D | local.h | 86 extern int __vfwprintf(FILE *, locale_t, const wchar_t *, __va_list);
|
| D | vfwprintf.c | 241 ret = __vfwprintf(&fake, locale, fmt, ap); in __sbprintf() 367 ret = __vfwprintf(fp, locale, fmt0, ap); in vfwprintf_l() 392 __vfwprintf(FILE *fp, locale_t locale, const wchar_t *fmt0, va_list ap) in __vfwprintf() function
|
| /freebsd-12-stable/contrib/diff/lib/ |
| D | error.c | 166 __vfwprintf (stderr, wmessage, args); in error_tail()
|