conf_entry
struct conf_entry *dupent, *ent, *globent;
struct conf_entry **defconf_p, struct ilist *inclist)
struct conf_entry *working;
delete_oldest_timelog(const struct conf_entry *ent, const char *archive_dir)
STAILQ_ENTRY(conf_entry) cf_nextp;
do_rotate(const struct conf_entry *ent)
const struct conf_entry *zw_conf; /* for chown/perm/flag info */
STAILQ_HEAD(cflist, conf_entry);
save_sigwork(const struct conf_entry *ent)
save_zipwork(const struct conf_entry *ent, const struct sigwork_entry *swork,
set_swpid(struct sigwork_entry *swork, const struct conf_entry *ent)
log_trim(const char *logname, const struct conf_entry *log_ent)
createdir(const struct conf_entry *ent, char *dirpart)
createlog(const struct conf_entry *ent)
struct conf_entry **defconf, struct ilist *inclist);
change_attrs(const char *fname, const struct conf_entry *ent)
static void change_attrs(const char *, const struct conf_entry *);
static fk_entry do_entry(struct conf_entry *);
static fk_entry do_rotate(const struct conf_entry *);
save_sigwork(const struct conf_entry *);
save_zipwork(const struct conf_entry *, const struct
static void set_swpid(struct sigwork_entry *, const struct conf_entry *);
static void free_entry(struct conf_entry *ent);
static struct conf_entry *init_entry(const char *fname,
struct conf_entry *src_entry);
static int log_trim(const char *logname, const struct conf_entry *log_ent);
static void createdir(const struct conf_entry *ent, char *dirpart);
static void createlog(const struct conf_entry *ent);
struct conf_entry *p;
static struct conf_entry *
init_entry(const char *fname, struct conf_entry *src_entry)
struct conf_entry *tempwork;
tempwork = malloc(sizeof(struct conf_entry));
free_entry(struct conf_entry *ent)
struct conf_entry *ent;
do_entry(struct conf_entry * ent)
struct conf_entry *defconf, *dupent, *ent;