OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_nlos2_libdir
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/intl/
os2compat.h
24
#define LIBDIR
_nlos2_libdir
25
extern char *
_nlos2_libdir
;
os2compat.c
44
char *
_nlos2_libdir
= NULL;
variable
54
_nlos2_libdir
= gnulocaledir;
55
if (!
_nlos2_libdir
)
60
_nlos2_libdir
= (char *) malloc (sl + strlen (LIBDIR) + 1);
61
memcpy (
_nlos2_libdir
, root, sl);
62
memcpy (
_nlos2_libdir
+ sl, LIBDIR, strlen (LIBDIR) + 1);
65
_nlos2_libdir
= LIBDIR;
Completed in 185 milliseconds