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

/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c109 char *p = fname_after_chroot(cfg->pidfile, cfg, 1);
118 char *p = fname_after_chroot(s->str, cfg, 1);
541 *ss = fname_after_chroot(str, cfg, 1);
580 p->str = fname_after_chroot(p->str, cfg, 1);
678 char* ad = fname_after_chroot(cfg->directory, cfg, 0);
687 fname_after_chroot(cfg->pidfile, cfg, 1);
694 char* ad = fname_after_chroot(cfg->logfile, cfg, 1);
H A Dunbound-control.c519 s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1);
520 c_key = fname_after_chroot(cfg->control_key_file, cfg, 1);
521 c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1);
/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h1290 char* fname_after_chroot(const char* fname, struct config_file* cfg,
H A Dconfig_file.c2394 fname_after_chroot(const char* fname, struct config_file* cfg, int use_chdir) function
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dunbound.c544 else daemon->pidfile = fname_after_chroot(cfg->pidfile,
H A Dremote.c124 s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1);
125 s_key = fname_after_chroot(cfg->server_key_file, cfg, 1);

Completed in 107 milliseconds