Searched refs:globent (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.c | 1063 struct conf_entry *dupent, *ent, *globent; in expand_globs() local 1075 STAILQ_FOREACH(globent, glob_p, cf_nextp) { in expand_globs() 1076 gres = glob(globent->log, GLOB_NOCHECK, NULL, &pglob); in expand_globs() 1079 globent->log); in expand_globs() 1084 printf("\t+ Expanding pattern %s\n", globent->log); in expand_globs() 1116 dupent = init_entry(mfname, globent); in expand_globs() 1125 printf("\t+ Done with pattern %s\n", globent->log); in expand_globs()
|