Home
last modified time | relevance | path

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

/src/usr.sbin/newsyslog/
H A Dnewsyslog.c279 static void parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p,
300 static void expand_globs(struct cflist *work_p, struct cflist *glob_p);
1032 expand_globs(struct cflist *work_p, struct cflist *glob_p) in expand_globs() argument
1064 STAILQ_FOREACH(ent, work_p, cf_nextp) { in expand_globs()
1095 STAILQ_INSERT_TAIL(work_p, dupent, cf_nextp); in expand_globs()
1108 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, in parse_file() argument
1542 STAILQ_INSERT_TAIL(work_p, working, cf_nextp); in parse_file()