OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_nlos2_localealiaspath
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/intl/
os2compat.h
32
#define LOCALE_ALIAS_PATH
_nlos2_localealiaspath
33
extern char *
_nlos2_localealiaspath
;
os2compat.c
45
char *
_nlos2_localealiaspath
= NULL;
variable
68
_nlos2_localealiaspath
= gnulocaledir;
69
if (!
_nlos2_localealiaspath
)
74
_nlos2_localealiaspath
= (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
75
memcpy (
_nlos2_localealiaspath
, root, sl);
76
memcpy (
_nlos2_localealiaspath
+ sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1);
79
_nlos2_localealiaspath
= LOCALE_ALIAS_PATH;
Completed in 478 milliseconds