Lines Matching defs:chrootdir
541 const char* chrootdir, struct config_file* cfg)
548 if(chrootdir && chrootdir[0])
550 "chrootdir %s", desc, str, chrootdir);
563 const char* chrootdir, struct config_file* cfg)
567 check_chroot_string(desc, &p->str, chrootdir, cfg);
574 const char* chrootdir, struct config_file* cfg)
588 check_chroot_string(desc, &p->str, chrootdir, cfg);
673 if(cfg->chrootdir && cfg->chrootdir[0] &&
674 cfg->chrootdir[strlen(cfg->chrootdir)-1] == '/')
676 cfg->chrootdir);
677 if(cfg->chrootdir && cfg->chrootdir[0] &&
678 !is_dir(cfg->chrootdir)) {
687 if( (cfg->chrootdir && cfg->chrootdir[0]) ||
707 cfg->root_hints, cfg->chrootdir, cfg);
709 cfg->trust_anchor_file_list, cfg->chrootdir, cfg);
711 cfg->auto_trust_anchor_file_list, cfg->chrootdir, cfg);
713 cfg->trusted_keys_file_list, cfg->chrootdir, cfg);
735 cfg->chrootdir, cfg);
739 free(cfg->chrootdir);
740 cfg->chrootdir = NULL;
917 cfg->chrootdir, cfg);
919 cfg->chrootdir, cfg);