OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PYTHON
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/timeouts/
setup.sh
20
$
PYTHON
-c "
/src/external/mpl/bind/dist/bin/tests/system/xferquota/
setup.sh
20
$
PYTHON
setup.py
/src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_tlsfuzzer_data/
tlsfuzzer.sh
45
PYTHON
=`which python3`
54
echo "
Python
: $
PYTHON
"
61
test -L ecdsa || ln -s ../
python
-ecdsa/src/ecdsa ecdsa
68
PYTHONPATH=. "${
PYTHON
}" tests/scripts_retention.py ${TMPFILE} ${SERV} 821
/src/external/mit/isl/dist/
py-compile
2
# py-compile - Compile a
Python
program
30
if test -z "$
PYTHON
"; then
31
PYTHON
=
python
67
Byte compile some
python
scripts FILES. Use --destdir to specify any
118
python_major=`$
PYTHON
-V 2>&1 | sed -e 's/.* //;s/\..*$//;1q'`
120
echo "$me: could not determine $
PYTHON
major version, guessing 3" >&2
137
$
PYTHON
-c "
142
sys.stdout.write('Byte-compiling
python
modules...\n')
157
# this will fail for
python
< 1.5, but that doesn't matter ..
[
all
...]
configure
710
PYTHON
889
PYTHON
'
1545
--with-
python
-sys-prefix
1546
use
Python
's sys.prefix and sys.exec_prefix values
1577
PYTHON
the
Python
interpreter
23140
if test -n "$
PYTHON
"; then
23141
# If the user set $
PYTHON
, use it and don't search something else.
23142
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $
PYTHON
version is >= 3.6" >&5
23143
printf %s "checking whether $
PYTHON
version is >= 3.6... " >&6;
[
all
...]
/src/external/mit/xorg/lib/libxcb/files/
Makefile
3
# This makefile is used to generate the libxcb xml/
python
generated files.
10
PYTHON
?= /usr/pkg/bin/python3.11
24
env PYTHONPATH=${X11SRCDIR.xcb-proto} ${
PYTHON
} ${C_CLIENT} \
/src/crypto/external/bsd/heimdal/dist/lib/wind/
NTMakefile
68
$(
PYTHON
) $(SRCDIR)\gen-map.py $(SRCDIR)\rfc3454.txt $(OBJ)
73
$(
PYTHON
) $(SRCDIR)\gen-errorlist.py $(SRCDIR)\rfc3454.txt $(OBJ)
78
$(
PYTHON
) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2.0.txt $(OBJ)
83
$(
PYTHON
) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ)
88
$(
PYTHON
) $(SRCDIR)\gen-bidi.py $(SRCDIR)\rfc3454.txt $(OBJ)
93
$(
PYTHON
) $(SRCDIR)\gen-punycode-examples.py $(SRCDIR)\rfc3492.txt $(OBJ)
/src/external/mpl/bind/dist/bin/tests/system/
start.pl
101
my $
PYTHON
= $ENV{'
PYTHON
'};
328
$command = "$
PYTHON
-u -m $test.$server.ans 10.53.0.$n $queryport";
/src/external/bsd/zstd/dist/tests/fuzz/
Makefile
19
PYTHON
?=
python
268
CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" $(
PYTHON
) ./fuzz.py build $(REGRESSION_TARGET) --debug=$(DEBUGLEVEL)
269
$(
PYTHON
) ./fuzz.py regression $(REGRESSION_TARGET)
/src/external/gpl2/dtc/dist/
Makefile
28
PYTHON
?= python3
149
# We need both
Python
and swig to build/install pylibfdt.
152
if $(PKG_CONFIG) --cflags $(
PYTHON
) >/dev/null 2>&1; then \
160
echo "\#\# Skipping pylibfdt (install
python
dev and swig to build)"; \
/src/external/bsd/zstd/dist/tests/
Makefile
36
PYTHON
?= python3
249
$(
PYTHON
) test-zstd-versions.py
253
$(
PYTHON
) automated_benchmarking.py
/src/crypto/external/bsd/heimdal/dist/windows/
NTMakefile.w32
123
PYTHON
=
python
.exe
248
"$(AWK_CMD)" "$(YACC_CMD)" "$(LEX_CMD)" "$(
PYTHON
)" "$(PERL)" \
/src/external/mpl/bind/dist/bin/tests/system/doth/
tests.sh
25
OPENSSL_VERSION=$("$
PYTHON
" "$TOP_SRCDIR/bin/tests/system/doth/get_openssl_version.py")
842
BINDHOST="10.53.0.1" "$
PYTHON
" "$TOP_SRCDIR/bin/tests/system/doth/stress_http_quota.py" || ret=$?
/src/external/mpl/bind/dist/bin/tests/system/dnstap/
tests.sh
477
$
PYTHON
-c "import yaml" 2>/dev/null && HAS_PYYAML=1
483
$
PYTHON
ydump.py "$DNSTAPREAD" "ns3/dnstap.out.save" >ydump.out || ret=1
/src/external/mpl/bind/dist/
configure
762
PYTHON
993
PYTHON
1715
--with-
python
-sys-prefix
1716
use
Python
's sys.prefix and sys.exec_prefix values
1769
PYTHON
the
Python
interpreter
18720
#
Python
is optional, it is used only by some of the system test scripts.
18728
if test -n "$
PYTHON
"; then
18729
# If the user set $
PYTHON
, use it and don't search something else.
18730
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $
PYTHON
version is >= 3.10" >&
[
all
...]
/src/crypto/external/bsd/heimdal/dist/
configure
867
PYTHON
1074
PYTHON
1760
--with-
python
-sys-prefix
1761
use
Python
's sys.prefix and sys.exec_prefix values
1831
PYTHON
the
Python
interpreter
14555
# Find any
Python
interpreter.
14556
if test -z "$
PYTHON
"; then
14557
for ac_prog in
python
python2 python3 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
14567
case $
PYTHON
i
[
all
...]
/src/external/bsd/unbound/dist/
configure
739
PYTHON
1623
Disable swig version check to build
python
modules
1700
--with-pythonmodule build
Python
module, or --without-pythonmodule to
1759
The installed
Python
version to use, for example '2.3'. This
1760
string will be appended to the
Python
interpreter canonical
20254
# Check for
Python
module
20271
# Check for
Python
& SWIG only on PyUnbound or PyModule
20274
# Check for
Python
20278
# Allow the use of a (user set) custom
python
version
20282
# Extract the first word of "
python
[$PYTHON_VERSION]", so it can be a program name with args
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/cookie/
tests.sh
505
if $
PYTHON
-c '
/src/external/gpl2/dtc/dist/tests/
run_tests.sh
969
$
PYTHON
pylibfdt_tests.py -v 2> $TMP
1007
# Test pylibfdt if the libfdt
Python
module is available.
/src/external/gpl3/gcc/dist/gcc/
configure
823
PYTHON
8995
if test -n "$
PYTHON
"; then
8996
ac_cv_prog_PYTHON="$
PYTHON
" # Let the user override the test.
9015
PYTHON
=$ac_cv_prog_PYTHON
9016
if test -n "$
PYTHON
"; then
9017
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
PYTHON
" >&5
9018
$as_echo "$
PYTHON
" >&6; }
9025
if test -n "$
PYTHON
"; then
9032
ac_prog_version=`eval $
PYTHON
--version 2>&1 |
9033
sed -n 's/^.*
Python
.* \([0-9][0-9.]*\).*$/\1/p'
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh
3345
if [ -x "$
PYTHON
" ]; then
3349
# convert expiry date to a comma-separated list of integers
python
can
3360
$
PYTHON
>
python
.out.$n <<EOF
3366
diff=$(cat
python
.out.$n)
Completed in 70 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026