Searched refs:___global_locale (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c122 locale_t ___global_locale = &posix_locale; variable
127 return (___global_locale);
387 src = ___global_locale;
430 if (base == NULL || base == ___global_locale) {
431 loc = duplocale(___global_locale);
470 locale_t lastloc = ___global_locale;
489 if (loc == ___global_locale) {
H A Dsetlocale.c80 return (current_locale(___global_locale, category));
115 ___global_locale = loc;
H A Dlocaleimpl.h104 extern locale_t ___global_locale;

Completed in 46 milliseconds