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

/freebsd-13-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c813 struct conf_entry *defconf, *dupent, *ent; local
908 dupent = init_entry(*given, ent);
909 STAILQ_INSERT_TAIL(cmdlist, dupent, cf_nextp);
932 dupent = init_entry(*given, ent);
934 dupent->flags &= ~CE_GLOB;
935 STAILQ_INSERT_TAIL(cmdlist, dupent, cf_nextp);
954 dupent = init_entry(*given, defconf);
956 dupent->def_cfg = 1;
957 STAILQ_INSERT_TAIL(cmdlist, dupent, cf_nextp);
982 struct conf_entry *dupent, *en local
[all...]

Completed in 59 milliseconds