Searched defs:locale (Results 76 - 100 of 129) sorted by relevance

123456

/freebsd-10-stable/lib/libc/stdlib/
H A Dstrtoul.c54 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
H A Dstrtoull.c54 strtoull_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
H A Dstrtoumax.c54 strtoumax_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
/freebsd-10-stable/lib/libc/string/
H A Dstrcasecmp.c46 strcasecmp_l(const char *s1, const char *s2, locale_t locale) argument
65 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale) argument
[all...]
H A Dstrxfrm.c49 strxfrm_l(char * __restrict dest, const char * __restrict src, size_t len, locale_t locale) argument
H A Dstrcoll.c43 strcoll_l(const char *s, const char *s2, locale_t locale) argument
H A Dwcscoll.c49 wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t locale) argument
H A Dwcsxfrm.c51 wcsxfrm_l(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len, locale_t locale) argument
/freebsd-10-stable/lib/libc/stdio/
H A Dfgetws.c46 fgetws_l(wchar_t * __restrict ws, int n, FILE * __restrict 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.h92 __fgetwc(FILE *fp, locale_t locale) argument
H A Dvswscanf.c66 vswscanf_l(const wchar_t * __restrict str, locale_t locale, argument
/freebsd-10-stable/lib/libc/locale/
H A Dwcstod.c50 wcstod_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, 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 Dwcstof.c44 wcstof_l(const wchar_t * __restrict nptr, wchar_t ** __restrict endptr, locale_t locale) argument
H A Dlmessages.c47 struct lc_messages_T locale; member in struct:xlocale_messages
H A Dlmonetary.h64 struct lc_monetary_T locale; member in struct:xlocale_monetary
H A DcXXrtomb_iconv.h55 cXXrtomb_l(char * __restrict s, charXX_t c, mbstate_t * __restrict ps, locale_t locale) argument
H A DmbrtocXX_iconv.h59 mbrtocXX_l(charXX_t * __restrict pc, const char * __restrict s, size_t n, mbstate_t * __restrict ps, locale_t locale) argument
H A Dsetrunelocale.c184 __wrap_setrunelocale(const char *locale) argument
214 __ctype_load(const char *locale, locale_t unused) argument
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbsnrtowcs.c42 const char *locale; member in struct:test
H A Dt_mbstowcs.c76 const char *locale; member in struct:test
H A Dt_wctomb.c75 const char *locale; member in struct:test
/freebsd-10-stable/lib/libc/stdtime/
H A Dtimelocal.c44 struct lc_time_T locale; member in struct:xlocale_time
/freebsd-10-stable/contrib/libstdc++/src/
H A Dlocalename.cc37 locale::locale(const char* __s) : _M_impl(0) function in class:locale
146 locale::locale(const locale& __base, const char* __s, category __cat) function in class:locale
156 locale::locale(const locale& __base, const locale& __add, category __cat) function in class:locale
[all...]

Completed in 111 milliseconds

123456