Lines Matching defs:cpoptarg
1745 char *cpoptarg, *cpoptend;
1761 if ((cpoptarg = strchr(cpopt, '=')) != NULL)
1762 *cpoptarg++ = '\0';
1764 if ((cpoptarg = strchr(cpopt, '=')) != NULL)
1765 *cpoptarg++ = '\0';
1771 cpoptarg = cp;
1780 } else if (cpoptarg && (!strcmp(cpopt, "maproot") ||
1784 parsecred(cpoptarg, cr);
1793 } else if (cpoptarg && (!strcmp(cpopt, "mask") ||
1795 if (get_net(cpoptarg, &grp->gr_ptr.gt_net, 1)) {
1798 line, (unsigned long)lineno, cpoptarg);
1803 } else if (cpoptarg && (!strcmp(cpopt, "network") ||
1805 if (strchr(cpoptarg, '/') != NULL) {
1815 } else if (get_net(cpoptarg, &grp->gr_ptr.gt_net, 0)) {
1818 line, (unsigned long)lineno, cpoptarg);
1839 } else if (cpoptarg && !strcmp(cpopt, "index")) {
1840 ep->ex_indexfile = strdup(cpoptarg);