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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalealias.c158 static const char *locale_alias_path; local
165 if (locale_alias_path == NULL)
166 locale_alias_path = LOCALE_ALIAS_PATH;
192 while (added == 0 && locale_alias_path[0] != '\0')
196 while (locale_alias_path[0] == PATH_SEPARATOR)
197 ++locale_alias_path;
198 start = locale_alias_path;
200 while (locale_alias_path[0] != '\0'
201 && locale_alias_path[0] != PATH_SEPARATOR)
202 ++locale_alias_path;
[all...]

Completed in 34 milliseconds