Searched refs:ap1 (Results 1 - 1 of 1) sorted by last modified time

/system/core/sh/
H A Doptions.c318 char **ap1, **ap2; local
327 for (ap1 = shellparam.p ; --n >= 0 ; ap1++) {
329 ckfree(*ap1);
332 while ((*ap2++ = *ap1++) != NULL);

Completed in 3 milliseconds