Symbol: fname_after_chroot
sbin/unwind/libunbound/util/config_file.h
1371
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
530
else daemon->pidfile = fname_after_chroot(cfg->pidfile,
usr.sbin/unbound/smallapp/unbound-checkconf.c
111
char *p = fname_after_chroot(cfg->pidfile, cfg, 1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
120
char *p = fname_after_chroot(s->str, cfg, 1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
630
*ss = fname_after_chroot(str, cfg, 1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
669
p->str = fname_after_chroot(p->str, cfg, 1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
769
char* ad = fname_after_chroot(cfg->directory, cfg, 0);
usr.sbin/unbound/smallapp/unbound-checkconf.c
778
fname_after_chroot(cfg->pidfile, cfg, 1);
usr.sbin/unbound/smallapp/unbound-checkconf.c
785
char* ad = fname_after_chroot(cfg->logfile, cfg, 1);
usr.sbin/unbound/smallapp/unbound-control.c
557
s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1);
usr.sbin/unbound/smallapp/unbound-control.c
558
c_key = fname_after_chroot(cfg->control_key_file, cfg, 1);
usr.sbin/unbound/smallapp/unbound-control.c
559
c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1);
usr.sbin/unbound/util/config_file.h
1371
char* fname_after_chroot(const char* fname, struct config_file* cfg,