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

/freebsd-10.2-release/usr.sbin/mountd/
H A Dmountd.c2172 char *cpoptarg, *cpoptend; local
2187 if ((cpoptarg = strchr(cpopt, '=')))
2188 *cpoptarg++ = '\0';
2190 if ((cpoptarg = strchr(cpopt, '=')))
2191 *cpoptarg++ = '\0';
2197 cpoptarg = cp;
2206 } else if (cpoptarg && (!strcmp(cpopt, "maproot") ||
2210 parsecred(cpoptarg, cr);
2216 } else if (cpoptarg && (!strcmp(cpopt, "mask") ||
2218 if (get_net(cpoptarg,
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c1704 char *cpoptarg, *cpoptend; local
1720 if ((cpoptarg = strchr(cpopt, '=')) != NULL)
1721 *cpoptarg++ = '\0';
1723 if ((cpoptarg = strchr(cpopt, '=')) != NULL)
1724 *cpoptarg++ = '\0';
1730 cpoptarg = cp;
1739 } else if (cpoptarg && (!strcmp(cpopt, "maproot") ||
1743 parsecred(cpoptarg, cr);
1752 } else if (cpoptarg && (!strcmp(cpopt, "mask") ||
1754 if (get_net(cpoptarg,
[all...]

Completed in 87 milliseconds