Searched refs:fname_after_chroot (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 111 char *p = fname_after_chroot(cfg->pidfile, cfg, 1); in print_option() 120 char *p = fname_after_chroot(s->str, cfg, 1); in print_option() 630 *ss = fname_after_chroot(str, cfg, 1); in check_chroot_string() 669 p->str = fname_after_chroot(p->str, cfg, 1); in check_chroot_filelist_wild() 769 char* ad = fname_after_chroot(cfg->directory, cfg, 0); in morechecks() 778 fname_after_chroot(cfg->pidfile, cfg, 1); in morechecks() 785 char* ad = fname_after_chroot(cfg->logfile, cfg, 1); in morechecks()
|
| H A D | unbound-control.c | 557 s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1); in setup_ctx() 558 c_key = fname_after_chroot(cfg->control_key_file, cfg, 1); in setup_ctx() 559 c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1); in setup_ctx()
|
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 1371 char* fname_after_chroot(const char* fname, struct config_file* cfg,
|
| H A D | config_file.c | 2598 fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) in fname_after_chroot() function
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | unbound.c | 530 else daemon->pidfile = fname_after_chroot(cfg->pidfile, in perform_setup()
|
| H A D | remote.c | 160 s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1); in remote_setup_ctx() 161 s_key = fname_after_chroot(cfg->server_key_file, cfg, 1); in remote_setup_ctx()
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 7292 - Fixup 724 fix for fname_after_chroot() calls.
|