Home
last modified time | relevance | path

Searched defs:locale_t (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h22 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.h23 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.h18 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 Dxlocale.h28 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 Dlocale_bionic.h45 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 Dlocale_win32.h97 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 Dctype.h62 typedef struct _locale *locale_t; typedef
H A Dmonetary.h49 typedef struct _locale *locale_t; global() typedef
H A Dstring.h117 typedef struct _locale *locale_t; global() typedef
H A Dwctype.h79 typedef struct _locale *locale_t; typedef
H A Dinttypes.h66 typedef struct _locale *locale_t; typedef
H A Dwchar.h226 typedef struct _locale *locale_t; global() typedef
[all...]
H A Dlocale.h83 typedef struct _locale *locale_t; typedef
94 typedef struct _locale *locale_t; typedef
H A Dtime.h188 typedef struct _locale *locale_t; global() typedef
H A Dnl_types.h92 typedef struct _locale *locale_t; global() typedef
H A Dstdlib.h364 double strtod_l(const char * __restrict, char ** __restrict, locale_t); typedef
[all...]
H A Dlanginfo.h93 typedef struct _locale *locale_t; global() typedef
H A Dstdio.h541 typedef struct _locale *locale_t; typedef
/netbsd-src/lib/libc/include/
H A Dextern.h31 typedef struct _locale *locale_t; global() typedef
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlocale_mgmt_aix.h34 typedef void* locale_t; typedef
H A Dlocale_mgmt_zos.h41 } * locale_t; typedef
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dlocale.d90 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 Dgdtoa.h42 typedef struct _locale *locale_t; typedef
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dlocale_win32.cpp20 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ ) in newlocale() argument
/netbsd-src/crypto/external/bsd/openssl/dist/
H A De_os.h417 # define locale_t _locale_t macro