OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getenv_with_default
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/
env.hpp
49
std::string
getenv_with_default
(const std::string&, const std::string&);
env_test.cpp
87
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
);
env.cpp
101
utils::
getenv_with_default
(const std::string& name,
function in class:utils
/src/external/bsd/kyua-cli/dist/cli/
cmd_about.cpp
109
const fs::path docdir(utils::
getenv_with_default
(
config.cpp
118
const fs::path confdir(utils::
getenv_with_default
(
cmd_report_html.cpp
231
const fs::path miscdir(utils::
getenv_with_default
(
/src/external/bsd/kyua-cli/dist/store/
backend.cpp
144
return fs::path(utils::
getenv_with_default
("KYUA_STOREDIR", KYUA_STOREDIR))
156
return fs::path(utils::
getenv_with_default
("KYUA_STOREDIR", KYUA_STOREDIR))
/src/external/bsd/kyua-cli/dist/utils/fs/
operations.cpp
222
const fs::path tmpdir(utils::
getenv_with_default
("TMPDIR", "/tmp"));
254
const fs::path tmpdir(utils::
getenv_with_default
("TMPDIR", "/tmp"));
/src/external/bsd/kyua-cli/dist/engine/
testers.cpp
142
const fs::path raw_testersdir(utils::
getenv_with_default
(
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026