Home
last modified time | relevance | path

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

/intl/
A Dlocalealias.c151 static const char *locale_alias_path; in _nl_expand_alias() local
158 if (locale_alias_path == NULL) in _nl_expand_alias()
159 locale_alias_path = LOCALE_ALIAS_PATH; in _nl_expand_alias()
185 while (added == 0 && locale_alias_path[0] != '\0') in _nl_expand_alias()
189 while (locale_alias_path[0] == PATH_SEPARATOR) in _nl_expand_alias()
190 ++locale_alias_path; in _nl_expand_alias()
191 start = locale_alias_path; in _nl_expand_alias()
193 while (locale_alias_path[0] != '\0' in _nl_expand_alias()
194 && locale_alias_path[0] != PATH_SEPARATOR) in _nl_expand_alias()
195 ++locale_alias_path; in _nl_expand_alias()
[all …]

Completed in 5 milliseconds