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

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dextras.c40 goto nextopt;
45 goto nextopt;
50 goto nextopt;
55 goto nextopt;
60 goto nextopt;
65 goto nextopt;
102 goto nextopt;
105 nextopt:
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c400 * Sanity check the option "nextopt" and OR it into *options.
403 set_option(int *options, int nextopt, opt_flavor_t type) argument
411 if (*options & nextopt)
432 *options |= nextopt;
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c261 char *nextopt, *comma, *sopt; local
264 for (sopt = optarg; sopt != NULL; sopt = nextopt) {
267 nextopt = comma + 1;
270 nextopt = NULL;
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c768 struct options *nextopt; local
770 nextopt = optlist->next;
772 optlist = nextopt;

Completed in 70 milliseconds