Searched refs:vfwprintf_l (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | vwprintf.c | 47 return (vfwprintf_l(stdout, locale, fmt, ap)); in vwprintf_l()
|
H A D | wprintf.c | 58 ret = vfwprintf_l(stdout, locale, fmt, ap); in wprintf_l()
|
H A D | fwprintf.c | 58 ret = vfwprintf_l(fp, locale, fmt, ap); in fwprintf_l()
|
H A D | Symbol.map | 125 vfwprintf_l;
|
H A D | vfwprintf.c | 347 vfwprintf_l(FILE * __restrict fp, locale_t locale, in vfwprintf_l() function 366 return vfwprintf_l(fp, __get_locale(), fmt0, ap); in vfwprintf()
|
/freebsd/include/xlocale/ |
H A D | _wchar.h | 85 int vfwprintf_l(FILE * __restrict, locale_t,
|