HomeSort by: relevance | last modified time | path
    Searched defs:_nglist (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
getnetgrent.c 70 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->ng_user != NULL
    [all...]
getnetgrent.c 70 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->ng_user != NULL
    [all...]

Completed in 22 milliseconds