Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c2049 char **ap, **ap1; in freeparam() local
2050 ap = ap1 = param->p; in freeparam()
2053 free(ap1); in freeparam()
11434 char **ap1, **ap2; in shiftcmd() local
11443 for (ap1 = shellparam.p; --n >= 0; ap1++) { in shiftcmd()
11445 free(*ap1); in shiftcmd()
11448 while ((*ap2++ = *ap1++) != NULL) in shiftcmd()