Home
last modified time | relevance | path

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

/freebsd-12.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 Dconfigure17291 python_path=`$PYTHON -c "import distutils.sysconfig; \
17293 if test -n "${python_path}"; then
17294 python_path="-I$python_path"
17296 PYTHON_CPPFLAGS=$python_path
/freebsd-12.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-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp457 char python_path[PATH_MAX]; in ProcessArgs() local
458 size_t num_chars = python_file_spec.GetPath(python_path, PATH_MAX); in ProcessArgs()
460 llvm::outs() << python_path << '\n'; in ProcessArgs()
H A DOptions.td41 def python_path: F<"python-path">,
45 Alias<python_path>,