Searched refs:has (Results 1 - 17 of 17) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Denv_test.cpp41 set_md_var("descr", "Tests the has and get functions");
45 ATF_REQUIRE(atf::env::has("PATH"));
48 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_"));
58 ATF_REQUIRE(atf::env::has("PATH"));
64 ATF_REQUIRE(!atf::env::has("_UNDEFINED_VARIABLE_"));
76 ATF_REQUIRE(atf::env::has("PATH"));
78 ATF_REQUIRE(!atf::env::has("PATH"));
H A Denv.hpp51 //! \brief Checks if the environment has a variable.
53 //! Checks if the environment has a given variable.
55 bool has(const std::string&);
H A Denv.cpp54 impl::has(const std::string& name) function in class:impl
H A Dui.cpp56 if (atf::env::has("COLUMNS")) {
H A Dfs.cpp474 if (!atf::env::has("PATH"))
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dconfig_test.cpp186 ATF_TEST_CASE(has); variable
187 ATF_TEST_CASE_HEAD(has)
189 set_md_var("descr", "Tests the config::has function");
191 ATF_TEST_CASE_BODY(has)
197 ATF_REQUIRE(atf::config::has(v->lc));
201 ATF_REQUIRE(!atf::config::has(v->uc));
204 ATF_REQUIRE(!atf::config::has("foo"));
205 ATF_REQUIRE(!atf::config::has("BAR"));
206 ATF_REQUIRE(!atf::config::has("atf_foo"));
207 ATF_REQUIRE(!atf::config::has("ATF_BA
[all...]
H A Dconfig.hpp65 //! condition. The program only has to use this function to sanity-check
69 bool has(const std::string&);
H A Dconfig.cpp80 PRE(has(varname));
94 atf::config::has(const std::string& varname) function in class:atf::config
H A Dtests.cpp645 if (!atf::env::has("__RUNNING_INSIDE_ATF_RUN") || atf::env::get(
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Denv_test.c43 ATF_TC(has); variable
44 ATF_TC_HEAD(has, tc)
48 ATF_TC_BODY(has, tc)
110 ATF_TP_ADD_TC(tp, has);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Dconfig_test.sh30 atf_test_case has
79 atf_add_test_case has
/bind-9.6-ESV-R11/unit/atf-src/atf-config/
H A Datf-config.cpp127 if (!atf::config::has(m_argv[i]))
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dbad.conf30 has-old-clients no;
H A Dgood.conf34 has-old-clients no;
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf21 * This is a worthless, nonrunnable example of a named.conf file that has
71 has-old-clients yes;
519 * panic if the server has to shut itself
591 * "category" statement has been given for a category.
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dconfig.cpp124 if (atf::env::has("HOME"))
H A Dmisc_helpers.cpp170 ATF_REQUIRE(atf::env::has("HOME"));

Completed in 570 milliseconds