Searched refs:ARGV (Results 101 - 125 of 143) sorted by relevance

123456

/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dbounce-resender.pl77 open(INPUT,$ARGV[0]) || die "$ARGV[0]: $!\n";
H A Dqtool.pl140 $dst_name = shift(@ARGV);
205 while (@ARGV)
207 $source_name = shift(@ARGV);
/freebsd-9.3-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl29 &asm_init($ARGV[0],"rc4-586.pl");
/freebsd-9.3-release/gnu/usr.bin/cvs/contrib/
H A Deasy-import.pl31 unless $status && $#ARGV <= 0;
33 if($#ARGV == 0) {
34 $moduledir = $ARGV[0];
/freebsd-9.3-release/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl10 &asm_init($ARGV[0],"cast-586.pl",$ARGV[$#ARGV] eq "386");
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-sse2.pl45 &asm_init($ARGV[0],"sha512-sse2.pl",$ARGV[$#ARGV] eq "386");
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dgenerate_module.rb82 ARGV.each do |arg|
/freebsd-9.3-release/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in31 exit run(@ARGV) unless caller;
/freebsd-9.3-release/contrib/openpam/misc/
H A Dgendoc.pl666 unless (@ARGV && getopts("op", \%opts));
670 foreach my $fn (@ARGV) {
678 foreach my $fn (@ARGV) {
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man190 exit run(@ARGV) unless caller;
H A Dmdoc2texi162 exit run(@ARGV) unless caller;
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man216 exit run(@ARGV) unless caller;
/freebsd-9.3-release/contrib/ntp/scripts/
H A Dplot_summary.in30 exit run(@ARGV) unless caller;
H A Dsummary.in28 exit run(@ARGV) unless caller;
32 if (!processOptions(\@ARGV, $opts)) {
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dpvcs2rcs.in1125 push (@ARGV, ".") unless (@ARGV);
/freebsd-9.3-release/contrib/ipfilter/test/
H A Dvfycksum.pl222 while ($#ARGV >= 0) {
223 open(I, "$ARGV[0]") || die $!;
224 print "--- $ARGV[0] ---\n";
293 shift(@ARGV);
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dco-586.pl6 &asm_init($ARGV[0],$0);
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl5 $num=$ARGV[0] if ($#ARGV >= 0);
/freebsd-9.3-release/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl12 &asm_init($ARGV[0],"crypt586.pl");
H A Ddes-586.pl17 &asm_init($ARGV[0],"des-586.pl");
/freebsd-9.3-release/crypto/openssl/fips/
H A Dmkfipsscr.pl312 foreach (@ARGV)
/freebsd-9.3-release/crypto/openssl/util/
H A Dadd_cr.pl9 foreach (@ARGV)
/freebsd-9.3-release/release/doc/share/misc/
H A Dman2hwnotes.pl109 foreach my $page (@ARGV) {
/freebsd-9.3-release/sys/tools/
H A Dusbdevs2h.awk227 arg = ARGV[i];
H A Dvnode_if.awk118 arg = ARGV[i];

Completed in 209 milliseconds

123456