OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curr_prefix_len
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/intl/
relocatable.c
96
static size_t
curr_prefix_len
;
variable
118
curr_prefix_len
= strlen (curr_prefix_arg);
119
memory = (char *) xmalloc (orig_prefix_len + 1 +
curr_prefix_len
+ 1);
127
memcpy (memory, curr_prefix_arg,
curr_prefix_len
+ 1);
260
size_t
curr_prefix_len
= cp - curr_installdir;
local
263
curr_prefix = (char *) xmalloc (
curr_prefix_len
+ 1);
268
memcpy (curr_prefix, curr_installdir,
curr_prefix_len
);
269
curr_prefix[
curr_prefix_len
] = '\0';
433
(char *) xmalloc (
curr_prefix_len
+ strlen (pathname_tail) + 1);
439
memcpy (result, curr_prefix,
curr_prefix_len
);
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib32/
libintl.a
[
all
...]
Completed in 2250 milliseconds