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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dash.c7028 static char *funcstring; /* block to allocate strings from */ variable
7157 char *rtn = funcstring;
7159 strcpy(funcstring, s);
7160 funcstring += strlen(s) + 1;
7288 funcstring = (char *) f + blocksize;

Completed in 158 milliseconds