Searched defs:ap (Results 26 - 30 of 30) sorted by relevance

12

/system/core/adb/
H A Dcommandline.c1385 va_list ap; local
1387 va_start(ap, cmd);
1400 while((argv[argc] = va_arg(ap, char*)) != 0) argc++;
1401 va_end(ap);
/system/core/sh/
H A Darith.c1533 char **ap;
1543 ap = argv + 2;
1547 if ((p = *ap++) == NULL)
1529 char **ap; local
H A Dexpand.c799 char *ap; local
806 ap = arg0;
808 ap = shellparam.p[num - 1];
810 if (nulok && (ap == NULL || *ap == '\0'))
829 char **ap; local
870 for (ap = shellparam.p ; (p = *ap++) != NULL ; ) {
872 if (*ap)
883 for (ap
[all...]
H A Dparser.c291 union node *ap, **app; local
366 app = ≈
376 n1->nfor.args = ap;
428 *app = ap = (union node *)stalloc(sizeof (struct narg));
429 ap->type = NARG;
430 ap->narg.text = wordtext;
431 ap->narg.backquote = backquotelist;
434 app = &ap->narg.next;
437 ap->narg.next = NULL;
721 struct alias *ap; local
[all...]
H A Dinit.c908 struct alias *ap; /* if push was associated with an alias */ member in struct:strpush

Completed in 477 milliseconds

12