Home
last modified time | relevance | path

Searched refs:env_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp171 char *env_path = getenv(kPythonPathEnv.c_str()); in SetPythonPath() local
172 if (env_path != nullptr) { in SetPythonPath()
173 python_path = python_path + ":" + std::string(env_path); in SetPythonPath()
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_event.c817 const char *env_path[][2] = { in _zed_event_add_env_restrict() local
834 pa = path != NULL ? env_path : env_restrict; in _zed_event_add_env_restrict()