Searched refs:fname_after_chroot (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/unbound/smallapp/ |
| D | unbound-checkconf.c | 109 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()
|
| D | unbound-control.c | 519 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/ |
| D | config_file.h | 1290 char* fname_after_chroot(const char* fname, struct config_file* cfg,
|
| D | config_file.c | 2394 fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) in fname_after_chroot() function
|
| /freebsd-12-stable/contrib/unbound/daemon/ |
| D | unbound.c | 544 else daemon->pidfile = fname_after_chroot(cfg->pidfile, in perform_setup()
|
| D | remote.c | 124 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/ |
| D | Changelog | 5515 - Fixup 724 fix for fname_after_chroot() calls.
|