Symbol: __get_locale
lib/libc/gen/fnmatch.c
244
(struct xlocale_collate *)__get_locale()->components[XLC_COLLATE];
lib/libc/gen/glob-compat11.c
878
(struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
lib/libc/gen/glob.c
940
(struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
lib/libc/locale/btowc.c
62
return btowc_l(c, __get_locale());
lib/libc/locale/c16rtomb.c
79
return (c16rtomb_l(s, c16, ps, __get_locale()));
lib/libc/locale/c32rtomb.c
57
return (c32rtomb_l(s, c32, ps, __get_locale()));
lib/libc/locale/cXXrtomb_iconv.h
111
return (cXXrtomb_l(s, c, ps, __get_locale()));
lib/libc/locale/collate.c
759
(struct xlocale_collate *)__get_locale()->components[XLC_COLLATE];
lib/libc/locale/collate.c
836
(struct xlocale_collate *)__get_locale()->components[XLC_COLLATE];
lib/libc/locale/collate.c
914
(struct xlocale_collate *)__get_locale()->components[XLC_COLLATE];
lib/libc/locale/localeconv.c
112
return localeconv_l(__get_locale());
lib/libc/locale/mblen.c
60
return mblen_l(s, n, __get_locale());
lib/libc/locale/mbrlen.c
49
return mbrlen_l(s, n, ps, __get_locale());
lib/libc/locale/mbrtoc16.c
87
return (mbrtoc16_l(pc16, s, n, ps, __get_locale()));
lib/libc/locale/mbrtoc32.c
51
return (mbrtoc32_l(pc32, s, n, ps, __get_locale()));
lib/libc/locale/mbrtocXX_iconv.h
154
return (mbrtocXX_l(pc, s, n, ps, __get_locale()));
lib/libc/locale/mbrtowc.c
51
return mbrtowc_l(pwc, s, n, ps, __get_locale());
lib/libc/locale/mbsinit.c
46
return mbsinit_l(ps, __get_locale());
lib/libc/locale/mbsnrtowcs.c
54
return mbsnrtowcs_l(dst, src, nms, len, ps, __get_locale());
lib/libc/locale/mbsrtowcs.c
53
return mbsrtowcs_l(dst, src, len, ps, __get_locale());
lib/libc/locale/mbstowcs.c
54
return mbstowcs_l(pwcs, s, n, __get_locale());
lib/libc/locale/mbtowc.c
66
return mbtowc_l(pwc, s, n, __get_locale());
lib/libc/locale/nextwctype.c
101
return nextwctype_l(wc, wct, __get_locale());
lib/libc/locale/nl_langinfo.c
205
return nl_langinfo_l(item, __get_locale());
lib/libc/locale/runetype.c
77
return ___runetype_l(c, __get_locale());
lib/libc/locale/runetype.c
82
return XLOCALE_CTYPE(__get_locale())->__mb_cur_max;
lib/libc/locale/setrunelocale.c
81
return (XLOCALE_CTYPE(__get_locale())->runes);
lib/libc/locale/tolower.c
74
return ___tolower_l(c, __get_locale());
lib/libc/locale/toupper.c
76
return ___toupper_l(c, __get_locale());
lib/libc/locale/wcrtomb.c
50
return wcrtomb_l(s, wc, ps, __get_locale());
lib/libc/locale/wcsftime.c
120
return wcsftime_l(wcs, maxsize, format, timeptr, __get_locale());
lib/libc/locale/wcsnrtombs.c
55
return wcsnrtombs_l(dst, src, nwc, len, ps, __get_locale());
lib/libc/locale/wcsrtombs.c
54
return wcsrtombs_l(dst, src, len, ps, __get_locale());
lib/libc/locale/wcstod.c
114
return wcstod_l(nptr, endptr, __get_locale());
lib/libc/locale/wcstof.c
91
return wcstof_l(nptr, endptr, __get_locale());
lib/libc/locale/wcstoimax.c
139
return wcstoimax_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wcstol.c
138
return wcstol_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wcstold.c
91
return wcstold_l(nptr, endptr, __get_locale());
lib/libc/locale/wcstoll.c
138
return wcstoll_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wcstombs.c
55
return wcstombs_l(s, pwcs, n, __get_locale());
lib/libc/locale/wcstoul.c
136
return wcstoul_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wcstoull.c
137
return wcstoull_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wcstoumax.c
137
return wcstoumax_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wctob.c
54
return wctob_l(c, __get_locale());
lib/libc/locale/wctomb.c
58
return wctomb_l(s, wchar, __get_locale());
lib/libc/locale/wctrans.c
66
return towctrans_l(wc, desc, __get_locale());
lib/libc/nls/msgcat.c
123
return (__catopen_l(name, type, __get_locale()));
lib/libc/regex/regcomp.c
1098
(struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
lib/libc/stdio/fgetwc.c
65
return fgetwc_l(fp, __get_locale());
lib/libc/stdio/fgetwln.c
95
return fgetwln_l(fp, lenp, __get_locale());
lib/libc/stdio/fgetws.c
128
return fgetws_l(ws, n, fp, __get_locale());
lib/libc/stdio/fprintf.c
51
ret = vfprintf_l(fp, __get_locale(), fmt, ap);
lib/libc/stdio/fputwc.c
86
return fputwc_l(wc, fp, __get_locale());
lib/libc/stdio/fputws.c
84
return fputws_l(ws, fp, __get_locale());
lib/libc/stdio/fscanf.c
56
ret = __svfscanf(fp, __get_locale(), fmt, ap);
lib/libc/stdio/putwc.c
57
return putwc_l(wc, fp, __get_locale());
lib/libc/stdio/putwchar.c
56
return putwchar_l(wc, __get_locale());
lib/libc/stdio/scanf.c
56
ret = __svfscanf(stdin, __get_locale(), fmt, ap);
lib/libc/stdio/snprintf.c
71
ret = __vfprintf(&f, __get_locale(), serrno, fmt, ap);
lib/libc/stdio/ungetwc.c
88
return ungetwc_l(wc, fp, __get_locale());
lib/libc/stdio/vasprintf.c
73
return vasprintf_l(str, __get_locale(), fmt, ap);
lib/libc/stdio/vdprintf.c
66
if ((ret = __vfprintf(&f, __get_locale(), serrno, fmt, ap)) < 0)
lib/libc/stdio/vfprintf.c
288
return vfprintf_l(fp, __get_locale(), fmt0, ap);
lib/libc/stdio/vfscanf.c
220
__ungetwc(wi, fp, __get_locale());
lib/libc/stdio/vfscanf.c
228
__ungetwc(wi, fp, __get_locale());
lib/libc/stdio/vfscanf.c
281
__ungetwc(wi, fp, __get_locale());
lib/libc/stdio/vfscanf.c
289
__ungetwc(wi, fp, __get_locale());
lib/libc/stdio/vfscanf.c
462
ret = __svfscanf(fp, __get_locale(), fmt0, ap);
lib/libc/stdio/vfscanf.c
877
(struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
lib/libc/stdio/vfwprintf.c
366
return vfwprintf_l(fp, __get_locale(), fmt0, ap);
lib/libc/stdio/vfwscanf.c
455
return vfwscanf_l(fp, __get_locale(), fmt, ap);
lib/libc/stdio/vscanf.c
61
return vscanf_l(__get_locale(), fmt, ap);
lib/libc/stdio/vsnprintf.c
86
return vsnprintf_l(str, n, __get_locale(), fmt, ap);
lib/libc/stdio/vsprintf.c
67
return vsprintf_l(str, __get_locale(), fmt, ap);
lib/libc/stdio/vsscanf.c
73
return vsscanf_l(str, __get_locale(), fmt, ap);
lib/libc/stdio/vswprintf.c
109
return vswprintf_l(s, n, __get_locale(), fmt, ap);
lib/libc/stdio/vswscanf.c
96
return vswscanf_l(str, __get_locale(), fmt, ap);
lib/libc/stdlib/strfmon.c
651
ret = vstrfmon_l(s, maxsize, __get_locale(), format, ap);
lib/libc/stdlib/strtoimax.c
155
return strtoimax_l(nptr, endptr, base, __get_locale());
lib/libc/stdlib/strtol.c
154
return strtol_l(nptr, endptr, base, __get_locale());
lib/libc/stdlib/strtold.c
38
return strtold_l(nptr, endptr, __get_locale());
lib/libc/stdlib/strtoll.c
156
return strtoll_l(nptr, endptr, base, __get_locale());
lib/libc/stdlib/strtoul.c
132
return strtoul_l(nptr, endptr, base, __get_locale());
lib/libc/stdlib/strtoull.c
133
return strtoull_l(nptr, endptr, base, __get_locale());
lib/libc/stdlib/strtoumax.c
133
return strtoumax_l(nptr, endptr, base, __get_locale());
lib/libc/stdtime/strftime.c
113
return strftime_l(s, maxsize, format, t, __get_locale());
lib/libc/stdtime/strptime.c
709
return strptime_l(buf, fmt, tm, __get_locale());
lib/libc/string/strcasecmp.c
57
return strcasecmp_l(s1, s2, __get_locale());
lib/libc/string/strcasecmp.c
82
return strncasecmp_l(s1, s2, n, __get_locale());
lib/libc/string/strcasestr.c
70
return strcasestr_l(s, find, __get_locale());
lib/libc/string/strcoll.c
115
return strcoll_l(s, s2, __get_locale());
lib/libc/string/strerror.c
121
return (__strerror_rl(errnum, strerrbuf, buflen, __get_locale()));
lib/libc/string/strerror.c
139
if (__strerror_rl(num, ebuf, sizeof(ebuf), __get_locale()) != 0)
lib/libc/string/strxfrm.c
47
return strxfrm_l(dest, src, len, __get_locale());
lib/libc/string/wcscoll.c
225
return wcscoll_l(ws1, ws2, __get_locale());
lib/libc/string/wcswidth.c
67
return wcswidth_l(pwcs, n, __get_locale());
lib/libc/string/wcsxfrm.c
83
return wcsxfrm_l(dest, src, len, __get_locale());