Home
last modified time | relevance | path

Searched refs:fname_after_chroot (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c110 char *p = fname_after_chroot(cfg->pidfile, cfg, 1); in print_option()
119 char *p = fname_after_chroot(s->str, cfg, 1); in print_option()
542 *ss = fname_after_chroot(str, cfg, 1); in check_chroot_string()
581 p->str = fname_after_chroot(p->str, cfg, 1); in check_chroot_filelist_wild()
679 char* ad = fname_after_chroot(cfg->directory, cfg, 0); in morechecks()
688 fname_after_chroot(cfg->pidfile, cfg, 1); in morechecks()
695 char* ad = fname_after_chroot(cfg->logfile, cfg, 1); in morechecks()
H A Dunbound-control.c520 s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1); in setup_ctx()
521 c_key = fname_after_chroot(cfg->control_key_file, cfg, 1); in setup_ctx()
522 c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1); in setup_ctx()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h1311 char* fname_after_chroot(const char* fname, struct config_file* cfg,
H A Dconfig_file.c2436 fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) in fname_after_chroot() function
/freebsd/contrib/unbound/daemon/
H A Dunbound.c542 else daemon->pidfile = fname_after_chroot(cfg->pidfile, in perform_setup()
H A Dremote.c124 s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1); in remote_setup_ctx()
125 s_key = fname_after_chroot(cfg->server_key_file, cfg, 1); in remote_setup_ctx()
/freebsd/contrib/unbound/doc/
H A DChangelog5832 - Fixup 724 fix for fname_after_chroot() calls.