Searched refs:locale_alias_path (Results 1 – 9 of 9) sorted by relevance
154 static const char *locale_alias_path; local163 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 …]
155 static const char *locale_alias_path; in _nl_expand_alias() local164 if (locale_alias_path == NULL) in _nl_expand_alias()165 locale_alias_path = LOCALE_ALIAS_PATH; in _nl_expand_alias()191 while (added == 0 && locale_alias_path[0] != '\0') in _nl_expand_alias()195 while (locale_alias_path[0] == PATH_SEPARATOR) in _nl_expand_alias()196 ++locale_alias_path; in _nl_expand_alias()197 start = locale_alias_path; in _nl_expand_alias()199 while (locale_alias_path[0] != '\0' in _nl_expand_alias()200 && locale_alias_path[0] != PATH_SEPARATOR) in _nl_expand_alias()201 ++locale_alias_path; in _nl_expand_alias()[all …]
158 static const char *locale_alias_path; in _nl_expand_alias() local165 if (locale_alias_path == NULL) in _nl_expand_alias()166 locale_alias_path = LOCALE_ALIAS_PATH; in _nl_expand_alias()192 while (added == 0 && locale_alias_path[0] != '\0') in _nl_expand_alias()196 while (locale_alias_path[0] == PATH_SEPARATOR) in _nl_expand_alias()197 ++locale_alias_path; in _nl_expand_alias()198 start = locale_alias_path; in _nl_expand_alias()200 while (locale_alias_path[0] != '\0' in _nl_expand_alias()201 && locale_alias_path[0] != PATH_SEPARATOR) in _nl_expand_alias()202 ++locale_alias_path; in _nl_expand_alias()[all …]
1780 * localealias.c (_nl_expand_alias): Initialize locale_alias_path once,
140 static const char *locale_alias_path; local149 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;[all …]
80 * localealias.c (_nl_expand_alias): Initialize locale_alias_path once,