Searched refs:___global_locale (Results 1 – 3 of 3) sorted by relevance
121 locale_t ___global_locale = &posix_locale; variable126 return (___global_locale); in __global_locale()386 src = ___global_locale; in duplocale()429 if (base == NULL || base == ___global_locale) { in newlocale()430 loc = duplocale(___global_locale); in newlocale()469 locale_t lastloc = ___global_locale; in uselocale()488 if (loc == ___global_locale) { in uselocale()
79 return (current_locale(___global_locale, category)); in setlocale()114 ___global_locale = loc; in setlocale()
105 extern locale_t ___global_locale;