Searched defs:has (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Denv.cpp61 impl::has(const std::string& name) function in class:impl
H A Dconfig.cpp77 if (tools::env::has(v->name)) {
97 assert(has(varname));
111 tools::config::has(const std::string& varname) function in class:tools::config
H A Dconfig_test.cpp185 ATF_TEST_CASE(has); variable
186 ATF_TEST_CASE_HEAD(has)
188 set_md_var("descr", "Tests the config::has function");
190 ATF_TEST_CASE_BODY(has)
196 ATF_REQUIRE(tools::config::has(v->lc));
200 ATF_REQUIRE(!tools::config::has(v->uc));
203 ATF_REQUIRE(!tools::config::has("foo"));
204 ATF_REQUIRE(!tools::config::has("BAR"));
205 ATF_REQUIRE(!tools::config::has("atf_foo"));
206 ATF_REQUIRE(!tools::config::has("ATF_BA
[all...]
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Denv_test.c40 ATF_TC(has); variable
41 ATF_TC_HEAD(has, tc)
45 ATF_TC_BODY(has, tc)
126 ATF_TP_ADD_TC(tp, has);
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Denv.cpp56 impl::has(const std::string& name) function in class:impl
/bind-9.11.3/lib/dns/
H A Ddnstap.c636 cpbuf(isc_buffer_t *buf, ProtobufCBinaryData *p, protobuf_c_boolean *has) { argument
639 *has = 1;

Completed in 38 milliseconds