Searched refs:LC_GLOBAL_LOCALE (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/include/xlocale/
H A D_locale.h44 #define LC_GLOBAL_LOCALE ((locale_t)-1) macro
/barrelfish-2018-10-04/lib/libc/locale/
H A Dxlocale.c41 * and also by xlocale with LC_GLOBAL_LOCALE..
157 locale_t l = (loc == LC_GLOBAL_LOCALE) ? 0 : loc;
337 if (loc != NULL && loc != LC_GLOBAL_LOCALE &&
365 return (old ? old : LC_GLOBAL_LOCALE);
H A Dsetrunelocale.c193 } else if (loc == LC_GLOBAL_LOCALE) {

Completed in 56 milliseconds