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

/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dvwprintf.c40 return (vfwprintf_l(stdout, __current_locale(), fmt, ap));
47 /* no need to call NORMALIZE_LOCALE(loc) because vfwprintf_l will */
48 return (vfwprintf_l(stdout, loc, fmt, ap));
H A Dfwprintf.c43 ret = vfwprintf_l(fp, __current_locale(), fmt, ap);
55 /* no need to call NORMALIZE_LOCALE(loc) because vfwprintf_l will */
57 ret = vfwprintf_l(fp, loc, fmt, ap);
H A Dwprintf.c43 ret = vfwprintf_l(stdout, __current_locale(), fmt, ap);
55 /* no need to call NORMALIZE_LOCALE(loc) because vfwprintf_l will */
57 ret = vfwprintf_l(stdout, loc, fmt, ap);
H A Dvfwprintf.c354 vfwprintf_l(FILE * __restrict fp, locale_t loc, const wchar_t * __restrict fmt0, va_list ap) function
373 return vfwprintf_l(fp, __current_locale(), fmt0, ap);
/macosx-10.10/Libc-1044.1.2/include/xlocale/
H A D_wchar.h52 int vfwprintf_l(FILE * __restrict, locale_t, const wchar_t * __restrict,
148 #pragma GCC poison fgetwln_l fgetws_l fputwc_l fputws_l fwprintf_l fwscanf_l mbrtowc_l mbsnrtowcs_l mbsrtowcs_l putwc_l putwchar_l swprintf_l swscanf_l vfwprintf_l vfwscanf_l vswprintf_l vswscanf_l vwprintf_l vwscanf_l wcrtomb_l wcscoll_l wcsftime_l wcsftime_l wcsnrtombs_l wcsrtombs_l wcstod_l wcstof_l wcstol_l wcstold_l wcstoll_l wcstoul_l wcstoull_l wcswidth_l wcsxfrm_l wcwidth_l wprintf_l wscanf_l

Completed in 107 milliseconds