Symbol: fname_after_chroot
sbin/unwind/libunbound/util/config_file.h
1365
char* fname_after_chroot(const char* fname, struct config_file* cfg,
usr.sbin/unbound/daemon/remote.c
160
s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1);
usr.sbin/unbound/daemon/remote.c
161
s_key = fname_after_chroot(cfg->server_key_file, cfg, 1);
usr.sbin/unbound/daemon/unbound.c
573
else daemon->pidfile = fname_after_chroot(cfg->pidfile,
usr.sbin/unbound/smallapp/unbound-checkconf.c
110
char *p = fname_after_chroot(cfg->pidfile, cfg, 1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
119
char *p = fname_after_chroot(s->str, cfg, 1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
584
*ss = fname_after_chroot(str, cfg, 1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
623
p->str = fname_after_chroot(p->str, cfg, 1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
723
char* ad = fname_after_chroot(cfg->directory, cfg, 0);
usr.sbin/unbound/smallapp/unbound-checkconf.c
732
fname_after_chroot(cfg->pidfile, cfg, 1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
739
char* ad = fname_after_chroot(cfg->logfile, cfg, 1);
usr.sbin/unbound/smallapp/unbound-control.c
554
s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1);
usr.sbin/unbound/smallapp/unbound-control.c
555
c_key = fname_after_chroot(cfg->control_key_file, cfg, 1);
usr.sbin/unbound/smallapp/unbound-control.c
556
c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1);
usr.sbin/unbound/util/config_file.h
1365
char* fname_after_chroot(const char* fname, struct config_file* cfg,