Searched defs:optset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c3894 char *optset = NULL; local
3953 if (optset != NULL) {
3956 "spaces not supported: %s\n"), optset);
3959 optset = optarg;
3987 ret = chk_opt(optlist, optset != NULL, protocol);
3989 if (optind >= argc || (optlist == NULL && optset == NULL) ||
4025 if (optset == NULL)
4030 sharepath, dryrun, optset);
4429 char *optset = NULL; local
4495 if (optset !
[all...]

Completed in 71 milliseconds