Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Dlocalealias.c153 static const char *locale_alias_path; in _nl_expand_alias() local
162 if (locale_alias_path == NULL) in _nl_expand_alias()
163 locale_alias_path = LOCALE_ALIAS_PATH; in _nl_expand_alias()
189 while (added == 0 && locale_alias_path[0] != '\0') in _nl_expand_alias()
193 while (locale_alias_path[0] == PATH_SEPARATOR) in _nl_expand_alias()
194 ++locale_alias_path; in _nl_expand_alias()
195 start = locale_alias_path; in _nl_expand_alias()
197 while (locale_alias_path[0] != '\0' in _nl_expand_alias()
198 && locale_alias_path[0] != PATH_SEPARATOR) in _nl_expand_alias()
199 ++locale_alias_path; in _nl_expand_alias()
[all …]