Searched refs:normalized_codeset (Results 1 – 3 of 3) sorted by relevance
/locale/ |
A D | findlocale.c | 111 const char *normalized_codeset; in _nl_find_locale() local 197 &codeset, &normalized_codeset); in _nl_find_locale() 207 normalized_codeset, modifier, in _nl_find_locale() 217 normalized_codeset, modifier, in _nl_find_locale() 226 free ((void *) normalized_codeset); in _nl_find_locale()
|
A D | loadarchive.c | 173 const char *normalized_codeset = _nl_normalize_codeset (p, rest - p); in _nl_load_locale_from_archive() local 174 if (normalized_codeset == NULL) /* malloc failure */ in _nl_load_locale_from_archive() 176 if (strncmp (normalized_codeset, p, rest - p) != 0 in _nl_load_locale_from_archive() 177 || normalized_codeset[rest - p] != '\0') in _nl_load_locale_from_archive() 181 size_t normlen = strlen (normalized_codeset); in _nl_load_locale_from_archive() 185 normalized_codeset, normlen), in _nl_load_locale_from_archive() 189 free ((char *) normalized_codeset); in _nl_load_locale_from_archive()
|
/locale/programs/ |
A D | locarchive.c | 1147 const char *normalized_codeset; in add_locale_to_archive() local 1150 &codeset, &normalized_codeset); in add_locale_to_archive() 1159 (mask & XPG_NORM_CODESET) ? normalized_codeset : codeset, in add_locale_to_archive() 1168 free ((char *) normalized_codeset); in add_locale_to_archive() 1188 normalized_codeset = _nl_normalize_codeset (codeset, strlen (codeset)); in add_locale_to_archive() 1193 normalized_codeset, in add_locale_to_archive() 1292 ? normalized_codeset : codeset, in add_locale_to_archive() 1328 free ((char *) normalized_codeset); in add_locale_to_archive()
|
Completed in 9 milliseconds