OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 07:09:58 GMT 2025