Searched refs:config_read (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | config.h | 27 #define config_read mail_conf_read macro
|
/netbsd-src/usr.sbin/wsmoused/ |
H A D | wsmoused.h | 107 void config_read(const char *, int);
|
H A D | config.c | 245 config_read(const char *conffile, int opt) in config_read() function
|
H A D | wsmoused.c | 567 config_read(conffile, needconf); in main()
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-control.c | 452 if(!config_read(cfg, cfgfile, NULL)) in print_stats_shm() 903 if(!config_read(cfg, cfgfile, NULL)) in go()
|
H A D | unbound-checkconf.c | 979 if(!config_read(cfg, cfgfile, NULL)) { in checkconf()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | config_file.h | 920 int config_read(struct config_file* config, const char* filename,
|
H A D | config_file.c | 1360 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 D | win_svc.c | 325 if(!config_read(cfg, service_cfgfile, daemon->chroot)) { in service_init()
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | unbound.c | 712 if(!config_read(cfg, cfgfile, daemon->chroot)) { in run_daemon()
|
/netbsd-src/external/bsd/unbound/dist/libunbound/ |
H A D | libunbound.c | 438 if(!config_read(ctx->env->cfg, fname, NULL)) { in ub_ctx_config()
|