Home
last modified time | relevance | path

Searched refs:work_p (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/usr.sbin/newsyslog/
H A Dnewsyslog.c254 static void parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p,
275 static void expand_globs(struct cflist *work_p, struct cflist *glob_p);
975 expand_globs(struct cflist *work_p, struct cflist *glob_p) in expand_globs() argument
1007 STAILQ_FOREACH(ent, work_p, cf_nextp) { in expand_globs()
1038 STAILQ_INSERT_TAIL(work_p, dupent, cf_nextp); in expand_globs()
1051 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, in parse_file() argument
1428 STAILQ_INSERT_TAIL(work_p, working, cf_nextp); in parse_file()