HomeSort by: relevance | last modified time | path
    Searched defs:cfgfile (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/nsd/dist/
nsd-control.c 515 go(const char* cfgfile, char* svr, int argc, char* argv[])
530 if(!parse_options_file(opt, cfgfile, NULL, NULL, NULL)) {
575 const char* cfgfile = CONFIGFILE; local
618 cfgfile = optarg;
638 if(execl(path, "nsd", "-c", cfgfile, (char*)NULL) < 0) {
645 return go(cfgfile, svr, argc, argv);
remote.c 2155 const char* cfgfile = xfrd->nsd->options->configfile; local
2163 if(strncmp(xfrd->nsd->chrootdir, cfgfile, l) != 0) {
2166 cfgfile, xfrd->nsd->chrootdir);
2170 cfgfile += l;
2173 (void)ssl_printf(ssl, "reconfig start, read %s\n", cfgfile);
2175 if(!parse_options_file(opt, cfgfile, &print_ssl_cfg_err, &ssl,
  /src/external/bsd/unbound/dist/daemon/
daemon.h 171 char* cfgfile; member in struct:daemon
unbound.c 525 const char** cfgfile, int need_pidfile)
636 if(strncmp(*cfgfile, cfg->chrootdir,
638 (*cfgfile) += strlen(cfg->chrootdir);
655 (void)cfgfile;
711 daemon->cfgfile = strdup(*cfgfile);
712 if(!daemon->cfgfile)
713 fatal_exit("out of memory in daemon cfgfile strdup");
718 * @param cfgfile: the config file name.
725 run_daemon(const char* cfgfile, int cmdline_verbose, int debug_mode, int need_pidfile
807 const char* cfgfile = CONFIGFILE; local
    [all...]
  /src/external/bsd/unbound/dist/smallapp/
unbound-control.c 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; local
991 if(!(cfgfile=w_lookup_reg_str("Software\\Unbound", "ConfigFile")))
992 cfgfile = CONFIGFILE;
998 cfgfile = optarg;
1021 if(execlp("unbound", "unbound", "-c", cfgfile,
    [all...]
unbound-checkconf.c 1017 checkconf(const char* cfgfile, const char* opt, int final, int quiet)
1028 if(!config_read(cfg, cfgfile, NULL)) {
1050 if(!quiet) { printf("unbound-checkconf: no errors in %s\n", cfgfile); }
1067 const char* cfgfile = CONFIGFILE; local
1073 if(!(cfgfile=w_lookup_reg_str("Software\\Unbound", "ConfigFile")))
1074 cfgfile = CONFIGFILE;
1100 else f = cfgfile;
  /src/external/bsd/ntp/dist/sntp/libopts/
configfile.c 80 tmap_info_t cfgfile; local
84 char * txt = text_mmap(fname, PROT_READ, MAP_PRIVATE, &cfgfile);
94 text_munmap(&cfgfile);
97 text_munmap(&cfgfile);
373 tmap_info_t cfgfile; local
378 text_mmap(fname, PROT_READ|PROT_WRITE, MAP_PRIVATE, &cfgfile);
450 text_munmap(&cfgfile);

Completed in 20 milliseconds