Home
last modified time | relevance | path

Searched refs:config_read (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dconfig.h27 #define config_read mail_conf_read macro
/netbsd-src/usr.sbin/wsmoused/
H A Dwsmoused.h107 void config_read(const char *, int);
H A Dconfig.c245 config_read(const char *conffile, int opt) in config_read() function
H A Dwsmoused.c567 config_read(conffile, needconf); in main()
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-control.c452 if(!config_read(cfg, cfgfile, NULL)) in print_stats_shm()
903 if(!config_read(cfg, cfgfile, NULL)) in go()
H A Dunbound-checkconf.c979 if(!config_read(cfg, cfgfile, NULL)) { in checkconf()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h920 int config_read(struct config_file* config, const char* filename,
H A Dconfig_file.c1360 config_read(struct config_file* cfg, const char* filename, const char* chroot) in config_read() function
1415 if(!config_read(cfg, g.gl_pathv[i], chroot)) { in config_read()
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dwin_svc.c325 if(!config_read(cfg, service_cfgfile, daemon->chroot)) { in service_init()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dunbound.c712 if(!config_read(cfg, cfgfile, daemon->chroot)) { in run_daemon()
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibunbound.c438 if(!config_read(ctx->env->cfg, fname, NULL)) { in ub_ctx_config()