OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCALE_ALIAS_PATH
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/intl/
os2compat.h
31
#undef
LOCALE_ALIAS_PATH
32
#define
LOCALE_ALIAS_PATH
_nlos2_localealiaspath
os2compat.c
74
_nlos2_localealiaspath = (char *) malloc (sl + strlen (
LOCALE_ALIAS_PATH
) + 1);
76
memcpy (_nlos2_localealiaspath + sl,
LOCALE_ALIAS_PATH
, strlen (
LOCALE_ALIAS_PATH
) + 1);
79
_nlos2_localealiaspath =
LOCALE_ALIAS_PATH
;
localealias.c
153
static const char *
locale_alias_path
;
local
162
if (
locale_alias_path
== NULL)
163
locale_alias_path
=
LOCALE_ALIAS_PATH
;
189
while (added == 0 &&
locale_alias_path
[0] != '\0')
193
while (
locale_alias_path
[0] == PATH_SEPARATOR)
194
++
locale_alias_path
;
195
start =
locale_alias_path
;
197
while (
locale_alias_path
[0] != '\0'
198
&&
locale_alias_path
[0] != PATH_SEPARATOR
[
all
...]
/toolchain/binutils/binutils-2.25/intl/
localealias.c
154
static const char *
locale_alias_path
;
local
163
if (
locale_alias_path
== NULL)
164
locale_alias_path
=
LOCALE_ALIAS_PATH
;
190
while (added == 0 &&
locale_alias_path
[0] != '\0')
194
while (
locale_alias_path
[0] == PATH_SEPARATOR)
195
++
locale_alias_path
;
196
start =
locale_alias_path
;
198
while (
locale_alias_path
[0] != '\0'
199
&&
locale_alias_path
[0] != PATH_SEPARATOR
[
all
...]
Completed in 143 milliseconds