Searched defs:locale_t (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | android.h | 37 inline _LIBCPP_HIDE_FROM_ABI float strtof_l(const char* __nptr, char** __endptr, locale_t) { in strtof_l() argument 41 inline _LIBCPP_HIDE_FROM_ABI double strtod_l(const char* __nptr, char** __endptr, locale_t) { in strtod_l() argument
|
H A D | musl.h | 23 …BCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoll_l() argument 27 …FROM_ABI unsigned long long strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoull_l() argument
|
H A D | win32.h | 93 locale_t() : __locale_(nullptr), __locale_str_(nullptr), __lc_(nullptr) {} in locale_t() function 94 locale_t(std::nullptr_t) : __locale_(nullptr), __locale_str_(nullptr), __lc_(nullptr) {} in locale_t() function 95 locale_t(_locale_t __xlocale, const char* __xlocale_str) in locale_t() function 97 …locale_t(const locale_t& __l) : __locale_(__l.__locale_), __locale_str_(__l.__locale_str_), __lc_(… in locale_t() function 233 inline int iswblank_l(wint_t __c, locale_t /*loc*/) { return (__c == L' ' || __c == L'\t'); } in iswblank_l() argument
|
/freebsd/usr.bin/localedef/bootstrap/ |
H A D | xlocale.h | 53 typedef __locale_t locale_t; typedef
|
H A D | namespace.h | 38 #define locale_t localedef_bootstrap_locale_t macro
|
/freebsd/include/xlocale/ |
H A D | _langinfo.h | 36 typedef struct _xlocale *locale_t; typedef
|
H A D | _monetary.h | 33 typedef struct _xlocale *locale_t; typedef
|
H A D | _strings.h | 28 typedef struct _xlocale *locale_t; typedef
|
H A D | _uchar.h | 31 typedef struct _xlocale *locale_t; typedef
|
H A D | _string.h | 30 typedef struct _xlocale *locale_t; typedef
|
H A D | _time.h | 33 typedef struct _xlocale *locale_t; typedef
|
H A D | _wchar.h | 33 typedef struct _xlocale *locale_t; typedef
|
H A D | _locale.h | 48 typedef struct _xlocale *locale_t; typedef
|
H A D | _ctype.h | 43 typedef struct _xlocale *locale_t; typedef
|
/freebsd/stand/libsa/ |
H A D | xlocale_private.h | 29 typedef int locale_t; typedef
|
/freebsd/crypto/openssl/ |
H A D | e_os.h | 419 # define locale_t _locale_t global() macro
|