Searched refs:ARGV (Results 1 - 16 of 16) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/startperf/
H A Dmakenames.pl20 die "Usage: makenames.pl <num>" if (@ARGV == 0);
25 for (my $i = 0; $i < @ARGV[0]; $i++) {
/bind-9.6-ESV-R11/win32utils/
H A Dtodos.pl27 local @ARGV = @_;
28 unshift (@ARGV, '-') unless @ARGV;
29 while ($ARGV = shift) {
30 open(FH, $ARGV);
35 open(FH, ">$ARGV");
/bind-9.6-ESV-R11/bin/tests/system/
H A Dsend.pl28 @ARGV == 2 or die "usage: send.pl host port [file ...]\n";
30 my $host = shift @ARGV;
31 my $port = shift @ARGV;
H A Dtestsock6.pl25 foreach $addr ($ARGV) {
H A Dstop.pl37 while (@ARGV && $ARGV[0] =~ /^-/) {
38 my $opt = shift @ARGV;
46 my $test = $ARGV[0];
47 my $server = $ARGV[1];
H A Ddigcomp.pl25 if ($ARGV[0] eq "--lc") {
29 $file1 = $ARGV[0];
30 $file2 = $ARGV[1];
H A Dpacket.pl74 if (@ARGV >= 1) {
75 my $filename = shift @ARGV;
H A Dstart.pl50 my $test = $ARGV[0];
51 my $server = $ARGV[1];
52 my $options = $ARGV[2];
H A Dans.pl82 if (@ARGV > 0) {
83 $server_addr = @ARGV[0];
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl53 @ARGV == 1 or die
56 $zone = shift @ARGV;
/bind-9.6-ESV-R11/bin/tests/system/formerr/
H A Dformerr.pl70 if (@ARGV >= 1) {
71 my $filename = shift @ARGV;
/bind-9.6-ESV-R11/bin/tests/system/stress/
H A Dupdate.pl58 @ARGV == 1 or die
61 $zone = shift @ARGV;
/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Dkeyconv.pl40 my $keystr = $ARGV[0]. ". IN DNSKEY $flags 3 $option{a} ".encode_base64($rrkey,"");
43 open(PFILE, "> $option{p}/K".$ARGV[0].".+".sprintf("%03d",$option{a})."+".$keyrr->keytag.".key");
44 print PFILE $ARGV[0], ". IN DNSKEY $flags 3 $option{a} ",encode_base64($rrkey,"")."\n";
47 open(PFILE, "> $option{p}/K".$ARGV[0].".+".sprintf("%03d",$option{a})."+".$keyrr->keytag.".private");
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/
H A Dupdate_test.pl58 @ARGV == 1 or die
61 $zone = shift @ARGV;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_nameprep_data.pl66 @versions = @ARGV;
75 generate_data($_) foreach @ARGV;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen538 if (@ARGV != 1) {
543 my ($in_file) = $ARGV[0];

Completed in 66 milliseconds