Searched refs:unset (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Denv_test.cpp69 ATF_TEST_CASE(unset); variable
70 ATF_TEST_CASE_HEAD(unset)
72 set_md_var("descr", "Tests the unset function");
74 ATF_TEST_CASE_BODY(unset)
77 atf::env::unset("PATH");
90 ATF_ADD_TEST_CASE(tcs, unset);
H A Denv.hpp79 void unset(const std::string&);
H A Denv.cpp68 impl::unset(const std::string& name) function in class:impl
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Denv_test.c92 ATF_TC(unset); variable
93 ATF_TC_HEAD(unset, tc)
97 ATF_TC_BODY(unset, tc)
113 ATF_TP_ADD_TC(tp, unset);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.cpp267 atf::env::unset("LANG");
268 atf::env::unset("LC_ALL");
269 atf::env::unset("LC_COLLATE");
270 atf::env::unset("LC_CTYPE");
271 atf::env::unset("LC_MESSAGES");
272 atf::env::unset("LC_MONETARY");
273 atf::env::unset("LC_NUMERIC");
274 atf::env::unset("LC_TIME");
H A Datf-run.cpp113 atf::env::unset("TERM");
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dconfig_test.cpp92 atf::env::unset(name);

Completed in 16 milliseconds