Searched defs:___global_locale (Results 1 - 1 of 1) 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) {

Completed in 51 milliseconds