Searched refs:funcstring_end (Results 1 – 1 of 1) sorted by relevance
8900 static char *funcstring_end; /* end of block to allocate strings from */ variable9035 funcstring_end -= SHELL_ALIGN(strlen(s) + 1); in nodeckstrdup()9036 return strcpy(funcstring_end, s); in nodeckstrdup()9172 funcstring_end = (char *) f + blocksize; in copyfunc()