Searched refs:vfwprintf_l (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dvwprintf.c48 return (vfwprintf_l(stdout, locale, fmt, ap));
H A Dwprintf.c59 ret = vfwprintf_l(stdout, locale, fmt, ap);
H A Dfwprintf.c59 ret = vfwprintf_l(fp, locale, fmt, ap);
H A Dvfwprintf.c353 vfwprintf_l(FILE * __restrict fp, locale_t locale, function
372 return vfwprintf_l(fp, __get_locale(), fmt0, ap);
/freebsd-11-stable/include/xlocale/
H A D_wchar.h86 int vfwprintf_l(FILE * __restrict, locale_t,

Completed in 73 milliseconds