Searched refs:glob_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 1075 STAILQ_FOREACH(globent, glob_p, cf_nextp) { in expand_globs() 1134 parse_file(FILE *cf, struct cflist *work_p, struct cflist *glob_p, in parse_file() argument 1567 STAILQ_INSERT_TAIL(glob_p, working, cf_nextp); in parse_file()
|