Home
last modified time | relevance | path

Searched refs:python_path (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp29 std::string python_path; member in Handler
85 python_path = std::string(path); in Parse()
144 args.push_back("--confcutdir=" + python_path); in BuildArgs()
170 if (!python_path.empty()) { in SetPythonPath()
173 python_path = python_path + ":" + std::string(env_path); in SetPythonPath()
175 setenv(kPythonPathEnv.c_str(), python_path.c_str(), 1); in SetPythonPath()
/freebsd/contrib/unbound/
H A Dacx_python.m483 python_path=`$PYTHON -c 'import sysconfig; \
86 python_path=`$PYTHON -c "import distutils.sysconfig; \
89 if test -n "${python_path}"; then
90 python_path="-I$python_path"
92 PYTHON_CPPFLAGS=$python_path
H A Dconfigure19392 python_path=`$PYTHON -c 'import sysconfig; \
19395 python_path=`$PYTHON -c "import distutils.sysconfig; \
19398 if test -n "${python_path}"; then
19399 python_path="-I$python_path"
19401 PYTHON_CPPFLAGS=$python_path
/freebsd/contrib/ldns/
H A Dax_python_devel.m4155 python_path=`$PYTHON -c "import distutils.sysconfig; \
159 if test -n "${python_path}"; then
160 if test "${plat_python_path}" != "${python_path}"; then
161 python_path="-I$python_path -I$plat_python_path"
163 python_path="-I$python_path"
166 PYTHON_CPPFLAGS=$python_path
H A Dconfigure15195 python_path=`$PYTHON -c "import distutils.sysconfig; \
15199 if test -n "${python_path}"; then
15200 if test "${plat_python_path}" != "${python_path}"; then
15201 python_path="-I$python_path -I$plat_python_path"
15203 python_path="-I$python_path"
15206 PYTHON_CPPFLAGS=$python_path
/freebsd/sys/contrib/openzfs/config/
H A Dax_python_devel.m4227 python_path=`$PYTHON -c "$IMPORT_SYSCONFIG; \
233 python_path=`$PYTHON -c "$IMPORT_SYSCONFIG; \
238 if test -n "${python_path}"; then
239 if test "${plat_python_path}" != "${python_path}"; then
240 python_path="-I$python_path -I$plat_python_path"
242 python_path="-I$python_path"
245 PYTHON_CPPFLAGS=$python_path
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp385 char python_path[PATH_MAX]; in ProcessArgs() local
386 size_t num_chars = python_file_spec.GetPath(python_path, PATH_MAX); in ProcessArgs()
388 llvm::outs() << python_path << '\n'; in ProcessArgs()
H A DOptions.td43 def python_path: F<"python-path">,
47 Alias<python_path>,