Lines Matching refs:chrootdir
580 const char* chrootdir, struct config_file* cfg)
587 if(chrootdir && chrootdir[0])
589 "chrootdir %s", desc, str, chrootdir);
602 const char* chrootdir, struct config_file* cfg)
606 check_chroot_string(desc, &p->str, chrootdir, cfg);
613 const char* chrootdir, struct config_file* cfg)
627 check_chroot_string(desc, &p->str, chrootdir, cfg);
714 if(cfg->chrootdir && cfg->chrootdir[0] &&
715 cfg->chrootdir[strlen(cfg->chrootdir)-1] == '/')
717 cfg->chrootdir);
718 if(cfg->chrootdir && cfg->chrootdir[0] &&
719 !is_dir(cfg->chrootdir)) {
728 if( (cfg->chrootdir && cfg->chrootdir[0]) ||
748 cfg->root_hints, cfg->chrootdir, cfg);
750 cfg->trust_anchor_file_list, cfg->chrootdir, cfg);
752 cfg->auto_trust_anchor_file_list, cfg->chrootdir, cfg);
754 cfg->trusted_keys_file_list, cfg->chrootdir, cfg);
776 cfg->chrootdir, cfg);
780 free(cfg->chrootdir);
781 cfg->chrootdir = NULL;
958 cfg->chrootdir, cfg);
960 cfg->chrootdir, cfg);