__get_locale
(struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
(struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
return btowc_l(c, __get_locale());
return (cXXrtomb_l(s, c, ps, __get_locale()));
return localeconv_l(__get_locale());
return mbintowcr_l(dst, src, dlen, slen, __get_locale(), flags);
return mblen_l(s, n, __get_locale());
return mbrlen_l(s, n, ps, __get_locale());
return (mbrtocXX_l(pc, s, n, ps, __get_locale()));
return mbrtowc_l(pwc, s, n, ps, __get_locale());
return mbsinit_l(ps, __get_locale());
return mbsnrtowcs_l(dst, src, nms, len, ps, __get_locale());
return mbsrtowcs_l(dst, src, len, ps, __get_locale());
return mbstowcs_l(pwcs, s, n, __get_locale());
return mbtowc_l(pwc, s, n, __get_locale());
return nextwctype_l(wc, wct, __get_locale());
return nl_langinfo_l(item, __get_locale());
return ___runetype_l(c, __get_locale());
return XLOCALE_CTYPE(__get_locale())->__mb_cur_max;
return (XLOCALE_CTYPE(__get_locale())->runes);
return ___tolower_l(c, __get_locale());
return ___toupper_l(c, __get_locale());
return wcrtomb_l(s, wc, ps, __get_locale());
return wcrtombin_l(dst, src, dlen, slen, __get_locale(), flags);
return wcsftime_l(wcs, maxsize, format, timeptr, __get_locale());
return wcsnrtombs_l(dst, src, nwc, len, ps, __get_locale());
return wcsrtombs_l(dst, src, len, ps, __get_locale());
return wcstod_l(nptr, endptr, __get_locale());
return wcstof_l(nptr, endptr, __get_locale());
return wcstoimax_l(nptr, endptr, base, __get_locale());
return wcstol_l(nptr, endptr, base, __get_locale());
return wcstold_l(nptr, endptr, __get_locale());
return wcstoll_l(nptr, endptr, base, __get_locale());
return wcstombs_l(s, pwcs, n, __get_locale());
return wcstoul_l(nptr, endptr, base, __get_locale());
return wcstoull_l(nptr, endptr, base, __get_locale());
return wcstoumax_l(nptr, endptr, base, __get_locale());
return wctob_l(c, __get_locale());
return wctomb_l(s, wchar, __get_locale());
return towctrans_l(wc, desc, __get_locale());
return (__catopen_l(name, type, __get_locale()));
return fgetwc_l(fp, __get_locale());
return fgetwln_l(fp, lenp, __get_locale());
return fgetws_l(ws, n, fp, __get_locale());
ret = vfprintf_l(fp, __get_locale(), fmt, ap);
return fputwc_l(wc, fp, __get_locale());
return fputws_l(ws, fp, __get_locale());
ret = __svfscanf(fp, __get_locale(), fmt, ap);
return putwc_l(wc, fp, __get_locale());
return putwchar_l(wc, __get_locale());
ret = __svfscanf(stdin, __get_locale(), fmt, ap);
ret = __vfprintf(&f, __get_locale(), fmt, ap);
return ungetwc_l(wc, fp, __get_locale());
return vasprintf_l(str, __get_locale(), fmt, ap);
if ((ret = __vfprintf(&f, __get_locale(), fmt, ap)) < 0)
return vfprintf_l(fp, __get_locale(), fmt0, ap);
__ungetwc(wi, fp, __get_locale());
__ungetwc(wi, fp, __get_locale());
__ungetwc(wi, fp, __get_locale());
__ungetwc(wi, fp, __get_locale());
ret = __svfscanf(fp, __get_locale(), fmt0, ap);
(struct xlocale_collate*)__get_locale()->components[XLC_COLLATE];
return vfwprintf_l(fp, __get_locale(), fmt0, ap);
return vfwscanf_l(fp, __get_locale(), fmt, ap);
return vscanf_l(__get_locale(), fmt, ap);
return vsnprintf_l(str, n, __get_locale(), fmt, ap);
return vsprintf_l(str, __get_locale(), fmt, ap);
return vsscanf_l(str, __get_locale(), fmt, ap);
return vswprintf_l(s, n, __get_locale(), fmt, ap);
return vswscanf_l(str, __get_locale(), fmt, ap);
return _FUNCNAME_L(nptr, endptr, base, __get_locale());
return _FUNCNAME_L(nptr, endptr, base, __get_locale());
ret = vstrfmon_l(s, maxsize, __get_locale(), format, ap);
return strtold_l(nptr, endptr, __get_locale());
return strftime_l(s, maxsize, format, t, __get_locale());
return strptime_l(buf, fmt, tm, __get_locale());
return strcasecmp_l(s1, s2, __get_locale());
return strncasecmp_l(s1, s2, n, __get_locale());
return strcasestr_l(s, find, __get_locale());
return strcoll_l(s, s2, __get_locale());
return (strerror_rl(errnum, strerrbuf, buflen, __get_locale()));
if (strerror_rl(num, ebuf, sizeof(ebuf), __get_locale()) != 0)
return strxfrm_l(dest, src, len, __get_locale());
return wcscoll_l(ws1, ws2, __get_locale());
return wcswidth_l(pwcs, n, __get_locale());
return wcsxfrm_l(dest, src, len, __get_locale());