Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Dos2compat.c42 char *_nlos2_libdir = NULL; variable
52 _nlos2_libdir = gnulocaledir; in nlos2_initialize()
53 if (!_nlos2_libdir) in nlos2_initialize()
58 _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1); in nlos2_initialize()
59 memcpy (_nlos2_libdir, root, sl); in nlos2_initialize()
60 memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1); in nlos2_initialize()
63 _nlos2_libdir = LIBDIR; in nlos2_initialize()
Dos2compat.h22 #define LIBDIR _nlos2_libdir
23 extern char *_nlos2_libdir;