Searched refs:fname_after_chroot (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c108 char *p = fname_after_chroot(cfg->pidfile, cfg, 1);
117 char *p = fname_after_chroot(s->str, cfg, 1);
459 *ss = fname_after_chroot(str, cfg, 1);
498 p->str = fname_after_chroot(p->str, cfg, 1);
595 char* ad = fname_after_chroot(cfg->directory, cfg, 0);
604 fname_after_chroot(cfg->pidfile, cfg, 1);
611 char* ad = fname_after_chroot(cfg->logfile, cfg, 1);
H A Dunbound-control.c515 s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1);
516 c_key = fname_after_chroot(cfg->control_key_file, cfg, 1);
517 c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h1192 char* fname_after_chroot(const char* fname, struct config_file* cfg,
H A Dconfig_file.c2216 fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) function
/freebsd-11-stable/contrib/unbound/daemon/
H A Dunbound.c515 else daemon->pidfile = fname_after_chroot(cfg->pidfile,
H A Dremote.c160 s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1);
161 s_key = fname_after_chroot(cfg->server_key_file, cfg, 1);

Completed in 265 milliseconds