Home
last modified time | relevance | path

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

/system/core/sh/
Dexec.c224 char **ap2; in execinterp() local
265 for (ap2 = argv ; *ap2++ != NULL ; ); in execinterp()
266 new = ckmalloc(i + ((char *)ap2 - (char *)argv)); in execinterp()
267 ap = newargs, ap2 = new; in execinterp()
269 *ap2++ = *ap++; in execinterp()
271 while (*ap2++ = *ap++); in execinterp()
Doptions.c318 char **ap1, **ap2; in shiftcmd() local
331 ap2 = shellparam.p; in shiftcmd()
332 while ((*ap2++ = *ap1++) != NULL); in shiftcmd()