OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 64 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025