Home
last modified time | relevance | path

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

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