Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/stdio/
Dvswprintf.c81 ret = __vfwprintf(&f, locale, fmt, ap); in vswprintf_l()
Dlocal.h86 extern int __vfwprintf(FILE *, locale_t, const wchar_t *, __va_list);
Dvfwprintf.c241 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/
Derror.c166 __vfwprintf (stderr, wmessage, args); in error_tail()