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

/system/core/sh/
H A Dalias.c252 while ((i = nextopt("a")) != '\0') {
H A Dcd.c87 nextopt(nullstr);
313 while ((i = nextopt("LP")) != '\0')
H A Deval.c1011 /* initialize nextopt */
1244 nextopt("");
H A Dexec.c341 while ((c = nextopt("rv")) != '\0') {
961 while ((c = nextopt("vVp")) != 0) {
H A Djobs.c262 nextopt("");
340 nextopt("");
508 while ((m = nextopt("lp")))
608 nextopt("");
666 nextopt("");
H A Dmiscbltin.c105 while ((i = nextopt("p:r")) != '\0') {
221 while ((i = nextopt("S")) != '\0') {
351 while ((optc = nextopt("HSabtfdsmcnpl")) != '\0')
H A Doptions.c70 char *optionarg; /* set by nextopt (like getopt) */
71 char *optptr; /* used by nextopt */
495 * only argument that is passed to nextopt is the option string; the
501 nextopt(const char *optstring) function
H A Doptions.h120 extern char *optionarg; /* set by nextopt */
121 extern char *optptr; /* used by nextopt */
130 int nextopt(const char *);

Completed in 312 milliseconds