Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Dos2compat.c44 char *_nlos2_localedir = NULL; variable
80 _nlos2_localedir = gnulocaledir; in nlos2_initialize()
81 if (!_nlos2_localedir) in nlos2_initialize()
86 _nlos2_localedir = (char *) malloc (sl + strlen (LOCALEDIR) + 1); in nlos2_initialize()
87 memcpy (_nlos2_localedir, root, sl); in nlos2_initialize()
88 memcpy (_nlos2_localedir + sl, LOCALEDIR, strlen (LOCALEDIR) + 1); in nlos2_initialize()
91 _nlos2_localedir = LOCALEDIR; in nlos2_initialize()
94 if (strlen (_nlos2_localedir) <= MAXPATHLEN) in nlos2_initialize()
95 strcpy (libintl_nl_default_dirname, _nlos2_localedir); in nlos2_initialize()
Dos2compat.h26 #define LOCALEDIR _nlos2_localedir
27 extern char *_nlos2_localedir;