Searched refs:vfprintf_l (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
H A Dvprintf.c57 return (vfprintf_l(stdout, locale, fmt, ap));
H A Dfprintf.c57 ret = vfprintf_l(fp, __get_locale(), fmt, ap);
69 ret = vfprintf_l(fp, locale, fmt, ap);
H A Dprintf.c68 ret = vfprintf_l(stdout, locale, fmt, ap);
H A DMakefile.inc78 printf_l.3 sprintf_l.3 printf_l.3 vasprintf_l.3 printf_l.3 vfprintf_l.3 \
H A Dvfprintf.c273 vfprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt0, function
292 return vfprintf_l(fp, __get_locale(), fmt0, ap);
/freebsd-12-stable/include/xlocale/
H A D_stdio.h49 int vfprintf_l(FILE * __restrict, locale_t, const char * __restrict,

Completed in 106 milliseconds