Searched refs:_nglist (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/lib/libc/gen/
H A Dgetnetgrent.c70 static struct netgroup *_nglist = NULL; variable in typeref:struct:netgroup
448 ng->ng_next = _nglist;
449 _nglist = ng;
686 for (_nglist = _nghead; _nglist != NULL; _nglist = _nghead) {
687 _nghead = _nglist->ng_next;
688 if (_nglist->ng_host != NULL)
689 free(_nglist->ng_host);
690 if (_nglist
[all...]

Completed in 83 milliseconds