Lines Matching defs:netgrp
55 * - netgrp is the list of entries for the current netgroup
64 struct netgrp {
65 struct netgrp *ng_next; /* Chain ptr */
73 static struct netgrp *nextgrp = NULL;
75 struct netgrp *gr;
91 * of netgrp structures. Let parse_netgrp() and read_for_group() do
135 struct netgrp *gp, *ogp;
172 struct netgrp *grp;
202 grp = malloc(sizeof(struct netgrp));
203 bzero(grp, sizeof(struct netgrp));