Lines Matching defs:conf_entry
171 struct conf_entry {
172 STAILQ_ENTRY(conf_entry) cf_nextp;
204 const struct conf_entry *zw_conf; /* for chown/perm/flag info */
224 STAILQ_HEAD(cflist, conf_entry);
279 struct conf_entry **defconf, struct ilist *inclist);
286 static void change_attrs(const char *, const struct conf_entry *);
288 static fk_entry do_entry(struct conf_entry *);
289 static fk_entry do_rotate(const struct conf_entry *);
293 save_sigwork(const struct conf_entry *);
295 save_zipwork(const struct conf_entry *, const struct
297 static void set_swpid(struct sigwork_entry *, const struct conf_entry *);
301 static void free_entry(struct conf_entry *ent);
302 static struct conf_entry *init_entry(const char *fname,
303 struct conf_entry *src_entry);
307 static int log_trim(const char *logname, const struct conf_entry *log_ent);
310 static void createdir(const struct conf_entry *ent, char *dirpart);
311 static void createlog(const struct conf_entry *ent);
328 struct conf_entry *p;
403 static struct conf_entry *
404 init_entry(const char *fname, struct conf_entry *src_entry)
406 struct conf_entry *tempwork;
411 tempwork = malloc(sizeof(struct conf_entry));
413 err(1, "malloc of conf_entry for %s", fname);
467 free_entry(struct conf_entry *ent)
501 struct conf_entry *ent;
545 do_entry(struct conf_entry * ent)
894 struct conf_entry *defconf, *dupent, *ent;
1063 struct conf_entry *dupent, *ent, *globent;
1135 struct conf_entry **defconf_p, struct ilist *inclist)
1139 struct conf_entry *working;
1685 delete_oldest_timelog(const struct conf_entry *ent, const char *archive_dir)
1879 do_rotate(const struct conf_entry *ent)
2058 * conf_entry, so the conf_entry should not be freed.
2291 save_sigwork(const struct conf_entry *ent)
2346 save_zipwork(const struct conf_entry *ent, const struct sigwork_entry *swork,
2384 set_swpid(struct sigwork_entry *swork, const struct conf_entry *ent)
2464 log_trim(const char *logname, const struct conf_entry *log_ent)
2726 createdir(const struct conf_entry *ent, char *dirpart)
2771 createlog(const struct conf_entry *ent)
2882 change_attrs(const char *fname, const struct conf_entry *ent)