Searched refs:_nlos2_localealiaspath (Results 1 – 2 of 2) sorted by relevance
45 char *_nlos2_localealiaspath = NULL; variable68 _nlos2_localealiaspath = gnulocaledir; in nlos2_initialize()69 if (!_nlos2_localealiaspath) in nlos2_initialize()74 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1); in nlos2_initialize()75 memcpy (_nlos2_localealiaspath, root, sl); in nlos2_initialize()76 memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1); in nlos2_initialize()79 _nlos2_localealiaspath = LOCALE_ALIAS_PATH; in nlos2_initialize()
32 #define LOCALE_ALIAS_PATH _nlos2_localealiaspath33 extern char *_nlos2_localealiaspath;