Searched refs:global_locale (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/locale/
H A Dduplocale.c10 if (old == LC_GLOBAL_LOCALE) old = &libc.global_locale;
H A Duselocale.c9 locale_t global = &libc.global_locale;
H A Dsetlocale.c14 if (name) libc.global_locale.cat[cat] = lm = __get_locale(cat, name);
15 else lm = libc.global_locale.cat[cat];
53 libc.global_locale.cat[i];
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dlibc.h29 struct __locale_struct global_locale; member in struct:__libc
/seL4-refos-master/libs/libmuslc/src/env/
H A D__init_tls.c19 td->locale = &libc.global_locale;
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_create.c267 new->locale = &libc.global_locale;

Completed in 61 milliseconds