Home
last modified time | relevance | path

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

/freebsd-14-stable/libexec/revnetgroup/
HDparse_netgroup.c57 struct linelist { struct
58 struct linelist *l_next; /* Chain ptr. */ argument
72 static struct linelist *linehead = (struct linelist *)0; argument
82 static struct linelist *read_for_group(char *group);
135 struct linelist *lp, *olp; in __endnetgrent()
146 linehead = (struct linelist *)0; in __endnetgrent()
179 struct linelist *lp = linehead; in parse_netgrp()
189 if (lp == (struct linelist *)0 && in parse_netgrp()
190 (lp = read_for_group(group)) == (struct linelist *)0) in parse_netgrp()
279 static struct linelist *
[all …]
/freebsd-14-stable/lib/libc/gen/
HDgetnetgrent.c126 struct linelist { struct
127 struct linelist *l_next; /* Chain ptr. */ argument
140 struct linelist *st_linehead; argument
169 static struct linelist *read_for_group(const char *, struct netgr_state *, int);
196 struct linelist *lp, *olp; in netgr_endstate()
675 struct linelist *lp = st->st_linehead;
790 static struct linelist *
796 struct linelist *lp;
815 return ((struct linelist *)0);