Lines Matching defs:cfgfile
477 static void print_stats_shm(const char* cfgfile, int quiet)
487 if(!config_read(cfg, cfgfile, NULL))
518 (void)cfgfile;
932 go(const char* cfgfile, char* svr, int quiet, int argc, char* argv[])
942 if(!config_read(cfg, cfgfile, NULL))
975 const char* cfgfile = CONFIGFILE;
991 if(!(cfgfile=w_lookup_reg_str("Software\\Unbound", "ConfigFile")))
992 cfgfile = CONFIGFILE;
998 cfgfile = optarg;
1021 if(execlp("unbound", "unbound", "-c", cfgfile,
1029 print_stats_shm(cfgfile, quiet);
1074 ret = go(cfgfile, svr, quiet, argc, argv);