Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/intl/
Dlocalealias.c154 static const char *locale_alias_path; local
163 if (locale_alias_path == NULL)
164 locale_alias_path = LOCALE_ALIAS_PATH;
190 while (added == 0 && locale_alias_path[0] != '\0')
194 while (locale_alias_path[0] == PATH_SEPARATOR)
195 ++locale_alias_path;
196 start = locale_alias_path;
198 while (locale_alias_path[0] != '\0'
199 && locale_alias_path[0] != PATH_SEPARATOR)
200 ++locale_alias_path;
[all …]