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

/freebsd-10-stable/libexec/revnetgroup/
H A Dparse_netgroup.c56 * - linelist is just used by setnetgrent() to parse the net group file via.
60 struct linelist { struct
61 struct linelist *l_next; /* Chain ptr. */
75 static struct linelist *linehead = (struct linelist *)0;
85 static struct linelist *read_for_group(char *group);
138 struct linelist *lp, *olp;
149 linehead = (struct linelist *)0;
182 struct linelist *lp = linehead;
192 if (lp == (struct linelist *)
[all...]
/freebsd-10-stable/lib/libc/gen/
H A Dgetnetgrent.c106 * - linelist is just used by setnetgrent() to parse the net group file via.
110 struct linelist { struct
111 struct linelist *l_next; /* Chain ptr. */
125 static struct linelist *linehead = (struct linelist *)0;
137 static struct linelist *read_for_group(const char *);
240 struct linelist *lp, *olp;
419 struct linelist *lp = linehead;
534 static struct linelist *
540 struct linelist *l
[all...]

Completed in 137 milliseconds