netgrp
int lookup_failed, num_hosts, i, netgrp;
netgrp = getnetgrent((const char **)&hst,
if (netgrp) {
} while (netgrp && getnetgrent((const char **)&hst,
struct netgrp *gp, *ogp;
struct netgrp *grp;
grp = malloc(sizeof(struct netgrp));
bzero(grp, sizeof(struct netgrp));
struct netgrp *ng_next; /* Chain ptr */
static struct netgrp *nextgrp = NULL;
struct netgrp *gr;