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

123456

/freebsd-12-stable/include/xlocale/
H A D_stdlib.h39 double atof_l(const char *, locale_t);
40 int atoi_l(const char *, locale_t);
41 long atol_l(const char *, locale_t);
42 long long atoll_l(const char *, locale_t);
43 int mblen_l(const char *, size_t, locale_t);
45 const char * __restrict, size_t, locale_t);
47 const char * __restrict, size_t, locale_t);
48 double strtod_l(const char *, char **, locale_t);
49 float strtof_l(const char *, char **, locale_t);
50 long strtol_l(const char *, char **, int, locale_t);
[all...]
H A D_string.h33 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
48 int strcoll_l(const char *, const char *, locale_t);
49 char *strerror_l(int num, locale_t);
50 size_t strxfrm_l(char *, const char *, size_t, locale_t);
59 char *strcasestr_l(const char *, const char *, locale_t);
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_langinfo.h39 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
42 char *nl_langinfo_l(nl_item, locale_t);
H A D_locale.h46 #define LC_GLOBAL_LOCALE ((locale_t)-1)
50 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
53 locale_t duplocale(locale_t base);
54 void freelocale(locale_t loc);
55 locale_t newlocale(int mask, const char *locale, locale_t base);
56 const char *querylocale(int mask, locale_t loc);
57 locale_t uselocale(locale_t lo
[all...]
H A D_stdio.h34 int asprintf_l(char **, locale_t, const char *, ...) __printflike(3, 4);
35 int dprintf_l(int, locale_t, const char * __restrict, ...)
37 int fprintf_l(FILE * __restrict, locale_t, const char * __restrict, ...)
39 int fscanf_l(FILE * __restrict, locale_t, const char * __restrict, ...)
41 int printf_l(locale_t, const char * __restrict, ...) __printflike(2, 3);
42 int scanf_l(locale_t, const char * __restrict, ...) __scanflike(2, 3);
43 int snprintf_l(char * __restrict, size_t, locale_t,
45 int sprintf_l(char * __restrict, locale_t, const char * __restrict, ...)
47 int sscanf_l(const char * __restrict, locale_t, const char * __restrict,
49 int vfprintf_l(FILE * __restrict, locale_t, cons
[all...]
H A D_inttypes.h40 int, locale_t);
42 locale_t);
44 int , locale_t);
46 int, locale_t);
H A D_monetary.h36 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
43 ssize_t strfmon_l(char *, size_t, locale_t, const char *, ...)
H A D_wchar.h36 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
42 locale_t);
44 locale_t);
45 int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
47 const wchar_t * __restrict, size_t, locale_t);
59 wint_t btowc_l(int, locale_t);
60 wint_t fgetwc_l(FILE *, locale_t);
62 locale_t);
63 wint_t fputwc_l(wchar_t, FILE *, locale_t);
65 locale_t);
[all...]
H A D_uchar.h33 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
40 locale_t);
42 locale_t);
44 mbstate_t * __restrict, locale_t);
46 mbstate_t * __restrict, locale_t);
H A D_time.h36 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
48 const struct tm * __restrict, locale_t) __strftimelike(3, 0);
57 struct tm * __restrict, locale_t);
H A D_ctype.h46 typedef struct _xlocale *locale_t; typedef in typeref:struct:_xlocale
51 unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure;
52 __ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure;
53 __ct_rune_t ___toupper_l(__ct_rune_t, locale_t) __pure;
54 _RuneLocale *__runes_for_locale(locale_t, int*);
74 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
76 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
79 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
88 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
94 _XLOCALE_INLINE int isw##fname##_l(int, locale_t);\
[all...]
/freebsd-12-stable/lib/libc/locale/
H A Dlmessages.h48 struct lc_messages_T *__get_current_messages_locale(locale_t);
H A Dxlocale.c62 _Thread_local locale_t __thread_locale;
105 static void*(*constructors[])(const char*, locale_t) =
117 static locale_t thread_local_locale;
136 static locale_t
147 locale_t
150 locale_t l = get_thread_locale();
157 set_thread_locale(locale_t loc)
159 locale_t l = (loc == LC_GLOBAL_LOCALE) ? 0 : loc;
166 locale_t old = get_thread_locale();
188 locale_t lo
[all...]
H A Dxlocale_private.h192 extern void* __collate_load(const char*, locale_t);
193 extern void* __ctype_load(const char*, locale_t);
194 extern void* __messages_load(const char*, locale_t);
195 extern void* __monetary_load(const char*, locale_t);
196 extern void* __numeric_load(const char*, locale_t);
197 extern void* __time_load(const char*, locale_t);
205 void __set_thread_rune_locale(locale_t loc);
216 extern _Thread_local locale_t __thread_locale;
224 static inline locale_t __get_locale(void)
233 locale_t __get_local
[all...]
H A Dlnumeric.h51 struct lc_numeric_T *__get_current_numeric_locale(locale_t loc);
H A Dmbsinit.c41 mbsinit_l(const mbstate_t *ps, locale_t locale)
H A Dwcwidth.c60 wcwidth_l(wchar_t wc, locale_t locale)
/freebsd-12-stable/stand/libsa/
H A Dxlocale_private.h31 typedef int locale_t; typedef
/freebsd-12-stable/lib/libc/gdtoa/
H A Dmachdep_ldisQ.c48 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale)
H A Dmachdep_ldisd.c47 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale)
H A Dmachdep_ldisx.c48 strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale)
/freebsd-12-stable/lib/libc/stdtime/
H A Dtimelocal.h60 struct lc_time_T *__get_current_time_locale(locale_t);
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_fallbacks.h27 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l)
34 wint_t __libcpp_btowc_l(int __c, locale_t __l)
41 int __libcpp_wctob_l(wint_t __c, locale_t __l)
49 size_t __len, mbstate_t *__ps, locale_t __l)
56 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l)
64 size_t __len, mbstate_t *__ps, locale_t __l)
72 mbstate_t *__ps, locale_t __l)
79 int __libcpp_mbtowc_l(wchar_t *__pwc, const char *__pmb, size_t __max, locale_t __l)
86 size_t __libcpp_mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l)
93 lconv *__libcpp_localeconv_l(locale_t __
[all...]
/freebsd-12-stable/lib/libc/stdio/
H A Dlocal.h64 extern wint_t __fgetwc_mbs(FILE *, mbstate_t *, int *, locale_t);
65 extern wint_t __fputwc(wchar_t, FILE *, locale_t);
79 extern int __svfscanf(FILE *, locale_t, const char *, __va_list);
83 extern wint_t __ungetwc(wint_t, FILE *, locale_t);
84 extern int __vfprintf(FILE *, locale_t, const char *, __va_list);
86 extern int __vfwprintf(FILE *, locale_t, const wchar_t *, __va_list);
87 extern int __vfwscanf(FILE * __restrict, locale_t, const wchar_t * __restrict,
94 __fgetwc(FILE *fp, locale_t locale)

Completed in 198 milliseconds

123456