Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/mountd/
HDmountd.c2893 char *cpoptarg, *cpoptend; in do_opt() local
2909 if ((cpoptarg = strchr(cpopt, '='))) { in do_opt()
2910 *cpoptarg++ = '\0'; in do_opt()
2914 if ((cpoptarg = strchr(cpopt, '='))) { in do_opt()
2915 *cpoptarg++ = '\0'; in do_opt()
2922 cpoptarg = cp; in do_opt()
2935 } else if (cpoptarg && (!strcmp(cpopt, "maproot") || in do_opt()
2939 parsecred(cpoptarg, cr); in do_opt()
2945 } else if (cpoptarg && (!strcmp(cpopt, "mask") || in do_opt()
2947 if (get_net(cpoptarg, &grp->gr_ptr.gt_net, 1)) { in do_opt()
[all …]