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

  /src/usr.sbin/fwctl/
eui64.c 107 char *line, *linehead, *cur; local
109 linehead = strdup(l);
110 if (linehead == NULL)
112 line = linehead;
145 free(linehead);
  /src/usr.sbin/ypserv/revnetgroup/
parse_netgroup.c 79 static struct linelist *linehead = (struct linelist *)0; variable in typeref:struct:linelist
145 lp = linehead;
153 linehead = (struct linelist *)0;
186 struct linelist *lp = linehead;
357 lp->l_next = linehead;
358 linehead = lp;
  /src/external/bsd/libbind/dist/irs/
lcl_ng.c 82 struct linelist *linehead; member in struct:pvt
243 lp = pvt->linehead;
251 pvt->linehead = NULL;
281 struct linelist *lp = pvt->linehead;
435 lp->l_next = pvt->linehead;
436 pvt->linehead = lp;

Completed in 21 milliseconds