Searched refs:globlist (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c892 struct cflist *cmdlist, *filelist, *globlist; local
905 globlist = malloc(sizeof(struct cflist));
906 if (globlist == NULL)
907 err(1, "malloc of globlist");
908 STAILQ_INIT(globlist);
930 parse_file(f, filelist, globlist, &defconf, &inclist);
936 * a filelist and a globlist. If there were no specific files
938 * call a routine which finds all files matched by the globlist
942 expand_globs(filelist, globlist);
943 free_clist(globlist);
[all...]

Completed in 64 milliseconds