Searched defs:locale (Results 51 - 75 of 124) sorted by relevance

12345

/freebsd-10.1-release/lib/libc/string/
H A Dwcswidth.c50 wcswidth_l(const wchar_t *pwcs, size_t n, locale_t locale) argument
/freebsd-10.1-release/lib/libc/locale/
H A Dc16rtomb.c40 c16rtomb_l(char * __restrict s, char16_t c16, mbstate_t * __restrict ps, locale_t locale) argument
H A Dmbrtoc16.c39 mbrtoc16_l(char16_t * __restrict pc16, const char * __restrict s, size_t n, mbstate_t * __restrict ps, locale_t locale) argument
H A Dmbsnrtowcs.c42 mbsnrtowcs_l(wchar_t * __restrict dst, const char ** __restrict src, size_t nms, size_t len, mbstate_t * __restrict ps, locale_t locale) argument
H A Dnextwctype.c41 nextwctype_l(wint_t wc, wctype_t wct, locale_t locale) argument
H A Dwcsftime.c56 wcsftime_l(wchar_t * __restrict wcs, size_t maxsize, const wchar_t * __restrict format, const struct tm * __restrict timeptr, locale_t locale) argument
H A Dwcsnrtombs.c42 wcsnrtombs_l(char * __restrict dst, const wchar_t ** __restrict src, size_t nwc, size_t len, mbstate_t * __restrict ps, locale_t locale) argument
H A Dwcstod.c50 wcstod_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, locale_t locale) argument
H A Dwcstof.c44 wcstof_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, locale_t locale) argument
H A Dwcstoimax.c55 wcstoimax_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
H A Dwcstol.c49 wcstol_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
H A Dwcstold.c44 wcstold_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, locale_t locale) argument
H A Dwcstoll.c55 wcstoll_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
H A Dwcstoul.c49 wcstoul_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
H A Dwcstoull.c55 wcstoull_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
H A Dwcstoumax.c55 wcstoumax_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, int base, locale_t locale) argument
H A Dwctrans.c47 towctrans_l(wint_t wc, wctrans_t desc, locale_t locale) argument
75 wctrans_l(const char *charclass, locale_t locale) argument
H A Dwctype.c47 iswctype_l(wint_t wc, wctype_t charclass, locale_t locale) argument
58 wctype_l(const char *property, locale_t locale) argument
/freebsd-10.1-release/lib/libc/stdio/
H A Dfgetwc.c50 fgetwc_l(FILE *fp, locale_t locale) argument
76 __fgetwc_mbs(FILE *fp, mbstate_t *mbs, int *nread, locale_t locale) argument
H A Dfgetws.c46 fgetws_l(wchar_t * __restrict ws, int n, FILE * __restrict fp, locale_t locale) argument
H A Dfputwc.c50 __fputwc(wchar_t wc, FILE *fp, locale_t locale) argument
82 fputwc_l(wchar_t wc, FILE *fp, locale_t locale) argument
H A Dfputws.c47 fputws_l(const wchar_t * __restrict ws, FILE * __restrict fp, locale_t locale) argument
H A Dlocal.h89 __fgetwc(FILE *fp, locale_t locale) argument
H A Dsnprintf.c79 snprintf_l(char * __restrict str, size_t n, locale_t locale, argument
H A Dvsnprintf.c51 vsnprintf_l(char * __restrict str, size_t n, locale_t locale, argument

Completed in 168 milliseconds

12345