Symbol: conf_entry
usr.bin/newsyslog/newsyslog.c
1023
compress_log(struct conf_entry *ent)
usr.bin/newsyslog/newsyslog.c
1065
age_old_log(struct conf_entry *ent)
usr.bin/newsyslog/newsyslog.c
1119
domonitor(struct conf_entry *ent)
usr.bin/newsyslog/newsyslog.c
132
TAILQ_ENTRY(conf_entry) next;
usr.bin/newsyslog/newsyslog.c
134
TAILQ_HEAD(entrylist, conf_entry);
usr.bin/newsyslog/newsyslog.c
156
int age_old_log(struct conf_entry *);
usr.bin/newsyslog/newsyslog.c
157
int domonitor(struct conf_entry *);
usr.bin/newsyslog/newsyslog.c
165
int is_glob_rotation(struct conf_entry *, const char *);
usr.bin/newsyslog/newsyslog.c
166
int parse_entry(struct entrylist *, int *, int, struct conf_entry *);
usr.bin/newsyslog/newsyslog.c
170
void compress_log(struct conf_entry *);
usr.bin/newsyslog/newsyslog.c
171
void do_entry(struct conf_entry *);
usr.bin/newsyslog/newsyslog.c
172
void dotrim(struct conf_entry *);
usr.bin/newsyslog/newsyslog.c
173
void rotate(struct conf_entry *, const char *);
usr.bin/newsyslog/newsyslog.c
183
struct conf_entry *p, *q, *tmp;
usr.bin/newsyslog/newsyslog.c
282
do_entry(struct conf_entry *ent)
usr.bin/newsyslog/newsyslog.c
476
struct conf_entry *working, *working_glob;
usr.bin/newsyslog/newsyslog.c
801
is_glob_rotation(struct conf_entry *working, const char *glob_line)
usr.bin/newsyslog/newsyslog.c
839
struct conf_entry *working)
usr.bin/newsyslog/newsyslog.c
901
rotate(struct conf_entry *ent, const char *oldlog)
usr.bin/newsyslog/newsyslog.c
950
dotrim(struct conf_entry *ent)