Searched refs:LC_GLOBAL_LOCALE (Results 1 – 6 of 6) sorted by relevance
11 if (new) self->locale = new == LC_GLOBAL_LOCALE ? global : new; in __uselocale()13 return old == global ? LC_GLOBAL_LOCALE : old; in __uselocale()
15 if (old == LC_GLOBAL_LOCALE) old = &libc.global_locale; in __duplocale()
66 #define LC_GLOBAL_LOCALE ((locale_t)-1) macro
116 locale_t loc = uselocale(LC_GLOBAL_LOCALE); in __config_locale_restore()
1672 pub const LC_GLOBAL_LOCALE: ::locale_t = -1isize as ::locale_t; constant
642 - duplocale should accept LC_GLOBAL_LOCALE