/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/ |
H A D | __posix_l_fallback.h | 22 inline _LIBCPP_INLINE_VISIBILITY int isalnum_l(int c, locale_t) { in isalnum_l() argument 26 inline _LIBCPP_INLINE_VISIBILITY int isalpha_l(int c, locale_t) { in isalpha_l() argument 30 inline _LIBCPP_INLINE_VISIBILITY int isblank_l(int c, locale_t) { in isblank_l() argument 34 inline _LIBCPP_INLINE_VISIBILITY int iscntrl_l(int c, locale_t) { in iscntrl_l() argument 38 inline _LIBCPP_INLINE_VISIBILITY int isdigit_l(int c, locale_t) { in isdigit_l() argument 42 inline _LIBCPP_INLINE_VISIBILITY int isgraph_l(int c, locale_t) { in isgraph_l() argument 46 inline _LIBCPP_INLINE_VISIBILITY int islower_l(int c, locale_t) { in islower_l() argument 50 inline _LIBCPP_INLINE_VISIBILITY int isprint_l(int c, locale_t) { in isprint_l() argument 54 inline _LIBCPP_INLINE_VISIBILITY int ispunct_l(int c, locale_t) { in ispunct_l() argument 58 inline _LIBCPP_INLINE_VISIBILITY int isspace_l(int c, locale_t) { in isspace_l() argument [all …]
|
H A D | __strtonum_fallback.h | 23 char **endptr, locale_t) { in strtof_l() argument 28 char **endptr, locale_t) { in strtod_l() argument 33 char **endptr, locale_t) { in strtold_l() argument 38 strtoll_l(const char *nptr, char **endptr, int base, locale_t) { in strtoll_l() argument 43 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { in strtoull_l() argument 48 wcstoll_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoll_l() argument 53 wcstoull_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) { in wcstoull_l() argument 58 wchar_t **endptr, locale_t) { in wcstold_l() argument
|
H A D | __nop_locale_mgmt.h | 18 typedef void *locale_t; typedef 19 static inline locale_t duplocale(locale_t) { in duplocale() argument 23 static inline void freelocale(locale_t) { in freelocale() argument 26 static inline locale_t newlocale(int, const char *, locale_t) { in newlocale() argument 30 static inline locale_t uselocale(locale_t) { in uselocale() argument
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/musl/ |
H A D | xlocale.h | 28 locale_t) { in strtoll_l() argument 33 int base, locale_t) { in strtoull_l() argument 38 int base, locale_t) { in wcstoll_l() argument 44 locale_t) { in wcstoull_l() argument 49 locale_t) { in wcstold_l() argument
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/android/ |
H A D | locale_bionic.h | 45 locale_t) { in strtof_l() argument 50 char** __endptr, locale_t) { in strtod_l() argument 55 int __base, locale_t) { in strtol_l() argument
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/win32/ |
H A D | locale_win32.h | 97 locale_t() in locale_t() function 99 locale_t(std::nullptr_t) in locale_t() function 101 locale_t(_locale_t __xlocale, const char* __xlocale_str) in locale_t() function 103 locale_t(const locale_t &__l) in locale_t() function 274 inline int isblank_l( int c, locale_t /*loc*/ ) in isblank_l() argument 278 inline int iswblank_l( wint_t c, locale_t /*loc*/ ) in iswblank_l() argument
|
/netbsd-src/include/ |
H A D | ctype.h | 62 typedef struct _locale *locale_t; typedef
|
H A D | monetary.h | 49 typedef struct _locale *locale_t; global() typedef
|
H A D | string.h | 117 typedef struct _locale *locale_t; global() typedef
|
H A D | wctype.h | 79 typedef struct _locale *locale_t; typedef
|
H A D | inttypes.h | 66 typedef struct _locale *locale_t; typedef
|
H A D | wchar.h | 226 typedef struct _locale *locale_t; global() typedef [all...] |
H A D | locale.h | 83 typedef struct _locale *locale_t; typedef 94 typedef struct _locale *locale_t; typedef
|
H A D | time.h | 188 typedef struct _locale *locale_t; global() typedef
|
H A D | nl_types.h | 92 typedef struct _locale *locale_t; global() typedef
|
H A D | stdlib.h | 364 double strtod_l(const char * __restrict, char ** __restrict, locale_t); typedef [all...] |
H A D | langinfo.h | 93 typedef struct _locale *locale_t; global() typedef
|
H A D | stdio.h | 541 typedef struct _locale *locale_t; typedef
|
/netbsd-src/lib/libc/include/ |
H A D | extern.h | 31 typedef struct _locale *locale_t; global() typedef
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/ |
H A D | locale_mgmt_aix.h | 34 typedef void* locale_t; typedef
|
H A D | locale_mgmt_zos.h | 41 } * locale_t; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | locale.d | 90 alias locale_t = _xlocale*; in version() local 206 alias locale_t = __locale_struct*; in version() local 282 alias locale_t = __locale_struct*; in version() local 357 alias locale_t = void*; in version() local 433 alias locale_t = _LC_locale_t**; in version() local
|
/netbsd-src/lib/libc/gdtoa/ |
H A D | gdtoa.h | 42 typedef struct _locale *locale_t; typedef
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/ |
H A D | locale_win32.cpp | 20 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale() argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/ |
H A D | e_os.h | 417 # define locale_t _locale_t macro
|