Lines Matching defs:group
62 * \li linelist is just used by setnetgrent() to parse the net group file via.
151 ng_rewind(struct irs_ng *this, const char *group) {
160 strcmp(group, pvt->grouphead.grname)) {
166 if (parse_netgrp(this, group))
168 if (!(pvt->grouphead.grname = strdup(group)))
273 parse_netgrp(struct irs_ng *this, const char *group) {
285 if (!strcmp(group, lp->l_groupname))
290 (lp = read_for_group(this, group)) == NULL)
357 read_for_group(struct irs_ng *this, const char *group) {
439 if (!strcmp(lp->l_groupname, group))