Symbol: _current_locale
common/lib/libc/stdlib/_strtoi.h
149
rstatus, _current_locale());
common/lib/libc/stdlib/_strtol.h
205
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, _current_locale());
common/lib/libc/stdlib/_strtoul.h
168
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, _current_locale());
lib/libc/gdtoa/strtod.c
1109
return _int_strtod_l(s, sp, _current_locale());
lib/libc/gdtoa/strtof.c
99
return _int_strtof_l(s, sp, _current_locale());
lib/libc/gdtoa/strtof_vaxf.c
86
return _int_strtof_l(s, sp, _current_locale());
lib/libc/gdtoa/strtold_subr.c
56
return _int_strtold_l(s, sp, _current_locale());
lib/libc/locale/_wcstod.h
137
return INT_NAME(_int_, _FUNCNAME, _l)(nptr, endptr, _current_locale());
lib/libc/locale/_wcstol.h
153
_current_locale());
lib/libc/locale/_wcstoul.h
129
_current_locale());
lib/libc/locale/c16rtomb.c
101
return c16rtomb_l(s, c16, ps, _current_locale());
lib/libc/locale/c32rtomb.c
86
return c32rtomb_l(s, c32, ps, _current_locale());
lib/libc/locale/c8rtomb.c
134
return c8rtomb_l(s, c8, ps, _current_locale());
lib/libc/locale/iswctype_mb.c
119
return wctype_l(charclass, _current_locale());
lib/libc/locale/iswctype_mb.c
140
return wctrans_l(charmap, _current_locale());
lib/libc/locale/iswctype_mb.c
162
return iswctype_l(wc, charclass, _current_locale());
lib/libc/locale/iswctype_mb.c
207
return wcwidth_l(wc, _current_locale());
lib/libc/locale/iswctype_mb.c
234
return wcswidth_l(ws, wn, _current_locale());
lib/libc/locale/iswctype_mb.c
67
return isw##name##_l(wc, _current_locale()); \
lib/libc/locale/iswctype_mb.c
97
return tow##name##_l(wc, _current_locale()); \
lib/libc/locale/localeconv.c
44
return localeconv_l(_current_locale());
lib/libc/locale/mbrtoc16.c
108
return mbrtoc16_l(pc16, s, n, ps, _current_locale());
lib/libc/locale/mbrtoc32.c
98
return mbrtoc32_l(pc32, s, n, ps, _current_locale());
lib/libc/locale/mbrtoc8.c
108
return mbrtoc8_l(pc8, s, n, ps, _current_locale());
lib/libc/locale/multibyte_amd1.c
121
return mbrtowc_l(pwc, s, n, ps, _current_locale());
lib/libc/locale/multibyte_amd1.c
144
return mbsrtowcs_l(pwcs, s, n, ps, _current_locale());
lib/libc/locale/multibyte_amd1.c
167
return mbsnrtowcs_l(pwcs, s, in, n, ps, _current_locale());
lib/libc/locale/multibyte_amd1.c
189
return wcrtomb_l(s, wc, ps, _current_locale());
lib/libc/locale/multibyte_amd1.c
212
return wcsrtombs_l(s, ppwcs, n, ps, _current_locale());
lib/libc/locale/multibyte_amd1.c
231
return btowc_l(c, _current_locale());
lib/libc/locale/multibyte_amd1.c
250
return wctob_l(wc, _current_locale());
lib/libc/locale/multibyte_amd1.c
69
return mbrlen_l(s, n, ps, _current_locale());
lib/libc/locale/multibyte_amd1.c
99
return mbsinit_l(ps, _current_locale());
lib/libc/locale/multibyte_c90.c
105
return mbtowc_l(pw, s, n, _current_locale());
lib/libc/locale/multibyte_c90.c
124
return wcstombs_l(s, wcs, n, _current_locale());
lib/libc/locale/multibyte_c90.c
147
return wcsnrtombs_l(s, ppwcs, in, n, ps, _current_locale());
lib/libc/locale/multibyte_c90.c
166
return wctomb_l(s, wc, _current_locale());
lib/libc/locale/multibyte_c90.c
67
return mblen_l(s, n, _current_locale());
lib/libc/locale/multibyte_c90.c
86
return mbstowcs_l(pwcs, s, n, _current_locale());
lib/libc/locale/newlocale.c
58
src = _current_locale();
lib/libc/locale/nl_langinfo.c
173
return nl_langinfo_l(item, _current_locale());
lib/libc/locale/setlocale.c
189
loc = _current_locale();
lib/libc/locale/wcscoll.c
55
return wcscoll_l(s1, s2, _current_locale());
lib/libc/locale/wcsftime.c
61
return wcsftime_l(wcs, maxsize, format, timeptr, _current_locale());
lib/libc/locale/wcsxfrm.c
70
return wcsxfrm_l(s1, s2, n, _current_locale());
lib/libc/nls/catopen.c
74
return catopen_l(name, oflag, _current_locale());
lib/libc/stdio/vasprintf.c
91
return vasprintf_l(str, _current_locale(), fmt, ap);
lib/libc/stdio/vdprintf.c
114
return vdprintf_l(fd, _current_locale(), fmt, ap);
lib/libc/stdio/vfscanf.c
135
return __svfscanf_l(fp, _current_locale(), fmt0, ap);
lib/libc/stdio/vfwprintf.c
558
ret = WDECL(__vf,printf_unlocked_l)(fp, _current_locale(), fmt0, ap);
lib/libc/stdio/vfwscanf.c
119
return vfwscanf_l(fp, _current_locale(), fmt, ap);
lib/libc/stdio/vsnprintf.c
107
return vsnprintf_l(str, n, _current_locale(), fmt, ap);
lib/libc/stdio/vsprintf.c
86
return vsprintf_l(str, _current_locale(), fmt, ap);
lib/libc/stdio/vsscanf.c
88
return vsscanf_l(str, _current_locale(), fmt, ap);
lib/libc/stdio/vswprintf.c
112
return vswprintf_l(s, n, _current_locale(), fmt, ap);
lib/libc/stdio/vswscanf.c
118
return vswscanf_l(str, _current_locale(), fmt, ap);
lib/libc/stdlib/strfmon.c
662
ret = vstrfmon_l(s, maxsize, _current_locale(), format, ap);
lib/libc/string/strcoll.c
60
return strcoll_l(s1, s2, _current_locale());
lib/libc/string/strerror.c
56
return strerror_l(num, _current_locale());
lib/libc/string/strerror_r.c
162
return _strerror_lr(num, buf, buflen, _current_locale());
lib/libc/string/strxfrm.c
84
return strxfrm_l(dst, src, n, _current_locale());
lib/libc/string/wcscasecmp.c
58
return wcscasecmp_l(s1, s2, _current_locale());
lib/libc/string/wcsncasecmp.c
60
return wcsncasecmp_l(s1, s2, n, _current_locale());
lib/libc/time/strftime.c
187
return strftime_lz(sp, s, maxsize, format, t, _current_locale());
lib/libc/time/strptime.c
155
return strptime_l(buf, fmt, tm, _current_locale());