Lines Matching refs:optset
3902 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()
4506 "spaces not supported: %s\n"), optset); in sa_unset()
4509 optset = optarg; in sa_unset()
4537 ret = chk_opt(optlist, optset != NULL, protocol); in sa_unset()
4539 if (optind >= argc || (optlist == NULL && optset == NULL) || in sa_unset()
4571 if (optset == NULL) in sa_unset()
4576 sharepath, dryrun, optset); in sa_unset()