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

/freebsd-11-stable/lib/libc/stdio/
H A Dvswprintf.c79 ret = __vfwprintf(&f, locale, fmt, ap);
91 * fputwc() did in __vfwprintf().
H A Dlocal.h84 extern int __vfwprintf(FILE *, locale_t, const wchar_t *, __va_list);
H A Dvfwprintf.c239 ret = __vfwprintf(&fake, locale, fmt, ap);
365 ret = __vfwprintf(fp, locale, fmt0, ap);
390 __vfwprintf(FILE *fp, locale_t locale, const wchar_t *fmt0, va_list ap) function
/freebsd-11-stable/contrib/diff/lib/
H A Derror.c166 __vfwprintf (stderr, wmessage, args);

Completed in 76 milliseconds