Home
last modified time | relevance | path

Searched refs:mask (Results 1 – 3 of 3) sorted by relevance

/locale/
A Dfindlocale.c104 int mask; in _nl_find_locale() local
196 mask = _nl_explode_name (loc_name, &language, &modifier, &territory, in _nl_find_locale()
198 if (mask == -1) in _nl_find_locale()
205 locale_path, locale_path_len, mask, in _nl_find_locale()
215 locale_path, locale_path_len, mask, in _nl_find_locale()
225 if (mask & XPG_NORM_CODESET) in _nl_find_locale()
/locale/programs/
A Dlocarchive.c1148 int mask = _nl_explode_name (strdupa (name), in add_locale_to_archive() local
1151 if (mask == -1) in add_locale_to_archive()
1154 if (mask & XPG_NORM_CODESET) in add_locale_to_archive()
1159 (mask & XPG_NORM_CODESET) ? normalized_codeset : codeset, in add_locale_to_archive()
1167 if (mask & XPG_NORM_CODESET) in add_locale_to_archive()
1172 if ((mask & XPG_CODESET) == 0) in add_locale_to_archive()
1189 mask |= XPG_NORM_CODESET; in add_locale_to_archive()
1291 ? !strcmp ((mask & XPG_NORM_CODESET) in add_locale_to_archive()
1296 : (mask & XPG_CODESET) == 0) in add_locale_to_archive()
1327 if (mask & XPG_NORM_CODESET) in add_locale_to_archive()
A Dld-ctype.c2924 unsigned long int mask = BIT (tok_upper) | BIT (tok_lower); in set_class_defaults() local
2928 if ((ctype->class256_collection[cnt] & mask) != 0) in set_class_defaults()
2946 unsigned long int mask = BIT (tok_alpha) | BIT (tok_digit); in set_class_defaults() local
2950 if ((ctype->class256_collection[cnt] & mask) != 0) in set_class_defaults()
3151 unsigned long int mask = BIT (tok_upper) | BIT (tok_lower) in set_class_defaults() local
3163 if ((ctype->class256_collection[cnt] & mask) != 0) in set_class_defaults()
3173 unsigned long int mask = BIT (tok_upper) | BIT (tok_lower) in set_class_defaults() local
3186 if ((ctype->class256_collection[cnt] & mask) != 0) in set_class_defaults()

Completed in 14 milliseconds