Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
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/fs.d/smbclnt/mount/
H A Dmount.c270 char *nextopt, *comma, *sopt; in main() local
273 for (sopt = optarg; sopt != NULL; sopt = nextopt) { in main()
276 nextopt = comma + 1; in main()
279 nextopt = NULL; in main()
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c401 set_option(int *options, int nextopt, opt_flavor_t type) in set_option() argument
409 if (*options & nextopt) in set_option()
430 *options |= nextopt; in set_option()
/illumos-gate/usr/src/cmd/bhyve/
H A Duart_emul.c848 char *nextopt; in uart_sock_backend() local
858 tofree = nextopt = opts; in uart_sock_backend()
859 for (opt = strsep(&nextopt, ","); opt != NULL; in uart_sock_backend()
860 opt = strsep(&nextopt, ",")) { in uart_sock_backend()
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c773 struct options *nextopt; in free_opt() local
775 nextopt = optlist->next; in free_opt()
777 optlist = nextopt; in free_opt()