Home
last modified time | relevance | path

Searched refs:config_opts (Results 126 – 150 of 225) sorted by relevance

123456789

/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Dparser.c190 static const ConfigFunc config_opts[] = variable
238 static uint8_t config_opt_configured[sizeof(config_opts) / sizeof(ConfigFunc)];
1306 for (i = 0; config_opts[i].name != NULL; i++) in ParseConfig()
1308 if (strcasecmp(toks[0], config_opts[i].name) == 0) in ParseConfig()
1310 if (config_opts[i].only_once && config_opt_configured[i]) in ParseConfig()
1319 if (config_opts[i].args_required && (opts == NULL)) in ParseConfig()
1325 config_opts[i].parse_func(bc, opts); in ParseConfig()
1331 if (config_opts[i].name == NULL) in ParseConfig()
/dports/databases/rocksdb/rocksdb-6.26.1/tools/
H A Dldb_cmd_test.cc905 ConfigOptions config_opts; in TEST_F() local
908 config_opts.env = env.get(); in TEST_F()
909 ASSERT_OK(LoadLatestOptions(config_opts, dbname, &options, &column_families)); in TEST_F()
950 ConfigOptions config_opts; in TEST_F() local
953 config_opts.env = env; in TEST_F()
955 LoadLatestOptions(config_opts, old_dbname, &options, &column_families)); in TEST_F()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/tools/
H A Dldb_cmd_test.cc905 ConfigOptions config_opts; in TEST_F() local
908 config_opts.env = env.get(); in TEST_F()
909 ASSERT_OK(LoadLatestOptions(config_opts, dbname, &options, &column_families)); in TEST_F()
950 ConfigOptions config_opts; in TEST_F() local
953 config_opts.env = env; in TEST_F()
955 LoadLatestOptions(config_opts, old_dbname, &options, &column_families)); in TEST_F()
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_prv_cover.erl412 config_opts(State) -> function
417 Config = proplists:get_value(verbose, config_opts(State), undefined),
426 Config = proplists:get_value(min_coverage, config_opts(State), undefined),
/dports/biology/infernal/infernal-1.1.3/src/
H A Dtrcyk.c71 if (do_local) cm->config_opts |= CM_CONFIG_LOCAL; in main()
H A Dcp9_dp.c1509 cm->config_opts |= CM_CONFIG_LOCAL; in main()
1510 cm->config_opts |= CM_CONFIG_HMMLOCAL; in main()
1513 cm->config_opts |= CM_CONFIG_LOCAL; in main()
1514 cm->config_opts |= CM_CONFIG_HMMEL; in main()
1660 cm->config_opts |= CM_CONFIG_LOCAL; in main()
1661 cm->config_opts |= CM_CONFIG_HMMLOCAL; in main()
1663 cm->config_opts |= CM_CONFIG_HMMEL; in main()
H A Dcmconvert.c131 cm->config_opts |= CM_CONFIG_QDB; in configure_model()
/dports/mail/gmime30/gmime-3.2.7/
H A Dgmime.spec35 CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh $ARCHFLAG %{config_opts}
H A Dgmime.spec.in35 CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh $ARCHFLAG %{config_opts}
/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Dconfigsys.c38 static cfg_opt_t config_opts[] = { variable
426 tc = cfg_init (config_opts, 0); in config_init()
/dports/devel/py-mccabe/mccabe-0.6.1/
H A Dmccabe.py249 config_opts = getattr(parser, 'config_options', None)
250 if isinstance(config_opts, list):
/dports/devel/p5-InlineX-CPP2XS/InlineX-CPP2XS-0.25/t/
H A Dt_portability.t11 my %config_opts = (
18 cpp2xs('Math::Prime::FastSieve', 'Math::Prime::FastSieve', $bd, \%config_opts);
283 %config_opts = (
292 cpp2xs('Math::Prime::FastSieve', 'Math::Prime::FastSieve', $bd, \%config_opts);
H A Dt_makefile_pl.t18 my %config_opts = (
38 cpp2xs('test', 'test', $build_dir, \%config_opts);
/dports/math/octave/octave-6.4.0/libinterp/
H A Dbuild-env.in.cc324 const char *config_opts = %OCTAVE_CONF_config_opts%; variable
/dports/mail/gmime26-sharp/gmime-2.6.23/
H A Dgmime.spec58 CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh $ARCHFLAG %{config_opts} %{mono_configure_flags}
H A Dgmime.spec.in58 CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh $ARCHFLAG %{config_opts} %{mono_configure_flags}
/dports/mail/gmime2/gmime-2.2.27/
H A Dgmime.spec58 CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh $ARCHFLAG %{config_opts} %{mono_configure_flags}
H A Dgmime.spec.in58 CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh $ARCHFLAG %{config_opts} %{mono_configure_flags}
/dports/mail/gmime26/gmime-2.6.23/
H A Dgmime.spec58 CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh $ARCHFLAG %{config_opts} %{mono_configure_flags}
H A Dgmime.spec.in58 CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh $ARCHFLAG %{config_opts} %{mono_configure_flags}
/dports/sysutils/py-salt/salt-3004.1/tests/unit/
H A Dtest_config.py1747 config_opts = {"id": "myminion.example.com"}
1751 "salt.config._read_conf_file", MagicMock(return_value=config_opts)
1757 self.assertEqual(config_opts, configuration)
1765 config_opts = {}
1773 self.assertEqual(config_opts, configuration)
/dports/devel/p5-InlineX-C2XS/InlineX-C2XS-0.26/t/
H A Dt_makefile_pl_pre.t23 my %config_opts = (
44 c2xs('test', 'test', $build_dir, \%config_opts);
H A Dt_makefile_pl.t22 my %config_opts = (
42 c2xs('test', 'test', $build_dir, \%config_opts);
/dports/devel/tcllib/tcllib-1.20/modules/practcl/build/class/subproject/
H A Dbinary.tcl28 my define set config_opts $options
/dports/devel/tcllibc/tcllib-1.20/modules/practcl/build/class/subproject/
H A Dbinary.tcl28 my define set config_opts $options

123456789