Searched refs:config (Results 1 - 25 of 457) sorted by relevance

1234567891011>>

/bind-9.6-ESV-R11/unit/atf-src/atf-config/
H A DMakefile.am.inc30 bin_PROGRAMS += atf-config/atf-config
31 atf_config_atf_config_SOURCES = atf-config/atf-config.cpp
33 dist_man_MANS += atf-config/atf-config.1
35 tests_atf_config_DATA = atf-config/Atffile \
36 atf-config/Kyuafile
37 tests_atf_configdir = $(pkgtestsdir)/atf-config
40 tests_atf_config_SCRIPTS = atf-config/integration_tes
[all...]
/bind-9.6-ESV-R11/lib/isc/nothreads/
H A Dcondition.c20 #include <config.h>
H A Dmutex.c20 #include <config.h>
H A Dthread.c20 #include <config.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-run/sample/
H A Dcommon.conf1 Content-Type: application/X-atf-config; version="1"
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dversion.c47 #include <config.h>
H A Dresult.c47 #include <config.h>
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dipv6.c22 #include <config.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dconfig_test.cpp33 #include "config.hpp"
70 namespace config { namespace in namespace:atf
124 ATF_REQUIRE_EQ(atf::config::get(v->lc), test_value);
126 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
137 set_md_var("descr", "Tests the config::get function");
144 atf::config::__reinit();
146 ATF_REQUIRE(atf::config::get(v->lc) != test_value);
151 if (!atf::config::get(v->lc).empty()) {
153 atf::config::__reinit();
155 ATF_REQUIRE(atf::config
[all...]
H A Dconfig.cpp33 #include "atf-c/config.h"
36 #include "config.hpp"
75 atf::config::get(const std::string& varname)
85 atf::config::get_all(void)
94 atf::config::has(const std::string& varname)
107 namespace config { namespace in namespace:atf
122 } // namespace config
H A Dconfig.hpp38 namespace config { namespace in namespace:atf
71 } // namespace config
/bind-9.6-ESV-R11/lib/bind9/include/bind9/
H A Dcheck.h33 bind9_check_namedconf(const cfg_obj_t *config, isc_log_t *logctx,
40 *\li config is a valid parse tree
50 bind9_check_key(const cfg_obj_t *config, isc_log_t *logctx);
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-conf.c5 ** A config file utility for the DNSSEC Zone Key Tool
50 # include <config.h>
77 {"config", required_argument, NULL, 'c'},
79 {"config-option", required_argument, NULL, 'O'},
110 zconf_t *config; local
118 dbg_val0 ("Load built in config \"%s\"\n");
119 config = loadconfig ("", (zconf_t *)NULL); /* load built in config */
121 if ( fileexist (defconfname) ) /* load default config file */
123 dbg_val ("Load site wide config fil
[all...]
H A Dzkt-ls.c50 # include <config.h>
117 {"config", required_argument, NULL, 'c'},
119 {"config-option", required_argument, NULL, 'O'},
130 static void setglobalflags (zconf_t *config) argument
132 recflag = config->recursive;
133 ageflag = config->printage;
134 timeflag = config->printtime;
135 ljustflag = config->ljust;
136 term = config->colorterm;
151 zconf_t *config; local
[all...]
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dtsigconf.h31 ns_tsigkeyring_fromconfig(const cfg_obj_t *config, const cfg_obj_t *vconfig,
38 * \li 'config' is not NULL.
H A Dstatschannel.h36 ns_statschannels_configure(ns_server_t *server, const cfg_obj_t *config,
/bind-9.6-ESV-R11/bin/tests/net/
H A Dsockaddr_multicast.c20 #include <config.h>
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_lib.c25 #include <config.h>
/bind-9.6-ESV-R11/lib/isc/
H A Drefcount.c19 #include <config.h>
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dstdtime.c20 #include <config.h>
/bind-9.6-ESV-R11/lib/isccc/
H A Dlib.c36 #include <config.h>
/bind-9.6-ESV-R11/lib/isccfg/
H A Dlog.c22 #include <config.h>
33 { "config", 0 },
/bind-9.6-ESV-R11/lib/lwres/
H A Dgai_strerror.c47 #include <config.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Drequirements_test.cpp30 #include "atf-c++/config.hpp"
49 const atf::tests::vars_map& config = no_config)
51 const std::string actual = impl::check_requirements(metadata, config);
67 metadata["require.arch"] = atf::config::get("atf_arch");
83 metadata["require.arch"] = "__foo__ " + atf::config::get("atf_arch") +
98 // Tests for the require.config metadata property.
104 atf::tests::vars_map metadata, config; local
105 metadata["require.config"] = "var1";
106 config["var1"] = "some-value";
107 do_check("", metadata, config);
113 atf::tests::vars_map metadata, config; local
122 atf::tests::vars_map metadata, config; local
133 atf::tests::vars_map metadata, config; local
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dpkg_config_test.sh31 # directory that is known by pkg-config. Otherwise they will fail,
40 pkg-config ${1} || atf_fail "pkg-config could not locate ${1}.pc;" \
51 atf_check -s eq:0 -o save:stdout -e empty pkg-config --modversion "${1}"
53 echo "Version reported by pkg-config: ${ver2}"
62 atf_set "require.progs" "pkg-config"
75 "the C library based on the pkg-config information"
76 atf_set "require.progs" "pkg-config"
82 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c
107 atf_check -s eq:0 -o save:stdout -e empty pkg-config
[all...]

Completed in 67 milliseconds

1234567891011>>