Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/smallapp/
Dunbound-checkconf.c109 char *p = fname_after_chroot(cfg->pidfile, cfg, 1); in print_option()
118 char *p = fname_after_chroot(s->str, cfg, 1); in print_option()
541 *ss = fname_after_chroot(str, cfg, 1); in check_chroot_string()
580 p->str = fname_after_chroot(p->str, cfg, 1); in check_chroot_filelist_wild()
678 char* ad = fname_after_chroot(cfg->directory, cfg, 0); in morechecks()
687 fname_after_chroot(cfg->pidfile, cfg, 1); in morechecks()
694 char* ad = fname_after_chroot(cfg->logfile, cfg, 1); in morechecks()
Dunbound-control.c519 s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1); in setup_ctx()
520 c_key = fname_after_chroot(cfg->control_key_file, cfg, 1); in setup_ctx()
521 c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1); in setup_ctx()
/freebsd-12-stable/contrib/unbound/util/
Dconfig_file.h1290 char* fname_after_chroot(const char* fname, struct config_file* cfg,
Dconfig_file.c2394 fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) in fname_after_chroot() function
/freebsd-12-stable/contrib/unbound/daemon/
Dunbound.c544 else daemon->pidfile = fname_after_chroot(cfg->pidfile, in perform_setup()
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-12-stable/contrib/unbound/doc/
DChangelog5515 - Fixup 724 fix for fname_after_chroot() calls.