OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funcstringsize
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
nodes.c.pat
50
int
funcstringsize
; /* size of strings in node */
76
funcstringsize
= 0;
78
funcblock = ckmalloc(funcblocksize +
funcstringsize
);
nodes.c
54
int
funcstringsize
; /* size of strings in node */
variable
107
funcstringsize
= 0;
109
funcblock = ckmalloc(funcblocksize +
funcstringsize
);
151
funcstringsize
+= strlen(n->nfor.var) + 1;
167
funcstringsize
+= strlen(n->narg.text) + 1;
mknodes.sh
167
string ) fn="
funcstringsize
+= strlen"
Completed in 1784 milliseconds