Searched refs:___global_locale (Results 1 – 3 of 3) sorted by relevance
122 locale_t ___global_locale = &posix_locale; variable127 return (___global_locale); in __global_locale()434 src = ___global_locale; in duplocale()477 if (base == NULL || base == ___global_locale) { in newlocale()478 loc = duplocale(___global_locale); in newlocale()517 locale_t lastloc = ___global_locale; in uselocale()536 if (loc == ___global_locale) { in uselocale()
80 return (current_locale(___global_locale, category)); in setlocale()115 ___global_locale = loc; in setlocale()
104 extern locale_t ___global_locale;