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

/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A 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...]
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A 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...]

Completed in 157 milliseconds