OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERL
(Results
1 - 25
of
109
) sorted by relevancy
1
2
3
4
5
/src/external/mpl/bind/dist/bin/tests/system/xfer/
prereq.sh
19
if ${
PERL
} -MNet::DNS -e 'exit ($Net::DNS::VERSION >= 1.0)'; then
20
version=$(${
PERL
} -MNet::DNS -e 'print $Net::DNS::VERSION')
21
echo_i "
perl
Net::DNS $version is too old - skipping xfer test"
25
if ! ${
PERL
} -MDigest::HMAC -e ''; then
26
echo_i "
perl
Digest::HMAC module is required"
/src/external/mpl/bind/dist/bin/tests/system/digdelv/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/dnssec/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/fetchlimit/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/forward/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/ixfr/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/nsupdate/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/resolver/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/
start.sh.in
20
$
PERL
"${srcdir}/start.pl" "$@"
stop.sh.in
22
$
PERL
"${srcdir}/stop.pl" "$@"
/src/external/mpl/bind/dist/bin/tests/system/statistics/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/stress/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/upforwd/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/zero/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
/src/external/mpl/bind/dist/bin/tests/system/serve_stale/
prereq.sh
16
if ! ${
PERL
} -MTime::HiRes -e ''; then
17
echo_i "
perl
Time::HiRes module is required"
/src/external/mpl/bind/dist/bin/tests/system/chain/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
21
if ! ${
PERL
} -MNet::DNS::Nameserver -e ''; then
22
echo_i "
perl
Net::DNS::Nameserver module is required"
/src/external/mpl/bind/dist/bin/tests/system/reclimit/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
21
if ! ${
PERL
} -MNet::DNS::Nameserver -e ''; then
22
echo_i "
perl
Net::DNS::Nameserver module is required"
/src/external/mpl/bind/dist/bin/tests/system/statschannel/
prereq.sh
16
if ! ${
PERL
} -MNet::DNS -e ''; then
17
echo_i "
perl
Net::DNS module is required"
21
if ! ${
PERL
} -MFile::Fetch -e ''; then
22
echo_i "
perl
File::Fetch module is required"
/src/external/bsd/zstd/dist/tests/gzip/
zgrep-signal.sh
25
test "x$
PERL
" = x &&
PERL
=
perl
26
("$
PERL
" -e 'use POSIX qw(dup2)') >/dev/null 2>&1 ||
27
skip_ "no suitable
perl
found"
33
# it. Fall back on
Perl
+POSIX, if available. Take care to close the
44
"$
PERL
" -e '
/src/external/gpl2/gettext/dist/djgpp/
config.site
26
PERL
=${
PERL
='/dev/env/DJDIR/bin/
perl
'}
/src/external/mpl/bind/dist/bin/tests/system/formerr/
tests.sh
21
$
PERL
formerr.pl -a 10.53.0.1 -p ${PORT} nametoolong >nametoolong.out
29
$
PERL
formerr.pl -a 10.53.0.1 -p ${PORT} twoquestionnames >twoquestionnames.out
37
$
PERL
formerr.pl -a 10.53.0.1 -p ${PORT} twoquestiontypes >twoquestiontypes.out
45
$
PERL
formerr.pl -a 10.53.0.1 -p ${PORT} dupquestion >dupquestion.out
53
$
PERL
formerr.pl -a 10.53.0.1 -p ${PORT} dupans >dupans.out
61
$
PERL
formerr.pl -a 10.53.0.1 -p ${PORT} qtypeasanswer >qtypeasanswer.out
71
$
PERL
formerr.pl -a 10.53.0.1 -p ${PORT} noquestions >noquestions.out
79
$
PERL
formerr.pl -a 10.53.0.1 -p ${PORT} badnsec3owner >badnsec3owner.out
88
$
PERL
formerr.pl -a 10.53.0.1 -p ${PORT} shortrecord >shortrecord.out
96
$
PERL
formerr.pl -a 10.53.0.1 -p ${PORT} shortquestion >shortquestion.ou
[
all
...]
/src/external/gpl2/gettext/dist/gettext-runtime/man/
x-to-1.in
32
echo "Usage: x-to-1 [OPTIONS]
PERL
HELP2MAN executable program.x program.1" 1>&2
35
PERL
="$1"
42
case "$
PERL
" in *"/missing
perl
") perlok=no;; *) perlok=yes;; esac
/src/external/gpl2/gettext/dist/gettext-tools/man/
x-to-1.in
32
echo "Usage: x-to-1 [OPTIONS]
PERL
HELP2MAN executable program.x program.1" 1>&2
35
PERL
="$1"
42
case "$
PERL
" in *"/missing
perl
") perlok=no;; *) perlok=yes;; esac
/src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-perl-1
3
# Test of
Perl
support.
30
printf dngettext "prog", <<
PERL
, <<
PERL
;
32
PERL
34
PERL
36
print <<
PERL
42
PERL
47
'Welcome to the Republic of
Perl
!' #
48
#
Perl
!
58
print gettext <<
PERL
; print gettext <<PERL
[
all
...]
Completed in 27 milliseconds
1
2
3
4
5
Indexes created Tue Apr 14 00:22:26 UTC 2026