Symbol: locale_t
common/lib/libc/stdlib/_strtoi.h
155
__TYPE lo, __TYPE hi, int * rstatus, locale_t loc)
common/lib/libc/stdlib/_strtoi.h
65
__TYPE lo, __TYPE hi, int * rstatus, locale_t loc)
common/lib/libc/stdlib/_strtol.h
209
INT_FUNCNAME(, _FUNCNAME, _l)(const char *nptr, char **endptr, int base, locale_t loc)
common/lib/libc/stdlib/_strtol.h
55
int base, locale_t loc)
common/lib/libc/stdlib/_strtoul.h
172
INT_FUNCNAME(, _FUNCNAME, _l)(const char *nptr, char **endptr, int base, locale_t loc)
common/lib/libc/stdlib/_strtoul.h
55
int base, locale_t loc)
distrib/utils/libhack/localeconv.c
52
localeconv_l(locale_t loc)
distrib/utils/libhack/multibyte.c
116
mbstate_t * __restrict ps, locale_t loc)
distrib/utils/libhack/multibyte.c
141
mbstate_t * __restrict ps, locale_t loc)
distrib/utils/libhack/multibyte.c
147
_mb_cur_max_l(locale_t loc)
distrib/utils/libhack/multibyte.c
192
iswspace_l(wint_t wc, locale_t loc)
distrib/utils/libhack/multibyte.c
28
mbrtowc_l(wchar_t *wc, const char *str, size_t max_sz, mbstate_t *ps, locale_t loc)
distrib/utils/libhack/multibyte.c
42
wcrtomb_l(char *str, wchar_t wc, mbstate_t *ps, locale_t loc)
distrib/utils/libhack/multibyte.c
54
wctob_l(wint_t x, locale_t loc)
distrib/utils/libhack/multibyte.c
66
btowc_l(int x, locale_t loc)
distrib/utils/libhack/multibyte.c
84
locale_t loc)
include/ctype.h
66
int isalnum_l(int, locale_t);
include/ctype.h
67
int isalpha_l(int, locale_t);
include/ctype.h
68
int isblank_l(int, locale_t);
include/ctype.h
69
int iscntrl_l(int, locale_t);
include/ctype.h
70
int isdigit_l(int, locale_t);
include/ctype.h
71
int isgraph_l(int, locale_t);
include/ctype.h
72
int islower_l(int, locale_t);
include/ctype.h
73
int isprint_l(int, locale_t);
include/ctype.h
74
int ispunct_l(int, locale_t);
include/ctype.h
75
int isspace_l(int, locale_t);
include/ctype.h
76
int isupper_l(int, locale_t);
include/ctype.h
77
int isxdigit_l(int, locale_t);
include/ctype.h
78
int tolower_l(int, locale_t);
include/ctype.h
79
int toupper_l(int, locale_t);
include/inttypes.h
70
char ** __restrict, int, locale_t);
include/inttypes.h
72
char ** __restrict, int, locale_t);
include/inttypes.h
74
wchar_t ** __restrict, int, locale_t);
include/inttypes.h
76
wchar_t ** __restrict, int, locale_t);
include/inttypes.h
88
intmax_t, intmax_t, int *, locale_t);
include/inttypes.h
90
uintmax_t, uintmax_t, int *, locale_t);
include/langinfo.h
98
char *nl_langinfo_l(nl_item, locale_t);
include/locale.h
104
locale_t duplocale(locale_t);
include/locale.h
105
void freelocale(locale_t);
include/locale.h
106
struct lconv *localeconv_l(locale_t);
include/locale.h
107
locale_t newlocale(int, const char *, locale_t);
include/locale.h
115
#define LC_C_LOCALE ((locale_t)__UNCONST(&_lc_C_locale))
include/locale.h
94
typedef struct _locale *locale_t;
include/monetary.h
54
ssize_t strfmon_l(char * __restrict, size_t, locale_t, const char * __restrict, ...)
include/nl_types.h
94
typedef struct _locale *locale_t;
include/nl_types.h
98
nl_catd catopen_l(const char *, int, locale_t);
include/stdio.h
545
int fprintf_l(FILE * __restrict, locale_t, const char * __restrict, ...)
include/stdio.h
547
int vfprintf_l(FILE * __restrict, locale_t, const char * __restrict,
include/stdio.h
549
int printf_l(locale_t, const char * __restrict, ...)
include/stdio.h
551
int vprintf_l(locale_t, const char * __restrict, __va_list)
include/stdio.h
553
int asprintf_l(char ** __restrict, locale_t, const char * __restrict, ...)
include/stdio.h
555
int vasprintf_l(char ** __restrict, locale_t, const char * __restrict,
include/stdio.h
558
int vdprintf_l(int, locale_t, const char * __restrict, __va_list)
include/stdio.h
560
int dprintf_l(int, locale_t, const char * __restrict, ...)
include/stdio.h
562
int snprintf_l(char * __restrict, size_t, locale_t,
include/stdio.h
564
int vsnprintf_l(char * __restrict, size_t, locale_t,
include/stdio.h
567
int sprintf_l(char * __restrict, locale_t, const char * __restrict, ...)
include/stdio.h
569
int vsprintf_l(char * __restrict, locale_t, const char * __restrict,
include/stdio.h
573
int fscanf_l(FILE * __restrict, locale_t, const char * __restrict, ...)
include/stdio.h
575
int scanf_l(locale_t, const char * __restrict, ...)
include/stdio.h
577
int sscanf_l(const char * __restrict, locale_t,
include/stdio.h
579
int vscanf_l(locale_t, const char * __restrict, __va_list)
include/stdio.h
581
int vfscanf_l(FILE * __restrict, locale_t, const char * __restrict,
include/stdio.h
583
int vsscanf_l(const char * __restrict, locale_t, const char * __restrict,
include/stdlib.h
365
typedef struct _locale *locale_t;
include/stdlib.h
368
double strtod_l(const char * __restrict, char ** __restrict, locale_t);
include/stdlib.h
369
float strtof_l(const char * __restrict, char ** __restrict, locale_t);
include/stdlib.h
371
locale_t);
include/stdlib.h
372
long strtol_l(const char * __restrict, char ** __restrict, int, locale_t);
include/stdlib.h
374
strtoul_l(const char * __restrict, char ** __restrict, int, locale_t);
include/stdlib.h
377
strtoll_l(const char * __restrict, char ** __restrict, int, locale_t);
include/stdlib.h
380
strtoull_l(const char * __restrict, char ** __restrict, int, locale_t);
include/stdlib.h
383
quad_t strtoq_l(const char * __restrict, char ** __restrict, int, locale_t);
include/stdlib.h
384
u_quad_t strtouq_l(const char * __restrict, char ** __restrict, int, locale_t);
include/stdlib.h
386
size_t _mb_cur_max_l(locale_t);
include/stdlib.h
388
int mblen_l(const char *, size_t, locale_t);
include/stdlib.h
390
locale_t);
include/stdlib.h
391
int wctomb_l(char *, wchar_t, locale_t);
include/stdlib.h
393
locale_t);
include/stdlib.h
395
locale_t);
include/string.h
134
locale_t);
include/string.h
81
int strcoll_l(const char *, const char *, locale_t);
include/string.h
94
__aconst char *strerror_l(int, locale_t);
include/time.h
205
typedef struct _locale *locale_t;
include/time.h
209
const struct tm * __restrict, locale_t)
include/time.h
249
const char * __restrict, const struct tm * __restrict, locale_t)
include/time.h
255
struct tm * __restrict, locale_t);
include/wchar.h
239
int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
include/wchar.h
240
size_t wcsxfrm_l(wchar_t *, const wchar_t *, size_t, locale_t);
include/wchar.h
241
int wcsncasecmp_l(const wchar_t *, const wchar_t *, size_t, locale_t);
include/wchar.h
242
int wcscasecmp_l(const wchar_t *, const wchar_t *, locale_t);
include/wchar.h
245
const struct tm * __restrict, locale_t);
include/wchar.h
247
float wcstof_l(const wchar_t * __restrict, wchar_t ** __restrict, locale_t);
include/wchar.h
248
double wcstod_l(const wchar_t * __restrict, wchar_t ** __restrict, locale_t);
include/wchar.h
250
locale_t);
include/wchar.h
252
locale_t);
include/wchar.h
254
wchar_t ** __restrict, int, locale_t);
include/wchar.h
257
locale_t);
include/wchar.h
260
wchar_t ** __restrict, int, locale_t);
include/wchar.h
261
int wcwidth_l(wchar_t, locale_t);
include/wchar.h
262
int wcswidth_l(const wchar_t *, size_t, locale_t);
include/wchar.h
268
wint_t btowc_l(int, locale_t);
include/wchar.h
270
locale_t);
include/wchar.h
272
mbstate_t * __restrict, locale_t);
include/wchar.h
273
int mbsinit_l(const mbstate_t *, locale_t);
include/wchar.h
275
mbstate_t * __restrict, locale_t);
include/wchar.h
277
size_t, mbstate_t * __restrict, locale_t);
include/wchar.h
278
size_t wcrtomb_l(char * __restrict, wchar_t, mbstate_t * __restrict, locale_t);
include/wchar.h
280
mbstate_t * __restrict, locale_t);
include/wchar.h
282
size_t, mbstate_t * __restrict, locale_t);
include/wchar.h
283
int wctob_l(wint_t, locale_t);
include/wchar.h
285
int fwprintf_l(FILE * __restrict, locale_t, const wchar_t * __restrict, ...);
include/wchar.h
286
int swprintf_l(wchar_t * __restrict, size_t n, locale_t,
include/wchar.h
288
int vfwprintf_l(FILE * __restrict, locale_t,
include/wchar.h
290
int vswprintf_l(wchar_t * __restrict, size_t, locale_t,
include/wchar.h
292
int vwprintf_l(locale_t, const wchar_t * __restrict, __va_list);
include/wchar.h
293
int wprintf_l(locale_t, const wchar_t * __restrict, ...);
include/wchar.h
295
int fwscanf_l(FILE * __restrict, locale_t, const wchar_t * __restrict, ...);
include/wchar.h
296
int swscanf_l(const wchar_t * __restrict, locale_t, const wchar_t *
include/wchar.h
298
int wscanf_l(locale_t, const wchar_t * __restrict, ...);
include/wchar.h
299
int vfwscanf_l(FILE * __restrict, locale_t, const wchar_t * __restrict,
include/wchar.h
301
int vswscanf_l(const wchar_t * __restrict, locale_t, const wchar_t * __restrict,
include/wchar.h
303
int vwscanf_l(locale_t, const wchar_t * __restrict, __va_list);
include/wctype.h
82
int iswalnum_l(wint_t, locale_t);
include/wctype.h
83
int iswalpha_l(wint_t, locale_t);
include/wctype.h
84
int iswblank_l(wint_t, locale_t);
include/wctype.h
85
int iswcntrl_l(wint_t, locale_t);
include/wctype.h
86
int iswdigit_l(wint_t, locale_t);
include/wctype.h
87
int iswgraph_l(wint_t, locale_t);
include/wctype.h
88
int iswlower_l(wint_t, locale_t);
include/wctype.h
89
int iswprint_l(wint_t, locale_t);
include/wctype.h
90
int iswpunct_l(wint_t, locale_t);
include/wctype.h
91
int iswspace_l(wint_t, locale_t);
include/wctype.h
92
int iswupper_l(wint_t, locale_t);
include/wctype.h
93
int iswxdigit_l(wint_t, locale_t);
include/wctype.h
94
int iswctype_l(wint_t, wctype_t, locale_t);
include/wctype.h
95
wint_t towctrans_l(wint_t, wctrans_t, locale_t);
include/wctype.h
96
wint_t towlower_l(wint_t, locale_t);
include/wctype.h
97
wint_t towupper_l(wint_t, locale_t);
include/wctype.h
98
wctrans_t wctrans_l(const char *, locale_t);
include/wctype.h
99
wctype_t wctype_l(const char *, locale_t);
lib/libc/gdtoa/gdtoa.h
142
locale_t));
lib/libc/gdtoa/gdtoa.h
157
extern int strtord ANSI((CONST char*, char**, int, double*, locale_t));
lib/libc/gdtoa/gdtoa.h
168
extern int strtopQ ANSI((CONST char*, char**, void*, locale_t));
lib/libc/gdtoa/gdtoa.h
169
extern int strtopx ANSI((CONST char*, char**, void*, locale_t));
lib/libc/gdtoa/gdtoa.h
170
extern int strtopxL ANSI((CONST char*, char**, void*, locale_t));
lib/libc/gdtoa/gdtoaimp.h
608
extern int gethex ANSI((CONST char**, CONST FPI*, Long*, Bigint**, int, locale_t));
lib/libc/gdtoa/gethex.c
41
gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign, locale_t loc)
lib/libc/gdtoa/strtod.c
1117
strtod_l(CONST char *s, char **sp, locale_t loc)
lib/libc/gdtoa/strtod.c
94
_int_strtod_l(CONST char *s00, char **se, locale_t loc)
lib/libc/gdtoa/strtodg.c
326
locale_t loc)
lib/libc/gdtoa/strtof.c
103
strtof_l(CONST char *s, char **sp, locale_t loc)
lib/libc/gdtoa/strtof.c
46
_int_strtof_l(CONST char *s, char **sp, locale_t loc)
lib/libc/gdtoa/strtof_vaxf.c
47
_int_strtof_l(CONST char *s, char **sp, locale_t loc)
lib/libc/gdtoa/strtof_vaxf.c
90
strtof_l(CONST char *s, char **sp, locale_t loc)
lib/libc/gdtoa/strtold_subr.c
45
_int_strtold_l(const char *nptr, char **endptr, locale_t loc)
lib/libc/gdtoa/strtold_subr.c
60
strtold_l(CONST char *s, char **sp, locale_t loc)
lib/libc/gdtoa/strtopQ.c
55
strtopQ(CONST char *s, char **sp, void *V, locale_t loc)
lib/libc/gdtoa/strtopx.c
57
strtopx(CONST char *s, char **sp, void *V, locale_t loc)
lib/libc/gdtoa/strtopxL.c
53
strtopxL(CONST char *s, char **sp, void *V, locale_t loc)
lib/libc/gdtoa/strtord.c
76
strtord(CONST char *s, char **sp, int rounding, double *d, locale_t loc)
lib/libc/gen/isctype.c
112
toupper_l(int c, locale_t loc)
lib/libc/gen/isctype.c
126
tolower_l(int c, locale_t loc)
lib/libc/gen/isctype.c
85
is##name ## _l(int c, locale_t loc) \
lib/libc/include/extern.h
47
__dso_hidden int _strerror_lr(int, char *, size_t, locale_t);
lib/libc/locale/_wcstod.h
142
wchar_t ** __restrict endptr, locale_t loc)
lib/libc/locale/_wcstod.h
61
wchar_t ** __restrict endptr, locale_t loc)
lib/libc/locale/_wcstol.h
158
int base, locale_t loc)
lib/libc/locale/_wcstol.h
54
int base, locale_t loc)
lib/libc/locale/_wcstoul.h
134
int base, locale_t loc)
lib/libc/locale/_wcstoul.h
53
int base, locale_t loc)
lib/libc/locale/c16rtomb.c
106
locale_t loc)
lib/libc/locale/c32rtomb.c
91
locale_t loc)
lib/libc/locale/c8rtomb.c
138
c8rtomb_l(char *restrict s, char8_t c8, mbstate_t *restrict ps, locale_t loc)
lib/libc/locale/duplocale.c
42
locale_t
lib/libc/locale/duplocale.c
43
duplocale(locale_t src)
lib/libc/locale/freelocale.c
44
freelocale(locale_t locale)
lib/libc/locale/iswctype_mb.c
103
wctype_l(const char *charclass, locale_t loc)
lib/libc/locale/iswctype_mb.c
123
wctrans_l(const char *charmap, locale_t loc)
lib/libc/locale/iswctype_mb.c
144
iswctype_l(wint_t wc, wctype_t charclass, locale_t loc)
lib/libc/locale/iswctype_mb.c
180
towctrans_l(wint_t wc, wctrans_t charmap, locale_t loc)
lib/libc/locale/iswctype_mb.c
189
wcwidth_l(wchar_t wc, locale_t loc)
lib/libc/locale/iswctype_mb.c
211
wcswidth_l(const wchar_t * __restrict ws, size_t wn, locale_t loc)
lib/libc/locale/iswctype_mb.c
55
isw##name##_l(wint_t wc, locale_t loc) \
lib/libc/locale/iswctype_mb.c
85
tow##name##_l(wint_t wc, locale_t loc) \
lib/libc/locale/localeconv.c
48
localeconv_l(locale_t loc)
lib/libc/locale/mbrtoc16.c
113
mbstate_t *restrict ps, locale_t restrict loc)
lib/libc/locale/mbrtoc32.c
103
mbstate_t *restrict ps, locale_t restrict loc)
lib/libc/locale/mbrtoc8.c
113
mbstate_t *restrict ps, locale_t restrict loc)
lib/libc/locale/multibyte.h
86
_ps_to_ctype(mbstate_t const *ps, locale_t loc)
lib/libc/locale/multibyte_amd1.c
103
mbrtowc_l(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps, locale_t loc)
lib/libc/locale/multibyte_amd1.c
126
locale_t loc)
lib/libc/locale/multibyte_amd1.c
149
locale_t loc)
lib/libc/locale/multibyte_amd1.c
171
wcrtomb_l(char *s, wchar_t wc, mbstate_t *ps, locale_t loc)
lib/libc/locale/multibyte_amd1.c
194
locale_t loc)
lib/libc/locale/multibyte_amd1.c
216
btowc_l(int c, locale_t loc)
lib/libc/locale/multibyte_amd1.c
235
wctob_l(wint_t wc, locale_t loc)
lib/libc/locale/multibyte_amd1.c
254
_mb_cur_max_l(locale_t loc)
lib/libc/locale/multibyte_amd1.c
51
mbrlen_l(const char *s, size_t n, mbstate_t *ps, locale_t loc)
lib/libc/locale/multibyte_amd1.c
73
mbsinit_l(const mbstate_t *ps, locale_t loc)
lib/libc/locale/multibyte_c90.c
109
wcstombs_l(char *s, const wchar_t *wcs, size_t n, locale_t loc)
lib/libc/locale/multibyte_c90.c
129
locale_t loc)
lib/libc/locale/multibyte_c90.c
151
wctomb_l(char *s, wchar_t wc, locale_t loc)
lib/libc/locale/multibyte_c90.c
51
mblen_l(const char *s, size_t n, locale_t loc)
lib/libc/locale/multibyte_c90.c
71
mbstowcs_l(wchar_t *pwcs, const char *s, size_t n, locale_t loc)
lib/libc/locale/multibyte_c90.c
90
mbtowc_l(wchar_t *pw, const char *s, size_t n, locale_t loc)
lib/libc/locale/newlocale.c
109
return (locale_t)dst;
lib/libc/locale/newlocale.c
43
locale_t
lib/libc/locale/newlocale.c
44
newlocale(int mask, const char *name, locale_t src)
lib/libc/locale/newlocale.c
56
return (locale_t)NULL;
lib/libc/locale/newlocale.c
62
return (locale_t)NULL;
lib/libc/locale/nl_langinfo.c
177
nl_langinfo_l(nl_item item, locale_t loc)
lib/libc/locale/setlocale.c
179
locale_t loc;
lib/libc/locale/setlocale.c
64
_setlocale_cache(locale_t loc, struct _locale_cache_t *cache)
lib/libc/locale/setlocale_local.h
88
int _setlocale_cache(locale_t, struct _locale_cache_t *);
lib/libc/locale/wcscoll.c
45
wcscoll_l(const wchar_t *s1, const wchar_t *s2, locale_t loc)
lib/libc/locale/wcsftime.c
66
const wchar_t *format, const struct tm *timeptr, locale_t loc)
lib/libc/locale/wcsxfrm.c
45
wcsxfrm_l(wchar_t *s1, const wchar_t *s2, size_t n, locale_t loc)
lib/libc/nls/catopen.c
78
catopen_l(const char *name, int oflag, locale_t loc)
lib/libc/stdio/dprintf.c
64
dprintf_l(int fd, locale_t loc, const char * __restrict fmt, ...)
lib/libc/stdio/fprintf.c
65
fprintf_l(FILE *fp, locale_t loc, const char *fmt, ...)
lib/libc/stdio/fscanf.c
69
fscanf_l(FILE *fp, locale_t loc, char const *fmt, ...)
lib/libc/stdio/fwprintf.c
59
fwprintf_l(FILE * __restrict fp, locale_t loc, const wchar_t * __restrict fmt, ...)
lib/libc/stdio/fwscanf.c
60
fwscanf_l(FILE * __restrict fp, locale_t loc, const wchar_t * __restrict fmt,
lib/libc/stdio/local.h
68
extern int __svfscanf_l(FILE * __restrict, locale_t,
lib/libc/stdio/local.h
70
extern int __svfscanf_unlocked_l(FILE * __restrict, locale_t,
lib/libc/stdio/local.h
72
extern int __vfprintf_unlocked_l(FILE * __restrict, locale_t,
lib/libc/stdio/local.h
84
extern int __vfwprintf_unlocked_l(FILE *, locale_t, const wchar_t *, va_list);
lib/libc/stdio/local.h
85
extern int __vfwscanf_unlocked_l(FILE * __restrict, locale_t,
lib/libc/stdio/printf.c
65
printf_l(locale_t loc, char const *fmt, ...)
lib/libc/stdio/scanf.c
69
scanf_l(locale_t loc, char const *fmt, ...)
lib/libc/stdio/sscanf.c
70
sscanf_l(const char *str, locale_t loc, char const *fmt, ...)
lib/libc/stdio/swprintf.c
59
swprintf_l(wchar_t * __restrict s, size_t n, locale_t loc,
lib/libc/stdio/swscanf.c
60
swscanf_l(const wchar_t * __restrict str, locale_t loc,
lib/libc/stdio/vasprintf.c
53
vasprintf_l(char **str, locale_t loc, const char *fmt, va_list ap)
lib/libc/stdio/vasprintf.c
95
asprintf_l(char **str, locale_t loc, char const *fmt, ...)
lib/libc/stdio/vdprintf.c
61
vdprintf_l(int fd, locale_t loc, const char * __restrict fmt, va_list ap)
lib/libc/stdio/vfscanf.c
110
static const u_char *__sccl(char *, const u_char *, locale_t);
lib/libc/stdio/vfscanf.c
112
static size_t parsefloat(FILE *, char *, char *, locale_t);
lib/libc/stdio/vfscanf.c
119
__collate_range_cmp(int c1, int c2, locale_t loc)
lib/libc/stdio/vfscanf.c
139
__svfscanf_l(FILE *fp, locale_t loc, char const *fmt0, va_list ap)
lib/libc/stdio/vfscanf.c
159
__svfscanf_unlocked_l(FILE *fp, locale_t loc, const char *fmt0, va_list ap)
lib/libc/stdio/vfscanf.c
858
__sccl(char *tab, const u_char *fmt, locale_t loc)
lib/libc/stdio/vfscanf.c
961
parsefloat(FILE *fp, char *buf, char *end, locale_t loc)
lib/libc/stdio/vfwprintf.c
138
static int __sbprintf(FILE *, locale_t, const CHAR_T *, va_list);
lib/libc/stdio/vfwprintf.c
145
static CHAR_T *__mbsconv(char *, int, locale_t);
lib/libc/stdio/vfwprintf.c
146
static wint_t __xfputwc(CHAR_T, FILE *, locale_t);
lib/libc/stdio/vfwprintf.c
148
static char *__wcsconv(wchar_t *, int, locale_t);
lib/libc/stdio/vfwprintf.c
160
__sbprintf(FILE *fp, locale_t loc, const CHAR_T *fmt, va_list ap)
lib/libc/stdio/vfwprintf.c
200
__xfputwc(wchar_t wc, FILE *fp, locale_t loc)
lib/libc/stdio/vfwprintf.c
420
__mbsconv(char *mbsarg, int prec, locale_t loc)
lib/libc/stdio/vfwprintf.c
496
__wcsconv(wchar_t *wcsarg, int prec, locale_t loc)
lib/libc/stdio/vfwprintf.c
564
WDECL(vf,printf_l)(FILE * __restrict fp, locale_t loc, const CHAR_T * __restrict fmt0,
lib/libc/stdio/vfwprintf.c
620
WDECL(__vf,printf_unlocked_l)(FILE *fp, locale_t loc, const CHAR_T *fmt0, va_list ap)
lib/libc/stdio/vfwscanf.c
106
static int parsefloat(FILE *, wchar_t *, wchar_t *, locale_t);
lib/libc/stdio/vfwscanf.c
123
vfwscanf_l(FILE * __restrict fp, locale_t loc, const wchar_t * __restrict fmt,
lib/libc/stdio/vfwscanf.c
149
__vfwscanf_unlocked_l(FILE * __restrict fp, locale_t loc,
lib/libc/stdio/vfwscanf.c
763
parsefloat(FILE *fp, wchar_t *buf, wchar_t *end, locale_t loc)
lib/libc/stdio/vprintf.c
60
vprintf_l(locale_t loc, const char *fmt, va_list ap)
lib/libc/stdio/vscanf.c
63
vscanf_l(locale_t loc, const char *fmt, va_list ap)
lib/libc/stdio/vsnprintf.c
123
snprintf_l(char *str, size_t n, locale_t loc, const char *fmt, ...)
lib/libc/stdio/vsnprintf.c
73
vsnprintf_l(char *str, size_t n, locale_t loc, const char *fmt, va_list ap)
lib/libc/stdio/vsprintf.c
64
vsprintf_l(char *str, locale_t loc, const char *fmt, va_list ap)
lib/libc/stdio/vsprintf.c
90
sprintf_l(char *str, locale_t loc, char const *fmt, ...)
lib/libc/stdio/vsscanf.c
65
vsscanf_l(const char *str, locale_t loc, const char *fmt, va_list ap)
lib/libc/stdio/vswprintf.c
54
vswprintf_l(wchar_t * __restrict s, size_t n, locale_t loc,
lib/libc/stdio/vswscanf.c
74
vswscanf_l(const wchar_t * __restrict str, locale_t loc,
lib/libc/stdio/vwprintf.c
46
vwprintf_l(locale_t loc, const wchar_t * __restrict fmt, va_list ap)
lib/libc/stdio/vwscanf.c
54
vwscanf_l(locale_t loc, const wchar_t * __restrict fmt, va_list ap)
lib/libc/stdio/wprintf.c
59
wprintf_l(locale_t loc, const wchar_t * __restrict fmt, ...)
lib/libc/stdio/wscanf.c
60
wscanf_l(locale_t loc, const wchar_t * __restrict fmt, ...)
lib/libc/stdlib/strfmon.c
110
struct lconv *, locale_t loc);
lib/libc/stdlib/strfmon.c
113
vstrfmon_l(char * __restrict s, size_t maxsize, locale_t loc,
lib/libc/stdlib/strfmon.c
529
int right_prec, int pad_char, struct lconv *lc, locale_t loc)
lib/libc/stdlib/strfmon.c
669
strfmon_l(char * __restrict s, size_t maxsize, locale_t loc,
lib/libc/string/strcoll.c
64
strcoll_l(const char *s1, const char *s2, locale_t loc)
lib/libc/string/strerror.c
72
strerror_l(int num, locale_t loc)
lib/libc/string/strerror_r.c
104
_strerror_lr(int num, char *buf, size_t buflen, locale_t loc)
lib/libc/string/strerror_r.c
59
load_errlist(locale_t loc)
lib/libc/string/strxfrm.c
59
strxfrm_l(char *dst, const char *src, size_t n, locale_t loc)
lib/libc/string/wcscasecmp.c
30
wcscasecmp_l(const wchar_t *s1, const wchar_t *s2, locale_t loc)
lib/libc/string/wcsncasecmp.c
30
wcsncasecmp_l(const wchar_t *s1, const wchar_t *s2, size_t n, locale_t loc)
lib/libc/time/private.h
816
struct tm const *restrict, locale_t);
lib/libc/time/strftime.c
145
static char * _conv(int, const char *, char *, const char *, locale_t);
lib/libc/time/strftime.c
147
const char *, enum warn *, locale_t);
lib/libc/time/strftime.c
148
static char * _yconv(int, int, bool, bool, char *, const char *, locale_t);
lib/libc/time/strftime.c
194
ATTRIBUTE_MAYBE_UNUSED locale_t locale)
lib/libc/time/strftime.c
203
const char *const format, const struct tm *const t, locale_t loc)
lib/libc/time/strftime.c
233
const char *ptlim, enum warn *warnp, locale_t loc)
lib/libc/time/strftime.c
809
const struct tm * __restrict t, locale_t loc)
lib/libc/time/strftime.c
828
_conv(int n, const char *format, char *pt, const char *ptlim, locale_t loc)
lib/libc/time/strftime.c
854
char *pt, const char * ptlim, locale_t loc)
lib/libc/time/strptime.c
159
strptime_l(const char *buf, const char *fmt, struct tm *tm, locale_t loc)
tests/lib/libc/locale/t_strfmon.c
59
locale_t loc;