Searched refs:getenv_with_default (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Denv.hpp49 std::string getenv_with_default(const std::string&, const std::string&);
H A Denv_test.cpp87 ATF_TEST_CASE_WITHOUT_HEAD(getenv_with_default); variable
88 ATF_TEST_CASE_BODY(getenv_with_default)
91 utils::getenv_with_default("PATH", "don't use"));
94 utils::getenv_with_default("__UNDEFINED_VARIABLE__", "foo"));
126 ATF_ADD_TEST_CASE(tcs, getenv_with_default);
H A Denv.cpp101 utils::getenv_with_default(const std::string& name, function in class:utils
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_about.cpp109 const fs::path docdir(utils::getenv_with_default(
H A Dconfig.cpp118 const fs::path confdir(utils::getenv_with_default(
H A Dcmd_report_html.cpp231 const fs::path miscdir(utils::getenv_with_default(
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dbackend.cpp144 return fs::path(utils::getenv_with_default("KYUA_STOREDIR", KYUA_STOREDIR))
156 return fs::path(utils::getenv_with_default("KYUA_STOREDIR", KYUA_STOREDIR))
/netbsd-current/external/bsd/kyua-cli/dist/utils/fs/
H A Doperations.cpp222 const fs::path tmpdir(utils::getenv_with_default("TMPDIR", "/tmp"));
254 const fs::path tmpdir(utils::getenv_with_default("TMPDIR", "/tmp"));
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtesters.cpp142 const fs::path raw_testersdir(utils::getenv_with_default(

Completed in 257 milliseconds