Searched refs:locale_t (Results 1 - 25 of 152) sorted by relevance

1234567

/barrelfish-master/include/xlocale/
H A D_stdlib.h37 double atof_l(const char *, locale_t);
38 int atoi_l(const char *, locale_t);
39 long atol_l(const char *, locale_t);
40 long long atoll_l(const char *, locale_t);
41 int mblen_l(const char *, size_t, locale_t);
43 const char * __restrict, size_t, locale_t);
45 const char * __restrict, size_t, locale_t);
46 double strtod_l(const char *, char **, locale_t);
47 float strtof_l(const char *, char **, locale_t);
48 long strtol_l(const char *, char **, int, locale_t);
[all...]
H A D_strings.h31 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
46 int strcasecmp_l(const char *, const char *, locale_t);
47 int strncasecmp_l(const char *, const char *, size_t, locale_t);
H A D_string.h31 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
46 int strcoll_l(const char *, const char *, locale_t);
47 size_t strxfrm_l(char *, const char *, size_t, locale_t);
56 char *strcasestr_l(const char *, const char *, locale_t);
H A D_langinfo.h37 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
40 char *nl_langinfo_l(nl_item, locale_t);
H A D_locale.h44 #define LC_GLOBAL_LOCALE ((locale_t)-1)
48 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
51 locale_t duplocale(locale_t base);
52 void freelocale(locale_t loc);
53 locale_t newlocale(int mask, const char *locale, locale_t base);
54 const char *querylocale(int mask, locale_t loc);
55 locale_t uselocale(locale_t lo
[all...]
H A D_stdio.h32 int asprintf_l(char **, locale_t, const char *, ...) __printflike(3, 4);
33 int dprintf_l(int, locale_t, const char * __restrict, ...)
35 int fprintf_l(FILE * __restrict, locale_t, const char * __restrict, ...)
37 int fscanf_l(FILE * __restrict, locale_t, const char * __restrict, ...)
39 int printf_l(locale_t, const char * __restrict, ...) __printflike(2, 3);
40 int scanf_l(locale_t, const char * __restrict, ...) __scanflike(2, 3);
41 int snprintf_l(char * __restrict, size_t, locale_t,
43 int sprintf_l(char * __restrict, locale_t, const char * __restrict, ...)
45 int sscanf_l(const char * __restrict, locale_t, const char * __restrict,
47 int vfprintf_l(FILE * __restrict, locale_t, cons
[all...]
H A D_inttypes.h38 int, locale_t);
40 locale_t);
42 int , locale_t);
44 int, locale_t);
H A D_monetary.h34 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
41 ssize_t strfmon_l(char *, size_t, locale_t, const char *, ...)
H A D_wchar.h34 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
40 locale_t);
42 locale_t);
43 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
45 const wchar_t * __restrict, size_t, locale_t);
57 wint_t btowc_l(int, locale_t);
58 wint_t fgetwc_l(FILE *, locale_t);
60 locale_t);
61 wint_t fputwc_l(wchar_t, FILE *, locale_t);
63 locale_t);
[all...]
H A D_uchar.h31 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
38 locale_t);
40 locale_t);
42 mbstate_t * __restrict, locale_t);
44 mbstate_t * __restrict, locale_t);
H A D_time.h34 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
46 const struct tm * __restrict, locale_t) __strftimelike(3, 0);
55 struct tm * __restrict, locale_t);
H A D_ctype.h44 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
49 unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure;
50 __ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure;
51 __ct_rune_t ___toupper_l(__ct_rune_t, locale_t) __pure;
52 _RuneLocale *__runes_for_locale(locale_t, int*);
72 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
74 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
77 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
86 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
92 _XLOCALE_INLINE int isw##fname##_l(int, locale_t);\
[all...]
/barrelfish-master/include/cxx/support/xlocale/
H A D__nop_locale_mgmt.h18 typedef void *locale_t; typedef
19 static inline locale_t duplocale(locale_t) {
23 static inline void freelocale(locale_t) {
26 static inline locale_t newlocale(int, const char *, locale_t) {
30 static inline locale_t uselocale(locale_t) {
H A D__posix_l_fallback.h22 inline _LIBCPP_INLINE_VISIBILITY int isalnum_l(int c, locale_t) {
26 inline _LIBCPP_INLINE_VISIBILITY int isalpha_l(int c, locale_t) {
30 inline _LIBCPP_INLINE_VISIBILITY int isblank_l(int c, locale_t) {
34 inline _LIBCPP_INLINE_VISIBILITY int iscntrl_l(int c, locale_t) {
38 inline _LIBCPP_INLINE_VISIBILITY int isdigit_l(int c, locale_t) {
42 inline _LIBCPP_INLINE_VISIBILITY int isgraph_l(int c, locale_t) {
46 inline _LIBCPP_INLINE_VISIBILITY int islower_l(int c, locale_t) {
50 inline _LIBCPP_INLINE_VISIBILITY int isprint_l(int c, locale_t) {
54 inline _LIBCPP_INLINE_VISIBILITY int ispunct_l(int c, locale_t) {
58 inline _LIBCPP_INLINE_VISIBILITY int isspace_l(int c, locale_t) {
[all...]
H A D__strtonum_fallback.h23 char **endptr, locale_t) {
28 char **endptr, locale_t) {
33 char **endptr, locale_t) {
38 strtoll_l(const char *nptr, char **endptr, int base, locale_t) {
43 strtoull_l(const char *nptr, char **endptr, int base, locale_t) {
48 wcstoll_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) {
53 wcstoull_l(const wchar_t *nptr, wchar_t **endptr, int base, locale_t) {
58 wchar_t **endptr, locale_t) {
/barrelfish-master/include/cxx/support/solaris/
H A Dxlocale.h23 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...);
24 int asprintf_l(char **__s, locale_t __l, const char *__format, ...);
26 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...);
28 int toupper_l(int __c, locale_t __l);
29 int tolower_l(int __c, locale_t __l);
32 struct lconv *localeconv_l(locale_t __l);
37 int __base, locale_t __loc) {
42 int __base, locale_t __loc) {
47 int __base, locale_t __loc) {
52 int __base, locale_t __lo
[all...]
/barrelfish-master/include/cxx/support/musl/
H A Dxlocale.h28 locale_t) {
33 int base, locale_t) {
38 int base, locale_t) {
44 locale_t) {
49 locale_t) {
/barrelfish-master/include/cxx/support/ibm/
H A Dlocale_mgmt_aix.h34 typedef void* locale_t; typedef
38 locale_t newlocale(int category_mask, const char *locale, locale_t base)
44 return (locale_t)0;
49 return (locale_t)0;
66 return (locale_t)newloc;
69 void freelocale(locale_t locobj)
74 locale_t uselocale(locale_t newloc)
76 return (locale_t)
[all...]
H A Dxlocale.h25 int isalnum_l(int c, locale_t locale)
30 int isalpha_l(int c, locale_t locale)
35 int isblank_l(int c, locale_t locale)
40 int iscntrl_l(int c, locale_t locale)
45 int isdigit_l(int c, locale_t locale)
50 int isgraph_l(int c, locale_t locale)
55 int islower_l(int c, locale_t locale)
60 int isprint_l(int c, locale_t locale)
66 int ispunct_l(int c, locale_t locale)
71 int isspace_l(int c, locale_t local
[all...]
/barrelfish-master/include/cxx/support/win32/
H A Dlocale_win32.h31 class locale_t { class
33 locale_t() function in class:locale_t
35 locale_t(std::nullptr_t) function in class:locale_t
37 locale_t(_locale_t __xlocale, const char* __xlocale_str) function in class:locale_t
40 friend bool operator==(const locale_t& __left, const locale_t& __right) {
44 friend bool operator==(const locale_t& __left, int __right) {
48 friend bool operator==(const locale_t& __left, long long __right) {
52 friend bool operator==(const locale_t& __left, std::nullptr_t) {
56 friend bool operator==(int __left, const locale_t
[all...]
/barrelfish-master/lib/libc/locale/
H A Dxlocale_private.h169 extern void* __collate_load(const char*, locale_t);
170 extern void* __ctype_load(const char*, locale_t);
171 extern void* __messages_load(const char*, locale_t);
172 extern void* __monetary_load(const char*, locale_t);
173 extern void* __numeric_load(const char*, locale_t);
174 extern void* __time_load(const char*, locale_t);
182 void __set_thread_rune_locale(locale_t loc);
193 extern _Thread_local locale_t __thread_locale;
201 static inline locale_t __get_locale(void)
210 locale_t __get_local
[all...]
H A Dlmessages.h46 struct lc_messages_T *__get_current_messages_locale(locale_t);
H A Dxlocale.c60 _Thread_local locale_t __thread_locale;
103 static void*(*constructors[])(const char*, locale_t) =
115 static locale_t thread_local_locale;
134 static locale_t
145 locale_t
148 locale_t l = get_thread_locale();
155 set_thread_locale(locale_t loc)
157 locale_t l = (loc == LC_GLOBAL_LOCALE) ? 0 : loc;
164 locale_t old = pthread_getspecific(locale_info_key);
186 locale_t lo
[all...]
/barrelfish-master/lib/cxx/cxx/support/solaris/
H A Dxlocale.cpp18 int isxdigit_l(int __c, locale_t __l) {
22 int iswxdigit_l(wint_t __c, locale_t __l) {
30 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...)
39 int asprintf_l(char **__s, locale_t __l, const char *__format, ...) {
48 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...) {
58 size_t __max, mbstate_t *__ps, locale_t __loc) {
62 struct lconv *localeconv_l(locale_t __l) {
/barrelfish-master/lib/cxx/cxx/support/win32/
H A Dlocale_win32.cpp20 locale_t newlocale( int mask, const char * locale, locale_t /*base*/ )
25 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l )
36 lconv *localeconv_l( locale_t loc )
42 mbstate_t *__restrict ps, locale_t loc )
48 size_t len, mbstate_t *__restrict ps, locale_t loc )
54 locale_t loc )
60 size_t n, mbstate_t *__restrict ps, locale_t loc )
66 size_t nms, size_t len, mbstate_t *__restrict ps, locale_t loc )
72 size_t nwc, size_t len, mbstate_t *__restrict ps, locale_t lo
[all...]

Completed in 229 milliseconds

1234567