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

/freebsd-10-stable/libexec/revnetgroup/
H A Dparse_netgroup.c75 static struct linelist *linehead = (struct linelist *)0; variable in typeref:struct:linelist
141 lp = linehead;
149 linehead = (struct linelist *)0;
182 struct linelist *lp = linehead;
349 lp->l_next = linehead;
350 linehead = lp;
/freebsd-10-stable/lib/libc/net/
H A Deui64.c100 char *line, *linehead, *cur; local
102 linehead = strdup(l);
103 if (linehead == NULL)
105 line = linehead;
138 free(linehead);
/freebsd-10-stable/lib/libc/gen/
H A Dgetnetgrent.c125 static struct linelist *linehead = (struct linelist *)0; variable in typeref:struct:linelist
243 lp = linehead;
251 linehead = NULL;
419 struct linelist *lp = linehead;
644 lp->l_next = linehead;
645 linehead = lp;

Completed in 129 milliseconds