HomeSort by relevance Sort by last modified time
    Searched refs:locale_alias_path (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/intl/
localealias.c 153 static const char *locale_alias_path; local
162 if (locale_alias_path == NULL)
163 locale_alias_path = LOCALE_ALIAS_PATH;
189 while (added == 0 && locale_alias_path[0] != '\0')
193 while (locale_alias_path[0] == PATH_SEPARATOR)
194 ++locale_alias_path;
195 start = locale_alias_path;
197 while (locale_alias_path[0] != '\0'
198 && locale_alias_path[0] != PATH_SEPARATOR
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
localealias.c 154 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
    [all...]

Completed in 97 milliseconds