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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dos2compat.h31 #undef LOCALE_ALIAS_PATH macro
32 #define LOCALE_ALIAS_PATH _nlos2_localealiaspath macro
H A Dos2compat.c74 _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;
H A Dlocalealias.c163 locale_alias_path = LOCALE_ALIAS_PATH;

Completed in 35 milliseconds