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

12345

/freebsd-10.1-release/lib/libc/stdio/
H A Dvsscanf.c61 vsscanf_l(const char * __restrict str, locale_t locale, argument
H A Dvswprintf.c50 vswprintf_l(wchar_t * __restrict s, size_t n, locale_t locale, argument
H A Dvswscanf.c66 vswscanf_l(const wchar_t * __restrict str, locale_t locale, argument
/freebsd-10.1-release/lib/libc/stdlib/
H A Dstrtoimax.c54 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
H A Dstrtol.c55 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
H A Dstrtoll.c54 strtoll_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
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.1-release/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.1-release/lib/libc/stdtime/
H A Dtimelocal.c44 struct lc_time_T locale; member in struct:xlocale_time
H A Dstrptime.c64 _strptime(const char *buf, const char *fmt, struct tm *tm, int *GMTp, locale_t locale) argument
[all...]
/freebsd-10.1-release/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...]
H A Dlocale.cc77 locale::locale(const locale& __other) throw() function in class:locale
84 locale::locale(_Impl* __ip) throw() : _M_impl(__ip) function in class:locale
[all...]
/freebsd-10.1-release/lib/libc/locale/
H A DcXXrtomb_iconv.h55 cXXrtomb_l(char * __restrict s, charXX_t c, mbstate_t * __restrict ps, 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 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
H A Dxlocale.c250 newlocale(int mask, const char *locale, locale_t base) argument
[all...]
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dlocale_classes.h66 class locale class
565 locale::locale(const locale& __other, _Facet* __f) function in class:locale
[all...]

Completed in 73 milliseconds

12345