Searched refs:nextopt (Results 1 - 11 of 11) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Doptions.h76 extern char *optionarg; /* set by nextopt */
77 extern char *optptr; /* used by nextopt */
86 int nextopt(const char *);
H A Dmiscbltin.c129 while ((i = nextopt("p:r")) != '\0') {
214 while ((i = nextopt("S")) != '\0') {
409 while ((optc = nextopt("HSa"
H A Dalias.c166 while ((i = nextopt("a")) != '\0') {
H A Dcd.c82 while ((i = nextopt("LP"))) {
H A Dvar.c434 notp = nextopt("p") - 'p';
619 while ((i = nextopt("vf")) != '\0') {
H A Djobs.c266 while ((c = nextopt("ls:")) != '\0')
352 nextopt(nullstr);
526 while ((m = nextopt("lp")))
599 nextopt(nullstr);
H A Dmain.c358 nextopt(nullstr);
H A Dtrap.c103 nextopt(nullstr);
H A Dexec.c247 while ((c = nextopt("r")) != '\0') {
864 while ((c = nextopt("pvV")) != '\0')
H A Doptions.c59 char *optionarg; /* set by nextopt (like getopt) */
60 char *optptr; /* used by nextopt */
524 * only argument that is passed to nextopt is the option string; the
530 nextopt(const char *optstring) function
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dprintf.c130 nextopt(nullstr);

Completed in 70 milliseconds