HomeSort by: relevance | last modified time | path
    Searched defs:nextopt (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
options.c 72 char *optionarg; /* set by nextopt (like getopt) */
73 char *optptr; /* used by nextopt */
430 (void) nextopt(NULL); /* ignore '--' as leading option */
478 (void) nextopt(NULL); /* ignore '--' as leading option */
485 argptr = argv + 1; /* reinit nextopt() */
671 * only argument that is passed to nextopt is the option string; the
681 nextopt(const char *optstring) function in typeref:typename:int
  /src/usr.bin/tftp/
tftp.c 93 char *opt, *endp, *nextopt, *valp; local in function:get_options
109 nextopt = valp + l;
113 opt = nextopt;
155 opt = nextopt;
  /src/usr.bin/config/
main.c 177 static struct nvlist **nextopt; variable in typeref:struct:nvlist **
394 nextopt = &options;
1180 if (do_option(opttab, &options, &nextopt, name, value, "options",
1195 if (undo_option(opttab, &options, &nextopt, name, "options", nowarn))

Completed in 14 milliseconds