Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c3902 char *optset = NULL; in sa_set() local
3961 if (optset != NULL) { in sa_set()
3964 "spaces not supported: %s\n"), optset); in sa_set()
3967 optset = optarg; in sa_set()
3995 ret = chk_opt(optlist, optset != NULL, protocol); in sa_set()
3997 if (optind >= argc || (optlist == NULL && optset == NULL) || in sa_set()
4033 if (optset == NULL) in sa_set()
4038 sharepath, dryrun, optset); in sa_set()
4437 char *optset = NULL; in sa_unset() local
4503 if (optset != NULL) { in sa_unset()
[all …]