Lines Matching refs:locale_alias_path
140 static const char *locale_alias_path; local
149 if (locale_alias_path == NULL)
150 locale_alias_path = LOCALE_ALIAS_PATH;
176 while (added == 0 && locale_alias_path[0] != '\0')
180 while (locale_alias_path[0] == PATH_SEPARATOR)
181 ++locale_alias_path;
182 start = locale_alias_path;
184 while (locale_alias_path[0] != '\0'
185 && locale_alias_path[0] != PATH_SEPARATOR)
186 ++locale_alias_path;
188 if (start < locale_alias_path)
189 added = read_alias_file (start, locale_alias_path - start);