Searched refs:work_p (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.c | 278 static void parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, 299 static void expand_globs(struct cflist *work_p, struct cflist *glob_p); 1058 expand_globs(struct cflist *work_p, struct cflist *glob_p) in expand_globs() argument 1090 STAILQ_FOREACH(ent, work_p, cf_nextp) { in expand_globs() 1121 STAILQ_INSERT_TAIL(work_p, dupent, cf_nextp); in expand_globs() 1134 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, in parse_file() argument 1569 STAILQ_INSERT_TAIL(work_p, working, cf_nextp); in parse_file()
|