Home
last modified time | relevance | path

Searched refs:funcstring_end (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c8900 static char *funcstring_end; /* end of block to allocate strings from */ variable
9035 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()