Searched refs:_nlos2_localealiaspath (Results 1 – 2 of 2) sorted by relevance
43 char *_nlos2_localealiaspath = NULL; variable66 _nlos2_localealiaspath = gnulocaledir; in nlos2_initialize()67 if (!_nlos2_localealiaspath) in nlos2_initialize()72 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1); in nlos2_initialize()73 memcpy (_nlos2_localealiaspath, root, sl); in nlos2_initialize()74 memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1); in nlos2_initialize()77 _nlos2_localealiaspath = LOCALE_ALIAS_PATH; in nlos2_initialize()
30 #define LOCALE_ALIAS_PATH _nlos2_localealiaspath31 extern char *_nlos2_localealiaspath;