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

  /external/e2fsprogs/intl/
os2compat.h 31 #undef LOCALE_ALIAS_PATH
32 #define LOCALE_ALIAS_PATH _nlos2_localealiaspath
os2compat.c 74 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
76 memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1);
79 _nlos2_localealiaspath = LOCALE_ALIAS_PATH;
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...]

Completed in 45 milliseconds