Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c832 struct conf_entry *defconf, *dupent, *ent; in get_worklist() local
837 defconf = NULL; in get_worklist()
883 if (defconf != NULL) in get_worklist()
884 free_entry(defconf); in get_worklist()
896 if (defconf == NULL) { in get_worklist()
897 defconf = init_entry(DEFAULT_MARKER, NULL); in get_worklist()
898 defconf->numlogs = 3; in get_worklist()
899 defconf->trsize = 50; in get_worklist()
900 defconf->permissions = S_IRUSR|S_IWUSR; in get_worklist()
974 dupent = init_entry(*given, defconf); in get_worklist()
[all …]