Searched refs:cpopt (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/usr.sbin/mountd/ |
| D | mountd.c | 2171 char *cp, *endcp, *cpopt, savedc, savedc2; in do_opt() local 2175 cpopt = *cpp; in do_opt() 2176 cpopt++; in do_opt() 2180 while (cpopt && *cpopt) { in do_opt() 2183 if ((cpoptend = strchr(cpopt, ','))) { in do_opt() 2185 if ((cpoptarg = strchr(cpopt, '='))) in do_opt() 2188 if ((cpoptarg = strchr(cpopt, '='))) in do_opt() 2202 if (!strcmp(cpopt, "ro") || !strcmp(cpopt, "o")) { in do_opt() 2204 } else if (cpoptarg && (!strcmp(cpopt, "maproot") || in do_opt() 2205 !(allflag = strcmp(cpopt, "mapall")) || in do_opt() [all …]
|