OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distutils
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/tre/dist/python/
setup.py
6
import
distutils
.sysconfig
7
from
distutils
.core import setup, Extension
19
data_files = [(
distutils
.sysconfig.get_python_lib(), ["tre.dll"])]
/src/external/bsd/nsd/dist/contrib/bind2nsd/
setup.py
27
from
distutils
.core import setup
/src/external/apache2/llvm/dist/clang/utils/check_cfc/
setup.py
5
from
distutils
.core import setup
/src/external/gpl2/dtc/dist/pylibfdt/
setup.py
10
from
distutils
.core import setup, Extension
/src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
util.py
10
import
distutils
.spawn
63
_cppfilt_exe =
distutils
.spawn.find_executable('c++filt')
extract.py
12
import
distutils
.spawn
32
return
distutils
.spawn.find_executable('nm')
120
return
distutils
.spawn.find_executable('readelf')
/src/external/apache2/llvm/dist/libcxx/utils/
merge_archives.py
12
import
distutils
.spawn
115
ar_exe =
distutils
.spawn.find_executable('ar')
122
libtool_exe =
distutils
.spawn.find_executable('libtool')
/src/external/apache2/llvm/dist/llvm/utils/
update_cc_test_checks.py
19
import
distutils
.spawn
154
if not
distutils
.spawn.find_executable(args.clang):
170
if not
distutils
.spawn.find_executable(args.opt):
/src/external/apache2/llvm/dist/clang/utils/
creduce-clang-crash.py
21
from
distutils
.spawn import find_executable
Completed in 104 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026