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