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

  /src/usr.sbin/timed/timed/
timed.c 665 struct nets **netlist = &nets; local in function:addnetname
667 while (*netlist)
668 netlist = &((*netlist)->next);
669 *netlist = calloc(1, sizeof **netlist);
670 if (*netlist == NULL)
672 (*netlist)->name = name;
timed.c 665 struct nets **netlist = &nets; local in function:addnetname
667 while (*netlist)
668 netlist = &((*netlist)->next);
669 *netlist = calloc(1, sizeof **netlist);
670 if (*netlist == NULL)
672 (*netlist)->name = name;

Completed in 23 milliseconds