Searched refs:__locale_struct (Results 1 – 6 of 6) sorted by relevance
9 const struct __locale_struct __c_locale = {};10 const struct __locale_struct __c_dot_utf8_locale = {.cat[LC_CTYPE] = &__c_dot_utf8};
12 struct __locale_struct tmp; in __newlocale()
18 extern const struct __locale_struct __c_locale;19 extern const struct __locale_struct __c_dot_utf8_locale;
15 struct __locale_struct { struct31 struct __locale_struct global_locale; argument
50 struct __locale_struct* locale;
366 typedef struct __locale_struct* locale_t;
Completed in 9 milliseconds