Searched refs:zfile (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 814 char* zfile, *sourceopt = NULL; in check_file_clobber() local 820 zfile = fname_after_chroot(p->zonefile, cfg, 1); in check_file_clobber() 821 if(!zfile) fatal_exit("out of memory"); in check_file_clobber() 822 if(file_list_contains(cfg->auto_trust_anchor_file_list, zfile, in check_file_clobber() 825 else if(file_list_contains(cfg->trust_anchor_file_list, zfile, in check_file_clobber() 829 zfile, cfg)) in check_file_clobber() 831 else if(file_list_contains(cfg->root_hints, zfile, cfg)) in check_file_clobber() 834 zfile, cfg)) in check_file_clobber() 838 file_string_matches(cfg->ipsecmod_hook, zfile, cfg)) in check_file_clobber() 846 free(zfile); in check_file_clobber()
|
| /freebsd/usr.sbin/newsyslog/ |
| H A D | newsyslog.c | 1839 char zfile[MAXPATHLEN]; in get_logfile_suffix() local 1843 (void) strlcpy(zfile, logfile, MAXPATHLEN); in get_logfile_suffix() 1844 (void) strlcat(zfile, compress_type[c].suffix, MAXPATHLEN); in get_logfile_suffix() 1845 if (lstat(zfile, &st) == 0) in get_logfile_suffix()
|
| /freebsd/contrib/tcsh/ |
| H A D | complete.tcsh | 913 complete zfile n/*/f:*.{gz,Z,z,zip,taz,tgz}/
|