Symbol: conf_entry
usr.sbin/newsyslog/newsyslog.c
1037
struct conf_entry *dupent, *ent, *globent;
usr.sbin/newsyslog/newsyslog.c
1109
struct conf_entry **defconf_p, struct ilist *inclist)
usr.sbin/newsyslog/newsyslog.c
1113
struct conf_entry *working;
usr.sbin/newsyslog/newsyslog.c
1658
delete_oldest_timelog(const struct conf_entry *ent, const char *archive_dir)
usr.sbin/newsyslog/newsyslog.c
172
STAILQ_ENTRY(conf_entry) cf_nextp;
usr.sbin/newsyslog/newsyslog.c
1852
do_rotate(const struct conf_entry *ent)
usr.sbin/newsyslog/newsyslog.c
204
const struct conf_entry *zw_conf; /* for chown/perm/flag info */
usr.sbin/newsyslog/newsyslog.c
224
STAILQ_HEAD(cflist, conf_entry);
usr.sbin/newsyslog/newsyslog.c
2264
save_sigwork(const struct conf_entry *ent)
usr.sbin/newsyslog/newsyslog.c
2319
save_zipwork(const struct conf_entry *ent, const struct sigwork_entry *swork,
usr.sbin/newsyslog/newsyslog.c
2357
set_swpid(struct sigwork_entry *swork, const struct conf_entry *ent)
usr.sbin/newsyslog/newsyslog.c
2437
log_trim(const char *logname, const struct conf_entry *log_ent)
usr.sbin/newsyslog/newsyslog.c
2699
createdir(const struct conf_entry *ent, char *dirpart)
usr.sbin/newsyslog/newsyslog.c
2744
createlog(const struct conf_entry *ent)
usr.sbin/newsyslog/newsyslog.c
280
struct conf_entry **defconf, struct ilist *inclist);
usr.sbin/newsyslog/newsyslog.c
2855
change_attrs(const char *fname, const struct conf_entry *ent)
usr.sbin/newsyslog/newsyslog.c
287
static void change_attrs(const char *, const struct conf_entry *);
usr.sbin/newsyslog/newsyslog.c
289
static fk_entry do_entry(struct conf_entry *);
usr.sbin/newsyslog/newsyslog.c
290
static fk_entry do_rotate(const struct conf_entry *);
usr.sbin/newsyslog/newsyslog.c
294
save_sigwork(const struct conf_entry *);
usr.sbin/newsyslog/newsyslog.c
296
save_zipwork(const struct conf_entry *, const struct
usr.sbin/newsyslog/newsyslog.c
298
static void set_swpid(struct sigwork_entry *, const struct conf_entry *);
usr.sbin/newsyslog/newsyslog.c
302
static void free_entry(struct conf_entry *ent);
usr.sbin/newsyslog/newsyslog.c
303
static struct conf_entry *init_entry(const char *fname,
usr.sbin/newsyslog/newsyslog.c
304
struct conf_entry *src_entry);
usr.sbin/newsyslog/newsyslog.c
308
static int log_trim(const char *logname, const struct conf_entry *log_ent);
usr.sbin/newsyslog/newsyslog.c
311
static void createdir(const struct conf_entry *ent, char *dirpart);
usr.sbin/newsyslog/newsyslog.c
312
static void createlog(const struct conf_entry *ent);
usr.sbin/newsyslog/newsyslog.c
328
struct conf_entry *p;
usr.sbin/newsyslog/newsyslog.c
403
static struct conf_entry *
usr.sbin/newsyslog/newsyslog.c
404
init_entry(const char *fname, struct conf_entry *src_entry)
usr.sbin/newsyslog/newsyslog.c
406
struct conf_entry *tempwork;
usr.sbin/newsyslog/newsyslog.c
411
tempwork = malloc(sizeof(struct conf_entry));
usr.sbin/newsyslog/newsyslog.c
467
free_entry(struct conf_entry *ent)
usr.sbin/newsyslog/newsyslog.c
501
struct conf_entry *ent;
usr.sbin/newsyslog/newsyslog.c
545
do_entry(struct conf_entry * ent)
usr.sbin/newsyslog/newsyslog.c
868
struct conf_entry *defconf, *dupent, *ent;