Searched refs:funcstringsize (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dnodes.c59 int funcstringsize; /* size of strings in node */ variable
119 funcstringsize = 0;
122 f = ckmalloc(blocksize + funcstringsize);
168 funcstringsize += strlen(n->nfor.var) + 1;
183 funcstringsize += strlen(n->ndefun.text) + 1;
187 funcstringsize += strlen(n->narg.text) + 1;
695 funcstringsize = 0;
714 char buffer[header.string_offset + funcstringsize];

Completed in 20 milliseconds