Searched refs:fgetwc_l (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/lib/libc/stdio/
H A Dgetwchar.c55 return (fgetwc_l(stdin, locale));
H A Dgetwc.c58 return (fgetwc_l(fp, locale));
H A Dfgetwc.c49 fgetwc_l(FILE *fp, locale_t locale) function
65 return fgetwc_l(fp, __get_locale());
/freebsd-current/include/xlocale/
H A D_wchar.h57 wint_t fgetwc_l(FILE *, locale_t);

Completed in 180 milliseconds