Symbol: __get_locale
lib/libc/gen/fnmatch.c
219
(struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
lib/libc/gen/glob.c
807
(struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
lib/libc/locale/btowc.c
63
return btowc_l(c, __get_locale());
lib/libc/locale/cXXrtomb_iconv.h
114
return (cXXrtomb_l(s, c, ps, __get_locale()));
lib/libc/locale/localeconv.c
114
return localeconv_l(__get_locale());
lib/libc/locale/mbintowcr.c
43
return mbintowcr_l(dst, src, dlen, slen, __get_locale(), flags);
lib/libc/locale/mblen.c
60
return mblen_l(s, n, __get_locale());
lib/libc/locale/mbrlen.c
50
return mbrlen_l(s, n, ps, __get_locale());
lib/libc/locale/mbrtocXX_iconv.h
156
return (mbrtocXX_l(pc, s, n, ps, __get_locale()));
lib/libc/locale/mbrtowc.c
52
return mbrtowc_l(pwc, s, n, ps, __get_locale());
lib/libc/locale/mbsinit.c
47
return mbsinit_l(ps, __get_locale());
lib/libc/locale/mbsnrtowcs.c
53
return mbsnrtowcs_l(dst, src, nms, len, ps, __get_locale());
lib/libc/locale/mbsrtowcs.c
54
return mbsrtowcs_l(dst, src, len, ps, __get_locale());
lib/libc/locale/mbstowcs.c
55
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
102
return nextwctype_l(wc, wct, __get_locale());
lib/libc/locale/nl_langinfo.c
206
return nl_langinfo_l(item, __get_locale());
lib/libc/locale/runetype.c
78
return ___runetype_l(c, __get_locale());
lib/libc/locale/runetype.c
83
return XLOCALE_CTYPE(__get_locale())->__mb_cur_max;
lib/libc/locale/setrunelocale.c
80
return (XLOCALE_CTYPE(__get_locale())->runes);
lib/libc/locale/tolower.c
75
return ___tolower_l(c, __get_locale());
lib/libc/locale/toupper.c
77
return ___toupper_l(c, __get_locale());
lib/libc/locale/wcrtomb.c
51
return wcrtomb_l(s, wc, ps, __get_locale());
lib/libc/locale/wcrtombin.c
43
return wcrtombin_l(dst, src, dlen, slen, __get_locale(), flags);
lib/libc/locale/wcsftime.c
121
return wcsftime_l(wcs, maxsize, format, timeptr, __get_locale());
lib/libc/locale/wcsnrtombs.c
53
return wcsnrtombs_l(dst, src, nwc, len, ps, __get_locale());
lib/libc/locale/wcsrtombs.c
55
return wcsrtombs_l(dst, src, len, ps, __get_locale());
lib/libc/locale/wcstod.c
115
return wcstod_l(nptr, endptr, __get_locale());
lib/libc/locale/wcstof.c
92
return wcstof_l(nptr, endptr, __get_locale());
lib/libc/locale/wcstoimax.c
134
return wcstoimax_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wcstol.c
132
return wcstol_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wcstold.c
92
return wcstold_l(nptr, endptr, __get_locale());
lib/libc/locale/wcstoll.c
133
return wcstoll_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wcstombs.c
56
return wcstombs_l(s, pwcs, n, __get_locale());
lib/libc/locale/wcstoul.c
130
return wcstoul_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wcstoull.c
132
return wcstoull_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wcstoumax.c
132
return wcstoumax_l(nptr, endptr, base, __get_locale());
lib/libc/locale/wctob.c
55
return wctob_l(c, __get_locale());
lib/libc/locale/wctomb.c
58
return wctomb_l(s, wchar, __get_locale());
lib/libc/locale/wctrans.c
67
return towctrans_l(wc, desc, __get_locale());
lib/libc/nls/msgcat.c
114
return (__catopen_l(name, type, __get_locale()));
lib/libc/stdio/fgetwc.c
66
return fgetwc_l(fp, __get_locale());
lib/libc/stdio/fgetwln.c
79
return fgetwln_l(fp, lenp, __get_locale());
lib/libc/stdio/fgetws.c
121
return fgetws_l(ws, n, fp, __get_locale());
lib/libc/stdio/fprintf.c
53
ret = vfprintf_l(fp, __get_locale(), fmt, ap);
lib/libc/stdio/fputwc.c
108
return fputwc_l(wc, fp, __get_locale());
lib/libc/stdio/fputws.c
92
return fputws_l(ws, fp, __get_locale());
lib/libc/stdio/fscanf.c
58
ret = __svfscanf(fp, __get_locale(), fmt, ap);
lib/libc/stdio/putwc.c
58
return putwc_l(wc, fp, __get_locale());
lib/libc/stdio/putwchar.c
57
return putwchar_l(wc, __get_locale());
lib/libc/stdio/scanf.c
58
ret = __svfscanf(stdin, __get_locale(), fmt, ap);
lib/libc/stdio/snprintf.c
71
ret = __vfprintf(&f, __get_locale(), fmt, ap);
lib/libc/stdio/ungetwc.c
99
return ungetwc_l(wc, fp, __get_locale());
lib/libc/stdio/vasprintf.c
74
return vasprintf_l(str, __get_locale(), fmt, ap);
lib/libc/stdio/vdprintf.c
66
if ((ret = __vfprintf(&f, __get_locale(), fmt, ap)) < 0)
lib/libc/stdio/vfprintf.c
285
return vfprintf_l(fp, __get_locale(), fmt0, ap);
lib/libc/stdio/vfscanf.c
236
__ungetwc(wi, fp, __get_locale());
lib/libc/stdio/vfscanf.c
244
__ungetwc(wi, fp, __get_locale());
lib/libc/stdio/vfscanf.c
297
__ungetwc(wi, fp, __get_locale());
lib/libc/stdio/vfscanf.c
305
__ungetwc(wi, fp, __get_locale());
lib/libc/stdio/vfscanf.c
448
ret = __svfscanf(fp, __get_locale(), fmt0, ap);
lib/libc/stdio/vfscanf.c
825
(struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
lib/libc/stdio/vfwprintf.c
364
return vfwprintf_l(fp, __get_locale(), fmt0, ap);
lib/libc/stdio/vfwscanf.c
440
return vfwscanf_l(fp, __get_locale(), fmt, ap);
lib/libc/stdio/vscanf.c
63
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
66
return vsprintf_l(str, __get_locale(), fmt, ap);
lib/libc/stdio/vsscanf.c
75
return vsscanf_l(str, __get_locale(), fmt, ap);
lib/libc/stdio/vswprintf.c
110
return vswprintf_l(s, n, __get_locale(), fmt, ap);
lib/libc/stdio/vswscanf.c
98
return vswscanf_l(str, __get_locale(), fmt, ap);
lib/libc/stdlib/_strtol.h
166
return _FUNCNAME_L(nptr, endptr, base, __get_locale());
lib/libc/stdlib/_strtoul.h
135
return _FUNCNAME_L(nptr, endptr, base, __get_locale());
lib/libc/stdlib/strfmon.c
425
ret = vstrfmon_l(s, maxsize, __get_locale(), format, ap);
lib/libc/stdlib/strtol.c
46
return strtold_l(nptr, endptr, __get_locale());
lib/libc/stdtime/strftime.c
114
return strftime_l(s, maxsize, format, t, __get_locale());
lib/libc/stdtime/strptime.c
700
return strptime_l(buf, fmt, tm, __get_locale());
lib/libc/string/strcasecmp.c
58
return strcasecmp_l(s1, s2, __get_locale());
lib/libc/string/strcasecmp.c
83
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
123
return (strerror_rl(errnum, strerrbuf, buflen, __get_locale()));
lib/libc/string/strerror.c
141
if (strerror_rl(num, ebuf, sizeof(ebuf), __get_locale()) != 0)
lib/libc/string/strxfrm.c
43
return strxfrm_l(dest, src, len, __get_locale());
lib/libc/string/wcscoll.c
219
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
81
return wcsxfrm_l(dest, src, len, __get_locale());