mountd.c | 1746 char *cp, *cpopt, savedc, savedc2; local in function:do_opt 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")) [all...] |