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

/freebsd-9.3-release/bin/sh/
H A Doptions.h106 extern char *shoptarg; /* set by nextopt */
107 extern char *nextopt_optptr; /* used by nextopt */
113 int nextopt(const char *);
H A Dmiscbltin.c111 while ((i = nextopt("erp:t:")) != '\0') {
266 while ((i = nextopt("S")) != '\0') {
408 while ((optc = nextopt("HSatfdsmcnuvlbpw")) != '\0')
H A Dalias.c276 while ((i = nextopt("a")) != '\0') {
H A Dtrap.c160 while ((i = nextopt("l")) != '\0') {
H A Doptions.c67 char *shoptarg; /* set by nextopt (like getopt) */
68 char *nextopt_optptr; /* used by nextopt */
538 * only argument that is passed to nextopt is the option string; the
544 nextopt(const char *optstring) function
H A Dexec.c236 while ((c = nextopt("rv")) != '\0') {
H A Dvar.c856 while ((i = nextopt("vf")) != '\0') {
H A Djobs.c468 nextopt("");
/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c1627 goto nextopt;
1633 goto nextopt;
1645 goto nextopt;
1653 nextopt:

Completed in 109 milliseconds