Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c121 locale_t ___global_locale = &posix_locale; variable
126 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()
H A Dsetlocale.c79 return (current_locale(___global_locale, category)); in setlocale()
114 ___global_locale = loc; in setlocale()
H A Dlocaleimpl.h105 extern locale_t ___global_locale;