Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/
H A Dacx_python.m440 python_path=`$PYTHON -c "import distutils.sysconfig; \
42 if test -n "${python_path}"; then
43 python_path="-I$python_path"
45 PYTHON_CPPFLAGS=$python_path
H A Dconfigure17481 python_path=`$PYTHON -c "import distutils.sysconfig; \
17483 if test -n "${python_path}"; then
17484 python_path="-I$python_path"
17486 PYTHON_CPPFLAGS=$python_path
/freebsd-13.1/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 Dconfigure14221 python_path=`$PYTHON -c "import distutils.sysconfig; \
14225 if test -n "${python_path}"; then
14226 if test "${plat_python_path}" != "${python_path}"; then
14227 python_path="-I$python_path -I$plat_python_path"
14229 python_path="-I$python_path"
14232 PYTHON_CPPFLAGS=$python_path
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dax_python_devel.m4189 python_path=`$PYTHON -c "import distutils.sysconfig; \
193 if test -n "${python_path}"; then
194 if test "${plat_python_path}" != "${python_path}"; then
195 python_path="-I$python_path -I$plat_python_path"
197 python_path="-I$python_path"
200 PYTHON_CPPFLAGS=$python_path
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp389 char python_path[PATH_MAX]; in ProcessArgs() local
390 size_t num_chars = python_file_spec.GetPath(python_path, PATH_MAX); in ProcessArgs()
392 llvm::outs() << python_path << '\n'; in ProcessArgs()
H A DOptions.td43 def python_path: F<"python-path">,
47 Alias<python_path>,