Lines Matching refs:cfgfile
527 const char** cfgfile, int need_pidfile)
638 if(strncmp(*cfgfile, cfg->chrootdir,
640 (*cfgfile) += strlen(cfg->chrootdir);
657 (void)cfgfile;
713 daemon->cfgfile = strdup(*cfgfile);
714 if(!daemon->cfgfile)
715 fatal_exit("out of memory in daemon cfgfile strdup");
720 * @param cfgfile: the config file name.
727 run_daemon(const char* cfgfile, int cmdline_verbose, int debug_mode, int need_pidfile)
743 if(!config_read(cfg, cfgfile, daemon->chroot)) {
748 "or unbound-checkconf", cfgfile);
759 perform_setup(daemon, cfg, debug_mode, &cfgfile, need_pidfile);
808 const char* cfgfile = CONFIGFILE;
828 cfgfile = optarg;
861 wsvc_command_option(winopt, cfgfile, cmdline_verbose,
873 run_daemon(cfgfile, cmdline_verbose, debug_mode, need_pidfile);