Home
last modified time | relevance | path

Searched refs:defconf (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c279 struct conf_entry **defconf, struct ilist *inclist);
894 struct conf_entry *defconf, *dupent, *ent; in get_worklist() local
899 defconf = NULL; in get_worklist()
931 parse_file(f, filelist, globlist, &defconf, &inclist); in get_worklist()
945 if (defconf != NULL) in get_worklist()
946 free_entry(defconf); in get_worklist()
957 if (defconf == NULL) { in get_worklist()
958 defconf = init_entry(DEFAULT_MARKER, NULL); in get_worklist()
959 defconf->numlogs = 3; in get_worklist()
960 defconf->trsize = 50; in get_worklist()
[all …]