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

/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dvprintf.c47 return (vfprintf_l(stdout, __current_locale(), fmt, ap));
54 /* no need to call NORMALIZE_LOCALE(loc) because vfprintf_l will */
55 return (vfprintf_l(stdout, loc, fmt, ap));
H A Dfprintf.c51 ret = vfprintf_l(fp, __current_locale(), fmt, ap);
62 /* no need to call NORMALIZE_LOCALE(loc), because vfprintf_l will */
64 ret = vfprintf_l(fp, loc, fmt, ap);
H A Dprintf.c51 ret = vfprintf_l(stdout, __current_locale(), fmt, ap);
62 /* no need to call NORMALIZE_LOCALE(loc) because vfprintf_l will */
64 ret = vfprintf_l(stdout, loc, fmt, ap);
H A Dvfprintf.c277 vfprintf_l(FILE * __restrict fp, locale_t loc, const char * __restrict fmt0, va_list ap) function
/macosx-10.10/Libc-1044.1.2/include/xlocale/
H A D_stdio.h41 int vfprintf_l(FILE * __restrict, locale_t __restrict, const char * __restrict, va_list)

Completed in 270 milliseconds