Searched defs:locale (Results 26 - 50 of 130) sorted by relevance

123456

/freebsd-10.3-release/lib/libc/locale/
H A Dtable.c257 __runes_for_locale(locale_t locale, int *mb_sb_limit) argument
H A Dwcsrtombs.c42 wcsrtombs_l(char * __restrict dst, const wchar_t ** __restrict src, size_t len, mbstate_t * __restrict ps, locale_t locale) argument
H A Dwcstombs.c41 wcstombs_l(char * __restrict s, const wchar_t * __restrict pwcs, size_t n, locale_t locale) argument
H A Dwctob.c41 wctob_l(wint_t c, locale_t locale) argument
H A Dwctomb.c40 wctomb_l(char *s, wchar_t wchar, locale_t locale) argument
H A Dc16rtomb.c40 c16rtomb_l(char * __restrict s, char16_t c16, mbstate_t * __restrict ps, locale_t locale) argument
H A Dlnumeric.h46 struct lc_numeric_T locale; member in struct:xlocale_numeric
H A Drunetype.c48 ___runetype_l(__ct_rune_t c, locale_t locale) argument
85 int ___mb_cur_max_l(locale_t locale) argument
/freebsd-10.3-release/lib/libc/stdio/
H A Dasprintf.c57 asprintf_l(char ** __restrict s, locale_t locale, char const * __restrict fmt, argument
H A Dfwprintf.c53 fwprintf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dfwscanf.c53 fwscanf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dprintf.c60 printf_l(locale_t locale, char const * __restrict fmt, ...) argument
H A Dscanf.c66 scanf_l(locale_t locale, char const * __restrict fmt, ...) argument
H A Dswprintf.c53 swprintf_l(wchar_t * __restrict s, size_t n, locale_t locale, argument
H A Dswscanf.c53 swscanf_l(const wchar_t * __restrict str, locale_t locale, argument
H A Dvasprintf.c45 vasprintf_l(char **str, locale_t locale, const char *fmt, __va_list ap) argument
H A Dvprintf.c53 vprintf_l(locale_t locale, const char * __restrict fmt, __va_list ap) argument
H A Dvscanf.c52 vscanf_l(locale_t locale, const char * __restrict fmt, __va_list ap) argument
H A Dwprintf.c53 wprintf_l(locale_t locale, const wchar_t * __restrict fmt, ...) argument
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 Dfgetwln.c46 fgetwln_l(FILE * __restrict fp, size_t *lenp, 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 Dfprintf.c60 fprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt, ...) argument
/freebsd-10.3-release/lib/libc/string/
H A Dstrcasestr.c49 strcasestr_l(const char *s, const char *find, locale_t locale) argument
H A Dwcswidth.c50 wcswidth_l(const wchar_t *pwcs, size_t n, locale_t locale) argument

Completed in 112 milliseconds

123456