Lines Matching defs:chrootdir
543 const char* chrootdir, struct config_file* cfg)
550 if(chrootdir && chrootdir[0])
552 "chrootdir %s", desc, str, chrootdir);
565 const char* chrootdir, struct config_file* cfg)
569 check_chroot_string(desc, &p->str, chrootdir, cfg);
576 const char* chrootdir, struct config_file* cfg)
590 check_chroot_string(desc, &p->str, chrootdir, cfg);
675 if(cfg->chrootdir && cfg->chrootdir[0] &&
676 cfg->chrootdir[strlen(cfg->chrootdir)-1] == '/')
678 cfg->chrootdir);
679 if(cfg->chrootdir && cfg->chrootdir[0] &&
680 !is_dir(cfg->chrootdir)) {
689 if( (cfg->chrootdir && cfg->chrootdir[0]) ||
709 cfg->root_hints, cfg->chrootdir, cfg);
711 cfg->trust_anchor_file_list, cfg->chrootdir, cfg);
713 cfg->auto_trust_anchor_file_list, cfg->chrootdir, cfg);
715 cfg->trusted_keys_file_list, cfg->chrootdir, cfg);
737 cfg->chrootdir, cfg);
741 free(cfg->chrootdir);
742 cfg->chrootdir = NULL;
919 cfg->chrootdir, cfg);
921 cfg->chrootdir, cfg);