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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c4038 char *cpoptarg = NULL, *cpoptend = NULL; local
4054 if (NULL != (cpoptarg = strchr(cpopt, '='))) {
4055 savedc3 = *cpoptarg;
4056 *cpoptarg++ = '\0';
4059 if (NULL != (cpoptarg = strchr(cpopt, '='))) {
4060 savedc3 = *cpoptarg;
4061 *cpoptarg++ = '\0';
4067 cpoptarg = cp;
4077 } else if (cpoptarg && (!strcmp(cpopt, "maproot") ||
4081 rv = parsecred(cpoptarg, c
[all...]

Completed in 76 milliseconds