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

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c278 struct conf_entry **defconf, struct ilist *inclist);
893 struct conf_entry *defconf, *dupent, *ent; local
898 defconf = NULL;
930 parse_file(f, filelist, globlist, &defconf, &inclist);
944 if (defconf != NULL)
945 free_entry(defconf);
956 if (defconf == NULL) {
957 defconf = init_entry(DEFAULT_MARKER, NULL);
958 defconf->numlogs = 3;
959 defconf
[all...]

Completed in 115 milliseconds