Symbol: locale_t
include/xlocale.h
82
struct lconv *localeconv_l(locale_t);
include/xlocale/_ctype.h
102
__sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
111
__sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
117
_XLOCALE_INLINE int is##__fname##_l(int, locale_t); \
include/xlocale/_ctype.h
118
_XLOCALE_INLINE int is##__fname##_l(int __c, locale_t __l)\
include/xlocale/_ctype.h
143
_XLOCALE_INLINE int towlower_l(int, locale_t);
include/xlocale/_ctype.h
144
_XLOCALE_INLINE int __wcwidth_l(__ct_rune_t, locale_t);
include/xlocale/_ctype.h
145
_XLOCALE_INLINE int towupper_l(int, locale_t);
include/xlocale/_ctype.h
147
_XLOCALE_INLINE int towlower_l(int __c, locale_t __l)
include/xlocale/_ctype.h
154
_XLOCALE_INLINE int towupper_l(int __c, locale_t __l)
include/xlocale/_ctype.h
162
__wcwidth_l(__ct_rune_t _c, locale_t __l)
include/xlocale/_ctype.h
173
int iswctype_l(wint_t __wc, wctype_t __charclass, locale_t __l);
include/xlocale/_ctype.h
174
wctype_t wctype_l(const char *property, locale_t __l);
include/xlocale/_ctype.h
175
wint_t towctrans_l(wint_t __wc, wctrans_t desc, locale_t __l);
include/xlocale/_ctype.h
176
wint_t nextwctype_l(wint_t __wc, wctype_t wct, locale_t __l);
include/xlocale/_ctype.h
177
wctrans_t wctrans_l(const char *__charclass, locale_t __l);
include/xlocale/_ctype.h
180
_XLOCALE_INLINE int digittoint_l(int, locale_t);
include/xlocale/_ctype.h
181
_XLOCALE_INLINE int tolower_l(int, locale_t);
include/xlocale/_ctype.h
182
_XLOCALE_INLINE int toupper_l(int, locale_t);
include/xlocale/_ctype.h
184
_XLOCALE_INLINE int digittoint_l(int __c, locale_t __l)
include/xlocale/_ctype.h
187
_XLOCALE_INLINE int tolower_l(int __c, locale_t __l)
include/xlocale/_ctype.h
194
_XLOCALE_INLINE int toupper_l(int __c, locale_t __l)
include/xlocale/_ctype.h
49
unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure;
include/xlocale/_ctype.h
50
__ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure;
include/xlocale/_ctype.h
51
__ct_rune_t ___toupper_l(__ct_rune_t, locale_t) __pure;
include/xlocale/_ctype.h
52
_RuneLocale *__runes_for_locale(locale_t, int*);
include/xlocale/_ctype.h
72
__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
include/xlocale/_ctype.h
74
__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
include/xlocale/_ctype.h
77
__maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
86
__istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
include/xlocale/_ctype.h
92
_XLOCALE_INLINE int isw##fname##_l(int, locale_t);\
include/xlocale/_ctype.h
93
_XLOCALE_INLINE int isw##fname##_l(int __c, locale_t __l)\
include/xlocale/_ctype.h
97
__sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
include/xlocale/_ctype.h
99
__sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
include/xlocale/_inttypes.h
38
int, locale_t);
include/xlocale/_inttypes.h
40
locale_t);
include/xlocale/_inttypes.h
42
int , locale_t);
include/xlocale/_inttypes.h
44
int, locale_t);
include/xlocale/_langinfo.h
40
char *nl_langinfo_l(nl_item, locale_t);
include/xlocale/_locale.h
44
#define LC_GLOBAL_LOCALE ((locale_t)-1)
include/xlocale/_locale.h
51
locale_t duplocale(locale_t base);
include/xlocale/_locale.h
52
void freelocale(locale_t loc);
include/xlocale/_locale.h
53
locale_t newlocale(int mask, const char *locale, locale_t base);
include/xlocale/_locale.h
54
const char *querylocale(int mask, locale_t loc);
include/xlocale/_locale.h
55
locale_t uselocale(locale_t loc);
include/xlocale/_monetary.h
41
ssize_t strfmon_l(char * __restrict, size_t, locale_t, const char * __restrict,
include/xlocale/_stdio.h
32
int asprintf_l(char **, locale_t, const char *, ...) __printflike(3, 4);
include/xlocale/_stdio.h
33
int dprintf_l(int, locale_t, const char * __restrict, ...)
include/xlocale/_stdio.h
35
int fprintf_l(FILE * __restrict, locale_t, const char * __restrict, ...)
include/xlocale/_stdio.h
37
int fscanf_l(FILE * __restrict, locale_t, const char * __restrict, ...)
include/xlocale/_stdio.h
39
int printf_l(locale_t, const char * __restrict, ...) __printflike(2, 3);
include/xlocale/_stdio.h
40
int scanf_l(locale_t, const char * __restrict, ...) __scanflike(2, 3);
include/xlocale/_stdio.h
41
int snprintf_l(char * __restrict, size_t, locale_t,
include/xlocale/_stdio.h
43
int sprintf_l(char * __restrict, locale_t, const char * __restrict, ...)
include/xlocale/_stdio.h
45
int sscanf_l(const char * __restrict, locale_t, const char * __restrict,
include/xlocale/_stdio.h
47
int vfprintf_l(FILE * __restrict, locale_t, const char * __restrict,
include/xlocale/_stdio.h
49
int vprintf_l(locale_t, const char * __restrict, __va_list)
include/xlocale/_stdio.h
51
int vsprintf_l(char * __restrict, locale_t, const char * __restrict,
include/xlocale/_stdio.h
53
int vfscanf_l(FILE * __restrict, locale_t, const char * __restrict,
include/xlocale/_stdio.h
55
int vscanf_l(locale_t, const char * __restrict, __va_list)
include/xlocale/_stdio.h
57
int vsnprintf_l(char * __restrict, size_t, locale_t,
include/xlocale/_stdio.h
59
int vsscanf_l(const char * __restrict, locale_t, const char * __restrict,
include/xlocale/_stdio.h
61
int vdprintf_l(int, locale_t, const char * __restrict, __va_list)
include/xlocale/_stdio.h
63
int vasprintf_l(char **, locale_t, const char *, __va_list)
include/xlocale/_stdlib.h
37
double atof_l(const char *, locale_t);
include/xlocale/_stdlib.h
38
int atoi_l(const char *, locale_t);
include/xlocale/_stdlib.h
39
long atol_l(const char *, locale_t);
include/xlocale/_stdlib.h
40
long long atoll_l(const char *, locale_t);
include/xlocale/_stdlib.h
41
int mblen_l(const char *, size_t, locale_t);
include/xlocale/_stdlib.h
43
const char * __restrict, size_t, locale_t);
include/xlocale/_stdlib.h
45
const char * __restrict, size_t, locale_t);
include/xlocale/_stdlib.h
46
double strtod_l(const char *, char **, locale_t);
include/xlocale/_stdlib.h
47
float strtof_l(const char *, char **, locale_t);
include/xlocale/_stdlib.h
48
long strtol_l(const char *, char **, int, locale_t);
include/xlocale/_stdlib.h
49
long double strtold_l(const char *, char **, locale_t);
include/xlocale/_stdlib.h
50
long long strtoll_l(const char *, char **, int, locale_t);
include/xlocale/_stdlib.h
51
unsigned long strtoul_l(const char *, char **, int, locale_t);
include/xlocale/_stdlib.h
52
unsigned long long strtoull_l(const char *, char **, int, locale_t);
include/xlocale/_stdlib.h
54
const wchar_t * __restrict, size_t, locale_t);
include/xlocale/_stdlib.h
55
int wctomb_l(char *, wchar_t, locale_t);
include/xlocale/_stdlib.h
57
int ___mb_cur_max_l(locale_t);
include/xlocale/_string.h
46
int strcoll_l(const char *, const char *, locale_t);
include/xlocale/_string.h
47
char *strerror_l(int, locale_t);
include/xlocale/_string.h
49
locale_t);
include/xlocale/_string.h
58
char *strcasestr_l(const char *, const char *, locale_t);
include/xlocale/_strings.h
46
int strcasecmp_l(const char *, const char *, locale_t);
include/xlocale/_strings.h
47
int strncasecmp_l(const char *, const char *, size_t, locale_t);
include/xlocale/_time.h
46
const struct tm * __restrict, locale_t) __strftimelike(3, 0);
include/xlocale/_time.h
55
struct tm * __restrict, locale_t) __strftimelike(2, 0);
include/xlocale/_uchar.h
38
locale_t);
include/xlocale/_uchar.h
40
locale_t);
include/xlocale/_uchar.h
42
mbstate_t * __restrict, locale_t);
include/xlocale/_uchar.h
44
mbstate_t * __restrict, locale_t);
include/xlocale/_wchar.h
102
const struct tm * __restrict, locale_t);
include/xlocale/_wchar.h
105
mbstate_t * __restrict, locale_t);
include/xlocale/_wchar.h
109
locale_t, int);
include/xlocale/_wchar.h
111
wchar_t ** __restrict, locale_t);
include/xlocale/_wchar.h
113
wchar_t ** __restrict, int, locale_t);
include/xlocale/_wchar.h
115
wchar_t ** __restrict, int, locale_t);
include/xlocale/_wchar.h
116
int wcswidth_l(const wchar_t *, size_t, locale_t);
include/xlocale/_wchar.h
117
int wctob_l(wint_t, locale_t);
include/xlocale/_wchar.h
118
int wcwidth_l(wchar_t, locale_t);
include/xlocale/_wchar.h
119
int wprintf_l(locale_t, const wchar_t * __restrict, ...);
include/xlocale/_wchar.h
120
int wscanf_l(locale_t, const wchar_t * __restrict, ...);
include/xlocale/_wchar.h
121
int vfwscanf_l(FILE * __restrict, locale_t,
include/xlocale/_wchar.h
123
int vswscanf_l(const wchar_t * __restrict, locale_t,
include/xlocale/_wchar.h
125
int vwscanf_l(locale_t, const wchar_t * __restrict,
include/xlocale/_wchar.h
128
wchar_t ** __restrict, locale_t);
include/xlocale/_wchar.h
130
wchar_t ** __restrict, locale_t);
include/xlocale/_wchar.h
132
wchar_t ** __restrict, int, locale_t);
include/xlocale/_wchar.h
134
wchar_t ** __restrict, int, locale_t);
include/xlocale/_wchar.h
137
mbstate_t * __restrict, locale_t);
include/xlocale/_wchar.h
140
mbstate_t * __restrict, locale_t);
include/xlocale/_wchar.h
41
locale_t);
include/xlocale/_wchar.h
43
locale_t);
include/xlocale/_wchar.h
45
int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
include/xlocale/_wchar.h
47
const wchar_t * __restrict, size_t, locale_t);
include/xlocale/_wchar.h
59
wint_t btowc_l(int, locale_t);
include/xlocale/_wchar.h
60
wint_t fgetwc_l(FILE *, locale_t);
include/xlocale/_wchar.h
62
locale_t);
include/xlocale/_wchar.h
63
wint_t fputwc_l(wchar_t, FILE *, locale_t);
include/xlocale/_wchar.h
65
locale_t);
include/xlocale/_wchar.h
66
int fwprintf_l(FILE * __restrict, locale_t,
include/xlocale/_wchar.h
68
int fwscanf_l(FILE * __restrict, locale_t,
include/xlocale/_wchar.h
70
wint_t getwc_l(FILE *, locale_t);
include/xlocale/_wchar.h
71
wint_t getwchar_l(locale_t);
include/xlocale/_wchar.h
73
mbstate_t * __restrict, locale_t);
include/xlocale/_wchar.h
76
mbstate_t * __restrict, locale_t);
include/xlocale/_wchar.h
77
int mbsinit_l(const mbstate_t *, locale_t);
include/xlocale/_wchar.h
80
mbstate_t * __restrict, locale_t);
include/xlocale/_wchar.h
84
locale_t, int);
include/xlocale/_wchar.h
85
wint_t putwc_l(wchar_t, FILE *, locale_t);
include/xlocale/_wchar.h
86
wint_t putwchar_l(wchar_t, locale_t);
include/xlocale/_wchar.h
87
int swprintf_l(wchar_t * __restrict, size_t n, locale_t,
include/xlocale/_wchar.h
89
int swscanf_l(const wchar_t * __restrict, locale_t,
include/xlocale/_wchar.h
91
wint_t ungetwc_l(wint_t, FILE *, locale_t);
include/xlocale/_wchar.h
92
int vfwprintf_l(FILE * __restrict, locale_t,
include/xlocale/_wchar.h
94
int vswprintf_l(wchar_t * __restrict, size_t n, locale_t,
include/xlocale/_wchar.h
96
int vwprintf_l(locale_t, const wchar_t * __restrict,
include/xlocale/_wchar.h
99
mbstate_t * __restrict, locale_t);
lib/libc/gdtoa/machdep_ldisx.c
46
strtold_l(const char * __restrict s, char ** __restrict sp, locale_t locale)
lib/libc/locale/btowc.c
40
btowc_l(int c, locale_t l)
lib/libc/locale/cXXrtomb_iconv.h
56
locale_t locale)
lib/libc/locale/collate.c
661
__collate_equiv_value(locale_t locale, const wchar_t *str, size_t len)
lib/libc/locale/collate.c
79
__collate_load(const char *encoding, __unused locale_t unused)
lib/libc/locale/collate.h
131
int __collate_equiv_value(locale_t, const wchar_t *, size_t);
lib/libc/locale/lmessages.c
106
__get_current_messages_locale(locale_t loc)
lib/libc/locale/lmessages.c
94
__messages_load(const char *name, locale_t l)
lib/libc/locale/lmessages.h
49
struct lc_messages_T *__get_current_messages_locale(locale_t);
lib/libc/locale/lmonetary.c
156
void* __monetary_load(const char *name, locale_t l)
lib/libc/locale/lmonetary.c
171
__get_current_monetary_locale(locale_t loc)
lib/libc/locale/lmonetary.h
72
struct lc_monetary_T *__get_current_monetary_locale(locale_t loc);
lib/libc/locale/lnumeric.c
109
__get_current_numeric_locale(locale_t loc)
lib/libc/locale/lnumeric.c
95
__numeric_load(const char *name, locale_t l)
lib/libc/locale/lnumeric.h
54
struct lc_numeric_T *__get_current_numeric_locale(locale_t loc);
lib/libc/locale/localeconv.c
59
localeconv_l(locale_t loc)
lib/libc/locale/mbintowcr.c
32
size_t dlen, size_t *slen, locale_t locale, int flags)
lib/libc/locale/mblen.c
40
mblen_l(const char *s, size_t n, locale_t locale)
lib/libc/locale/mbrlen.c
39
mbrlen_l(const char * __restrict s, size_t n, mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/mbrtocXX_iconv.h
59
mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/mbrtowc.c
40
size_t n, mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/mbsinit.c
39
mbsinit_l(const mbstate_t *ps, locale_t locale)
lib/libc/locale/mbsnrtowcs.c
42
size_t nms, size_t len, mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/mbsrtowcs.c
43
mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/mbstowcs.c
41
mbstowcs_l(wchar_t * __restrict pwcs, const char * __restrict s, size_t n, locale_t locale)
lib/libc/locale/mbtowc.c
41
mbtowc_l(wchar_t * __restrict pwc, const char * __restrict s, size_t n, locale_t locale)
lib/libc/locale/nextwctype.c
41
nextwctype_l(wint_t wc, wctype_t wct, locale_t locale)
lib/libc/locale/nl_langinfo.c
52
nl_langinfo_l(nl_item item, locale_t loc)
lib/libc/locale/runetype.c
48
___runetype_l(__ct_rune_t c, locale_t locale)
lib/libc/locale/runetype.c
85
int ___mb_cur_max_l(locale_t locale)
lib/libc/locale/setrunelocale.c
180
__set_thread_rune_locale(locale_t loc)
lib/libc/locale/setrunelocale.c
193
__ctype_load(const char *locale, locale_t unused __unused)
lib/libc/locale/table.c
258
__runes_for_locale(locale_t locale, int *mb_sb_limit)
lib/libc/locale/tolower.c
48
___tolower_l(__ct_rune_t c, locale_t l)
lib/libc/locale/toupper.c
48
___toupper_l(__ct_rune_t c, locale_t l)
lib/libc/locale/wcrtomb.c
40
locale_t locale)
lib/libc/locale/wcrtombin.c
32
size_t dlen, size_t *slen, locale_t locale, int flags)
lib/libc/locale/wcsftime.c
58
locale_t locale)
lib/libc/locale/wcsnrtombs.c
42
size_t len, mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/wcsrtombs.c
43
mbstate_t * __restrict ps, locale_t locale)
lib/libc/locale/wcstod.c
51
locale_t locale)
lib/libc/locale/wcstof.c
45
locale_t locale)
lib/libc/locale/wcstoimax.c
51
int base, locale_t locale)
lib/libc/locale/wcstol.c
50
base, locale_t locale)
lib/libc/locale/wcstold.c
45
locale_t locale)
lib/libc/locale/wcstoll.c
51
int base, locale_t locale)
lib/libc/locale/wcstombs.c
42
locale_t locale)
lib/libc/locale/wcstoul.c
50
int base, locale_t locale)
lib/libc/locale/wcstoull.c
51
int base, locale_t locale)
lib/libc/locale/wcstoumax.c
51
int base, locale_t locale)
lib/libc/locale/wctob.c
41
wctob_l(wint_t c, locale_t locale)
lib/libc/locale/wctomb.c
40
wctomb_l(char *s, wchar_t wchar, locale_t locale)
lib/libc/locale/wctrans.c
47
towctrans_l(wint_t wc, wctrans_t desc, locale_t locale)
lib/libc/locale/wctrans.c
75
wctrans_l(const char *charclass, locale_t locale __unused)
lib/libc/locale/wctype.c
47
iswctype_l(wint_t wc, wctype_t charclass, locale_t locale)
lib/libc/locale/wctype.c
58
wctype_l(const char *property, locale_t locale __unused)
lib/libc/locale/wcwidth.c
58
wcwidth_l(wchar_t wc, locale_t locale)
lib/libc/locale/xlocale.c
103
static void*(*constructors[])(const char*, locale_t) =
lib/libc/locale/xlocale.c
115
static locale_t thread_local_locale;
lib/libc/locale/xlocale.c
134
static locale_t
lib/libc/locale/xlocale.c
145
set_thread_locale(locale_t loc)
lib/libc/locale/xlocale.c
147
locale_t l = (loc == LC_GLOBAL_LOCALE) ? 0 : loc;
lib/libc/locale/xlocale.c
154
locale_t old = _pthread_getspecific(locale_info_key);
lib/libc/locale/xlocale.c
174
locale_t loc = l;
lib/libc/locale/xlocale.c
190
static locale_t
lib/libc/locale/xlocale.c
193
locale_t new = calloc(sizeof(struct _xlocale), 1);
lib/libc/locale/xlocale.c
201
copyflags(locale_t new, locale_t old)
lib/libc/locale/xlocale.c
209
static int dupcomponent(int type, locale_t base, locale_t new)
lib/libc/locale/xlocale.c
238
locale_t newlocale(int mask, const char *locale, locale_t base)
lib/libc/locale/xlocale.c
252
locale_t new = alloc_locale();
lib/libc/locale/xlocale.c
333
locale_t duplocale(locale_t base)
lib/libc/locale/xlocale.c
335
locale_t new = alloc_locale();
lib/libc/locale/xlocale.c
359
freelocale(locale_t loc)
lib/libc/locale/xlocale.c
375
const char *querylocale(int mask, locale_t loc)
lib/libc/locale/xlocale.c
389
locale_t uselocale(locale_t loc)
lib/libc/locale/xlocale.c
391
locale_t old = get_thread_locale();
lib/libc/locale/xlocale.c
62
__thread locale_t __thread_locale;
lib/libc/locale/xlocale_private.h
195
extern void* __collate_load(const char*, locale_t);
lib/libc/locale/xlocale_private.h
196
extern void* __ctype_load(const char*, locale_t);
lib/libc/locale/xlocale_private.h
197
extern void* __messages_load(const char*, locale_t);
lib/libc/locale/xlocale_private.h
198
extern void* __monetary_load(const char*, locale_t);
lib/libc/locale/xlocale_private.h
199
extern void* __numeric_load(const char*, locale_t);
lib/libc/locale/xlocale_private.h
200
extern void* __time_load(const char*, locale_t);
lib/libc/locale/xlocale_private.h
208
void __set_thread_rune_locale(locale_t loc);
lib/libc/locale/xlocale_private.h
218
extern __thread locale_t __thread_locale;
lib/libc/locale/xlocale_private.h
226
static inline locale_t __get_locale(void)
lib/libc/locale/xlocale_private.h
239
static inline locale_t get_real_locale(locale_t locale)
lib/libc/nls/msgcat.c
118
__catopen_l(const char *name, int type, locale_t locale)
lib/libc/stdio/asprintf.c
57
asprintf_l(char ** __restrict s, locale_t locale, char const * __restrict fmt,
lib/libc/stdio/fgetwc.c
50
fgetwc_l(FILE *fp, locale_t locale)
lib/libc/stdio/fgetwc.c
76
__fgetwc_mbs(FILE *fp, mbstate_t *mbs, int *nread, locale_t locale)
lib/libc/stdio/fgetwln.c
42
wchar_t *fgetwln_l(FILE * __restrict, size_t *, locale_t);
lib/libc/stdio/fgetwln.c
45
fgetwln_l(FILE * __restrict fp, size_t *lenp, locale_t locale)
lib/libc/stdio/fgetws.c
46
fgetws_l(wchar_t * __restrict ws, int n, FILE * __restrict fp, locale_t locale)
lib/libc/stdio/fprintf.c
58
fprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt, ...)
lib/libc/stdio/fputwc.c
50
__fputwc(wchar_t wc, FILE *fp, locale_t locale)
lib/libc/stdio/fputwc.c
94
fputwc_l(wchar_t wc, FILE *fp, locale_t locale)
lib/libc/stdio/fputws.c
46
fputws_l(const wchar_t * __restrict ws, FILE * __restrict fp, locale_t locale)
lib/libc/stdio/fscanf.c
64
fscanf_l(FILE * __restrict fp, locale_t locale, char const * __restrict fmt, ...)
lib/libc/stdio/fwprintf.c
53
fwprintf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, ...)
lib/libc/stdio/fwscanf.c
53
fwscanf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, ...)
lib/libc/stdio/getwc.c
56
getwc_l(FILE *fp, locale_t locale)
lib/libc/stdio/getwchar.c
54
getwchar_l(locale_t locale)
lib/libc/stdio/local.h
62
extern wint_t __fgetwc_mbs(FILE *, mbstate_t *, int *, locale_t);
lib/libc/stdio/local.h
63
extern wint_t __fputwc(wchar_t, FILE *, locale_t);
lib/libc/stdio/local.h
77
extern int __svfscanf(FILE *, locale_t, const char *, __va_list);
lib/libc/stdio/local.h
81
extern wint_t __ungetwc(wint_t, FILE *, locale_t);
lib/libc/stdio/local.h
82
extern int __vfprintf(FILE *, locale_t, const char *, __va_list);
lib/libc/stdio/local.h
84
extern int __vfwprintf(FILE *, locale_t, const wchar_t *, __va_list);
lib/libc/stdio/local.h
85
extern int __vfwscanf(FILE * __restrict, locale_t, const wchar_t * __restrict,
lib/libc/stdio/local.h
92
__fgetwc(FILE *fp, locale_t locale)
lib/libc/stdio/printf.c
58
printf_l(locale_t locale, char const * __restrict fmt, ...)
lib/libc/stdio/printfcommon.h
116
locale_t locale)
lib/libc/stdio/printfcommon.h
135
int len, const CHAR * __restrict with, locale_t locale)
lib/libc/stdio/printfcommon.h
152
io_flush(struct io_state *iop, locale_t locale)
lib/libc/stdio/printfcommon.h
87
io_print(struct io_state *iop, const CHAR * __restrict ptr, int len, locale_t locale)
lib/libc/stdio/putwc.c
50
putwc_l(wchar_t wc, FILE *fp, locale_t locale)
lib/libc/stdio/putwchar.c
49
putwchar_l(wchar_t wc, locale_t locale)
lib/libc/stdio/scanf.c
64
scanf_l(locale_t locale, char const * __restrict fmt, ...)
lib/libc/stdio/snprintf.c
78
snprintf_l(char * __restrict str, size_t n, locale_t locale,
lib/libc/stdio/sprintf.c
60
sprintf_l(char * __restrict str, locale_t locale, char const * __restrict fmt,
lib/libc/stdio/sscanf.c
60
sscanf_l(const char * __restrict str, locale_t locale,
lib/libc/stdio/swprintf.c
48
swprintf_l(wchar_t * __restrict s, size_t n, locale_t locale,
lib/libc/stdio/swscanf.c
48
swscanf_l(const wchar_t * __restrict str, locale_t locale,
lib/libc/stdio/ungetwc.c
51
__ungetwc(wint_t wc, FILE *fp, locale_t locale)
lib/libc/stdio/ungetwc.c
84
ungetwc_l(wint_t wc, FILE *fp, locale_t locale)
lib/libc/stdio/vasprintf.c
46
vasprintf_l(char **str, locale_t locale, const char *fmt, __va_list ap)
lib/libc/stdio/vfprintf.c
123
const CHAR *cp, const CHAR *ep, locale_t locale)
lib/libc/stdio/vfprintf.c
153
__sprint(FILE *fp, struct __suio *uio, locale_t locale __unused)
lib/libc/stdio/vfprintf.c
173
__sbprintf(FILE *fp, locale_t locale, const char *fmt, va_list ap)
lib/libc/stdio/vfprintf.c
266
vfprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt0,
lib/libc/stdio/vfprintf.c
303
__vfprintf(FILE *fp, locale_t locale, const char *fmt0, va_list ap)
lib/libc/stdio/vfprintf.c
71
static int __sprint(FILE *, struct __suio *, locale_t);
lib/libc/stdio/vfprintf.c
72
static int __sbprintf(FILE *, locale_t, const char *, va_list) __printflike(3, 0)
lib/libc/stdio/vfprintf.c
94
grouping_init(struct grouping_state *gs, int ndigits, locale_t loc)
lib/libc/stdio/vfscanf.c
107
static int parsefloat(FILE *, char *, char *, locale_t);
lib/libc/stdio/vfscanf.c
163
convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale)
lib/libc/stdio/vfscanf.c
223
locale_t locale)
lib/libc/stdio/vfscanf.c
284
convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale)
lib/libc/stdio/vfscanf.c
456
vfscanf_l(FILE *fp, locale_t locale, char const *fmt0, va_list ap)
lib/libc/stdio/vfscanf.c
471
__svfscanf(FILE *fp, locale_t locale, const char *fmt0, va_list ap)
lib/libc/stdio/vfscanf.c
929
parsefloat(FILE *fp, char *buf, char *end, locale_t locale)
lib/libc/stdio/vfwprintf.c
103
get_thousep(locale_t locale)
lib/libc/stdio/vfwprintf.c
123
grouping_init(struct grouping_state *gs, int ndigits, locale_t locale)
lib/libc/stdio/vfwprintf.c
149
const CHAR *cp, const CHAR *ep, locale_t locale)
lib/libc/stdio/vfwprintf.c
184
__sprint(FILE *fp, struct __suio *uio, locale_t locale)
lib/libc/stdio/vfwprintf.c
209
__sbprintf(FILE *fp, locale_t locale, const wchar_t *fmt, va_list ap)
lib/libc/stdio/vfwprintf.c
244
__xfputwc(wchar_t wc, FILE *fp, locale_t locale)
lib/libc/stdio/vfwprintf.c
345
vfwprintf_l(FILE * __restrict fp, locale_t locale,
lib/libc/stdio/vfwprintf.c
382
__vfwprintf(FILE *fp, locale_t locale, const wchar_t *fmt0, va_list ap)
lib/libc/stdio/vfwprintf.c
70
static int __sprint(FILE *, struct __suio *, locale_t);
lib/libc/stdio/vfwprintf.c
71
static int __sbprintf(FILE *, locale_t, const wchar_t *, va_list) __noinline;
lib/libc/stdio/vfwprintf.c
72
static wint_t __xfputwc(wchar_t, FILE *, locale_t);
lib/libc/stdio/vfwprintf.c
89
get_decpt(locale_t locale)
lib/libc/stdio/vfwscanf.c
101
static int parsefloat(FILE *, wchar_t *, wchar_t *, locale_t);
lib/libc/stdio/vfwscanf.c
141
convert_char(FILE *fp, char * mbp, int width, locale_t locale)
lib/libc/stdio/vfwscanf.c
165
convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale)
lib/libc/stdio/vfwscanf.c
183
locale_t locale)
lib/libc/stdio/vfwscanf.c
211
locale_t locale)
lib/libc/stdio/vfwscanf.c
240
convert_string(FILE *fp, char * mbp, int width, locale_t locale)
lib/libc/stdio/vfwscanf.c
267
convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale)
lib/libc/stdio/vfwscanf.c
303
locale_t locale)
lib/libc/stdio/vfwscanf.c
425
vfwscanf_l(FILE * __restrict fp, locale_t locale,
lib/libc/stdio/vfwscanf.c
447
__vfwscanf(FILE * __restrict fp, locale_t locale,
lib/libc/stdio/vfwscanf.c
791
parsefloat(FILE *fp, wchar_t *buf, wchar_t *end, locale_t locale)
lib/libc/stdio/vprintf.c
47
vprintf_l(locale_t locale, const char * __restrict fmt, __va_list ap)
lib/libc/stdio/vscanf.c
50
vscanf_l(locale_t locale, const char * __restrict fmt, __va_list ap)
lib/libc/stdio/vsnprintf.c
50
vsnprintf_l(char * __restrict str, size_t n, locale_t locale,
lib/libc/stdio/vsprintf.c
49
vsprintf_l(char * __restrict str, locale_t locale,
lib/libc/stdio/vsscanf.c
59
vsscanf_l(const char * __restrict str, locale_t locale,
lib/libc/stdio/vswprintf.c
47
vswprintf_l(wchar_t * __restrict s, size_t n, locale_t locale,
lib/libc/stdio/vswscanf.c
61
vswscanf_l(const wchar_t * __restrict str, locale_t locale,
lib/libc/stdio/vwprintf.c
42
vwprintf_l(locale_t locale, const wchar_t * __restrict fmt, va_list ap)
lib/libc/stdio/vwscanf.c
42
vwscanf_l(locale_t locale, const wchar_t * __restrict fmt, va_list ap)
lib/libc/stdio/wprintf.c
53
wprintf_l(locale_t locale, const wchar_t * __restrict fmt, ...)
lib/libc/stdio/wscanf.c
53
wscanf_l(locale_t locale, const wchar_t * __restrict fmt, ...)
lib/libc/stdlib/_strtol.h
48
locale_t locale)
lib/libc/stdlib/_strtoul.h
48
locale_t locale)
lib/libc/stdlib/atof.c
43
atof_l(const char *ascii, locale_t locale)
lib/libc/stdlib/atoi.c
43
atoi_l(const char *str, locale_t locale)
lib/libc/stdlib/atol.c
43
atol_l(const char *str, locale_t locale)
lib/libc/stdlib/atoll.c
42
atoll_l(const char *str, locale_t locale)
lib/libc/stdlib/strfmon.c
100
vstrfmon_l(char * __restrict s, size_t maxsize, locale_t loc,
lib/libc/stdlib/strfmon.c
407
strfmon_l(char * __restrict s, size_t maxsize, locale_t loc, const char * __restrict format,
lib/libc/stdtime/strftime.c
119
const char * const ptlim, int *warnp, locale_t loc)
lib/libc/stdtime/strftime.c
39
int *, locale_t);
lib/libc/stdtime/strftime.c
79
const struct tm * __restrict t, locale_t loc)
lib/libc/stdtime/strptime.c
53
static char * _strptime(const char *, const char *, struct tm *, int *, locale_t);
lib/libc/stdtime/strptime.c
679
struct tm * __restrict tm, locale_t loc)
lib/libc/stdtime/strptime.c
80
locale_t locale)
lib/libc/stdtime/timelocal.c
121
__get_current_time_locale(locale_t loc)
lib/libc/stdtime/timelocal.c
143
void* __time_load(const char* name, locale_t loc)
lib/libc/stdtime/timelocal.h
62
struct lc_time_T *__get_current_time_locale(locale_t);
lib/libc/string/strcasecmp.c
43
strcasecmp_l(const char *s1, const char *s2, locale_t locale)
lib/libc/string/strcasecmp.c
62
strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale)
lib/libc/string/strcasestr.c
48
strcasestr_l(const char *s, const char *find, locale_t locale)
lib/libc/string/strcoll.c
48
strcoll_l(const char *s, const char *s2, locale_t locale)
lib/libc/string/strerror.c
127
strerror_l(int num, locale_t locale)
lib/libc/string/strerror.c
82
strerror_rl(int errnum, char *strerrbuf, size_t buflen, locale_t locale)
lib/libc/string/strxfrm.c
48
locale_t locale)
lib/libc/string/wcscoll.c
40
wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t locale)
lib/libc/string/wcswidth.c
49
wcswidth_l(const wchar_t *pwcs, size_t n, locale_t locale)
lib/libc/string/wcsxfrm.c
40
wcsxfrm_l(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len, locale_t locale)
lib/libc/tre-regex/regex.h
227
tre_regcomp_l(regex_t *preg, const char *regex, int cflags, locale_t locale);
lib/libc/tre-regex/regex.h
231
locale_t locale);
lib/libc/tre-regex/regex.h
235
locale_t locale);
lib/libc/tre-regex/regex.h
239
locale_t locale);