Home
last modified time | relevance | path

Searched refs:getallenv (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/kyua/utils/
H A Denv_test.cpp41 ATF_TEST_CASE_WITHOUT_HEAD(getallenv);
42 ATF_TEST_CASE_BODY(getallenv) in ATF_TEST_CASE_BODY() argument
48 const std::map< std::string, std::string > allenv = utils::getallenv(); in ATF_TEST_CASE_BODY()
154 ATF_ADD_TEST_CASE(tcs, getallenv); in ATF_INIT_TEST_CASES()
H A Denv.hpp48 std::map< std::string, std::string > getallenv(void);
H A Denv.cpp62 utils::getallenv(void) in getallenv() function in utils
/freebsd/contrib/kyua/integration/helpers/
H A Ddump_env.cpp55 const std::map< std::string, std::string > env = utils::getallenv(); in main()
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp1607 return model::context(fs::current_path(), utils::getallenv()); in current_context()
H A Dscheduler_test.cpp1150 ATF_REQUIRE(utils::getallenv() == context.env()); in ATF_TEST_CASE_BODY()