Searched refs:PYTHON (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/bin/tests/system/chain/
H A Dprereq.sh14 if test -n "$PYTHON"
16 if $PYTHON -c "import dns" 2> /dev/null
/bind-9.11.3/bin/tests/system/delzone/
H A Dtests.sh25 if [ -x "$PYTHON" ]; then
30 $PYTHON << EOF
43 $PYTHON << EOF
/bind-9.11.3/bin/tests/system/
H A Dconf.sh.win3244 CHECKDS="$PYTHON `cygpath -w $TOP/bin/python/dnssec-checkds.py`"
45 COVERAGE="$PYTHON `cygpath -w $TOP/bin/python/dnssec-coverage.py`"
46 KEYMGR="$PYTHON `cygpath -w $TOP/bin/python/dnssec-keymgr.py`"
137 PYTHON=@PYTHON@
229 export PYTHON
H A Dconf.sh.in128 PYTHON=@PYTHON@
233 export PYTHON
H A Dstart.pl60 my $PYTHON = $ENV{'PYTHON'};
229 $command = "$PYTHON -u ans.py 10.53.0.$' 5300";
/bind-9.11.3/util/
H A Dmerge_copyrights73 $file_types{$_} = "PYTHON";
74 if (open(PYTHON, $_)) {
75 my $line = <PYTHON>;
76 $file_types{$_} = "PYTHON-BIN" if ($line && $line =~ /^#!/);
77 close(PYTHON);
H A Dupdate_copyrights185 } elsif ($type =~ /^PYTHON-BIN$/) {
190 } elsif ($type =~ /^PYTHON$/) {
564 if ($type =~ /^PYTHON(|-BIN)$/) {
/bind-9.11.3/bin/tests/system/keymgr/
H A Dtests.sh100 ${PYTHON} testpolicy.py policy.sample > policy.out
/bind-9.11.3/bin/tests/system/dnstap/
H A Dtests.sh396 if [ -n "$PYTHON" ] ; then
397 $PYTHON -c "import yaml" 2> /dev/null && HAS_PYYAML=1
403 $PYTHON ydump.py "$DNSTAPREAD" "ns3/dnstap.out.save" > ydump.out || ret=1
/bind-9.11.3/
H A Dconfigure896 PYTHON
11928 case $PYTHON in
11930 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
11951 PYTHON=$ac_cv_path_PYTHON
11952 if test -n "$PYTHON"; then
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5
11954 $as_echo "$PYTHON" >&6; }
11961 test -n "$PYTHON" && break
11964 if test "X$PYTHON" = "X"; then
11969 if ${PYTHON
[all...]
/bind-9.11.3/bin/tests/system/rndc/
H A Dtests.sh608 if [ -x "$PYTHON" ]; then
612 $PYTHON > python.out.1.test$n << EOF

Completed in 45 milliseconds