Home
last modified time | relevance | path

Searched refs:LC_GLOBAL_LOCALE (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/locale/
Duselocale.c36 = newloc == LC_GLOBAL_LOCALE ? &_nl_global_locale : newloc; in __uselocale()
72 return oldloc == &_nl_global_locale ? LC_GLOBAL_LOCALE : oldloc; in __uselocale()
Dtst-duplocale.c7 locale_t d = duplocale (LC_GLOBAL_LOCALE); in do_test()
Dduplocale.c39 if (dataset == LC_GLOBAL_LOCALE) in __libc_rwlock_define()
Dlocale.h191 # define LC_GLOBAL_LOCALE ((locale_t) -1L) macro
/glibc-2.36/conform/data/
Dlocale.h-data42 constant LC_GLOBAL_LOCALE
/glibc-2.36/htl/
Dpt-create.c60 uselocale (LC_GLOBAL_LOCALE); in entry_point()
/glibc-2.36/ChangeLog.old/
DChangeLog.134411 [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
DChangeLog.171853 * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.