Home | History | Annotate | Download | only in mountd

Lines Matching defs:cpopt

1746 	char *cp, *cpopt, savedc, savedc2;
1750 cpopt = *cpp;
1751 cpopt++;
1755 while (cpopt && *cpopt) {
1759 if ((cpoptend = strchr(cpopt, ',')) != NULL) {
1761 if ((cpoptarg = strchr(cpopt, '=')) != NULL)
1764 if ((cpoptarg = strchr(cpopt, '=')) != NULL)
1778 if (!strcmp(cpopt, "ro") || !strcmp(cpopt, "o")) {
1780 } else if (cpoptarg && (!strcmp(cpopt, "maproot") ||
1781 !(allflag = strcmp(cpopt, "mapall")) ||
1782 !strcmp(cpopt, "root") || !strcmp(cpopt, "r"))) {
1790 } else if (!strcmp(cpopt, "kerb") || !strcmp(cpopt, "k")) {
1793 } else if (cpoptarg && (!strcmp(cpopt, "mask") ||
1794 !strcmp(cpopt, "m"))) {
1803 } else if (cpoptarg && (!strcmp(cpopt, "network") ||
1804 !strcmp(cpopt, "n"))) {
1825 } else if (!strcmp(cpopt, "alldirs")) {
1827 } else if (!strcmp(cpopt, "noresvmnt")) {
1829 } else if (!strcmp(cpopt, "noresvport")) {
1832 } else if (!strcmp(cpopt, "public")) {
1835 } else if (!strcmp(cpopt, "webnfs")) {
1839 } else if (cpoptarg && !strcmp(cpopt, "index")) {
1844 line, (unsigned long)lineno, cpopt);
1856 cpopt = cpoptend;