Searched refs:__xlocale_global_locale (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libc/locale/
H A Dxlocale_private.h176 extern struct _xlocale __xlocale_global_locale;
205 return (&__xlocale_global_locale);
207 return (__thread_locale ? __thread_locale : &__xlocale_global_locale);
218 case -1: return (&__xlocale_global_locale);
H A Dlnumeric.c93 &__xlocale_global_locale.using_numeric_locale,
94 &__xlocale_global_locale.numeric_locale_changed, name);
H A Dlmessages.c93 &__xlocale_global_locale.using_messages_locale, name);
H A Dlmonetary.c155 &__xlocale_global_locale.using_monetary_locale,
156 &__xlocale_global_locale.monetary_locale_changed, name);
H A Dxlocale.c75 struct _xlocale __xlocale_global_locale = { variable in typeref:struct:_xlocale
216 if (&__xlocale_global_locale == base) {
333 loc != &__xlocale_global_locale)
H A Dsetlocale.c278 (void)strcpy(__xlocale_global_locale.components[category-1]->locale, new);
/freebsd-13-stable/lib/libc/stdtime/
H A Dtimelocal.c143 &__xlocale_global_locale.using_time_locale, name);

Completed in 117 milliseconds