Home
last modified time | relevance | path

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

/titanic_50/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:
/titanic_50/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c265 char *nextopt, *comma, *sopt; in main() local
268 for (sopt = optarg; sopt != NULL; sopt = nextopt) { in main()
271 nextopt = comma + 1; in main()
274 nextopt = NULL; in main()
/titanic_50/usr/src/cmd/fuser/
H A Dfuser.c403 set_option(int *options, int nextopt, opt_flavor_t type) in set_option() argument
411 if (*options & nextopt) in set_option()
432 *options |= nextopt; in set_option()
/titanic_50/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c768 struct options *nextopt; in free_opt() local
770 nextopt = optlist->next; in free_opt()
772 optlist = nextopt; in free_opt()