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 Dconfigure20406 python_path=`$PYTHON -c 'import sysconfig; \
20409 python_path=`$PYTHON -c "import distutils.sysconfig; \
20412 if test -n "${python_path}"; then
20413 python_path="-I$python_path"
20415 PYTHON_CPPFLAGS=$python_path
/freebsd/contrib/ldns/
H A Dax_python_devel.m4190 python_path=`$PYTHON -c "$IMPORT_SYSCONFIG; \
196 python_path=`$PYTHON -c "$IMPORT_SYSCONFIG; \
201 if test -n "${python_path}"; then
202 if test "${plat_python_path}" != "${python_path}"; then
203 python_path="-I$python_path -I$plat_python_path"
205 python_path="-I$python_path"
208 PYTHON_CPPFLAGS=$python_path
H A Dconfigure15382 python_path=`$PYTHON -c "$IMPORT_SYSCONFIG; \
15388 python_path=`$PYTHON -c "$IMPORT_SYSCONFIG; \
15393 if test -n "${python_path}"; then
15394 if test "${plat_python_path}" != "${python_path}"; then
15395 python_path="-I$python_path -I$plat_python_path"
15397 python_path="-I$python_path"
15400 PYTHON_CPPFLAGS=$python_path
/freebsd/sys/contrib/openzfs/config/
H A Dax_python_devel.m4228 python_path=`$PYTHON -c "$IMPORT_SYSCONFIG; \
234 python_path=`$PYTHON -c "$IMPORT_SYSCONFIG; \
239 if test -n "${python_path}"; then
240 if test "${plat_python_path}" != "${python_path}"; then
241 python_path="-I$python_path -I$plat_python_path"
243 python_path="-I$python_path"
246 PYTHON_CPPFLAGS=$python_path
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp398 char python_path[PATH_MAX]; in ProcessArgs() local
399 size_t num_chars = python_file_spec.GetPath(python_path, PATH_MAX); in ProcessArgs()
401 llvm::outs() << python_path << '\n'; in ProcessArgs()
H A DOptions.td45 def python_path: F<"python-path">,
49 Alias<python_path>,