Searched refs:LC_GLOBAL_LOCALE (Results 1 – 8 of 8) sorted by relevance
36 = newloc == LC_GLOBAL_LOCALE ? &_nl_global_locale : newloc; in __uselocale()72 return oldloc == &_nl_global_locale ? LC_GLOBAL_LOCALE : oldloc; in __uselocale()
7 locale_t d = duplocale (LC_GLOBAL_LOCALE); in do_test()
39 if (dataset == LC_GLOBAL_LOCALE) in __libc_rwlock_define()
191 # define LC_GLOBAL_LOCALE ((locale_t) -1L) macro
42 constant LC_GLOBAL_LOCALE
60 uselocale (LC_GLOBAL_LOCALE); in entry_point()
4411 [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
1853 * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.