Home
last modified time | relevance | path

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

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