OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collapsed_length
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/
read.c
461
unsigned int
collapsed_length
= 0;
572
if (
collapsed_length
< linelen+1)
574
collapsed_length
= linelen+1;
577
collapsed = (char *) xmalloc (
collapsed_length
);
457
unsigned int
collapsed_length
= 0;
local
[
all
...]
Completed in 208 milliseconds