Home
last modified time | relevance | path

Searched refs:nextgrp (Results 1 – 1 of 1) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dgetnetgrent.c44 static struct netgrp *nextgrp = (struct netgrp *)0; variable
85 nextgrp = grouphead.gr;
96 if (nextgrp) {
97 *hostp = nextgrp->ng_str[NG_HOST];
98 *userp = nextgrp->ng_str[NG_USER];
99 *domp = nextgrp->ng_str[NG_DOM];
100 nextgrp = nextgrp->ng_next;