Home
last modified time | relevance | path

Searched refs:_nlos2_localealiaspath (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dos2compat.c43 char *_nlos2_localealiaspath = NULL; variable
66 _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()
Dos2compat.h30 #define LOCALE_ALIAS_PATH _nlos2_localealiaspath
31 extern char *_nlos2_localealiaspath;