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

123456

/freebsd-11-stable/release/doc/share/misc/
H A Dman2hwnotes.pl109 foreach my $page (@ARGV) {
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dco-586.pl7 &asm_init($ARGV[0],$0);
H A Dbn-586.pl7 &asm_init($ARGV[0],$0);
10 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
H A Dx86-mont.pl33 &asm_init($ARGV[0],$0);
36 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
H A Dvis3-mont.pl22 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl13 &asm_init($ARGV[0],"crypt586.pl");
H A Ddes-586.pl18 &asm_init($ARGV[0],"des-586.pl");
23 $small_footprint=1 if (grep(/\-DOPENSSL_SMALL_FOOTPRINT/,@ARGV));
/freebsd-11-stable/crypto/openssl/util/
H A Dadd_cr.pl9 foreach (@ARGV)
H A Dpod2man.pl341 $DEF_DATE = makedate((stat($ARGV[0]))[9] || time());
345 usage("Need one and only one podpage argument") unless @ARGV == 1;
347 $section = $opt_section || ($ARGV[0] =~ /\.pm$/
374 $name = @ARGV ? $ARGV[0] : "<STDIN>";
404 open(F, "< $ARGV[0]") || die "can't open $ARGV[0]: $!";
411 warn "$0: Improper man page - no dash in NAME header in paragraph $. of $ARGV[0]\n"
416 warn "$0: Improper man page - malformed NAME header in paragraph $. of $ARGV[0]\n"
429 die "$0: Invalid man page - 1st pod line is not NAME in $ARGV[
[all...]
/freebsd-11-stable/sys/tools/
H A Dusbdevs2h.awk227 arg = ARGV[i];
H A Dvnode_if.awk118 arg = ARGV[i];
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl290 for (@ARGV) { $pic=1 if (/\-[fK]PIC/i); }
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.pl5 $num=$ARGV[0] if ($#ARGV >= 0);
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-586.pl116 &asm_init($ARGV[0],"sha1-586.pl",$ARGV[$#ARGV] eq "386");
119 for (@ARGV) { $xmm=1 if (/-DOPENSSL_IA32_SSE2/); }
126 $ymm=1 if ($xmm && !$ymm && $ARGV[0] eq "win32n" &&
130 $ymm=1 if ($xmm && !$ymm && $ARGV[0] eq "win32" &&
H A Dsha256-586.pl66 &asm_init($ARGV[0],"sha512-586.pl",$ARGV[$#ARGV] eq "386");
69 for (@ARGV) { $xmm=1 if (/-DOPENSSL_IA32_SSE2/); }
76 if ($xmm && !$avx && $ARGV[0] eq "win32n" &&
81 if ($xmm && !$avx && $ARGV[0] eq "win32" &&
H A Dsha1-ia64.pl27 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
H A Dsha1-mips.pl73 for (@ARGV) { $output=$_ if (/^\w[\w\-]*\.\w+$/); }
H A Dsha512-mips.pl77 for (@ARGV) { $output=$_ if (/^\w[\w\-]*\.\w+$/); }
/freebsd-11-stable/sys/dev/bnxt/
H A Dconvert_hsi.pl10 if (! -f $ARGV[0]) {
15 if (!open(IN, "<", $ARGV[0])) {
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-x86.pl54 &asm_init($ARGV[0],"vpaes-x86.pl",$x86only = $ARGV[$#ARGV] eq "386");
/freebsd-11-stable/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk289 split(ARGV[1], arg, ":");
/freebsd-11-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb427 exit 1 unless CommandOptions.parse(ARGV)
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl14 &asm_init($ARGV[0],$0);
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl132 &asm_init($ARGV[0],"ghash-x86.pl",$x86only = $ARGV[$#ARGV] eq "386");
135 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
H A Dghash-sparcv9.pl50 for (@ARGV) { $bits=64 if (/\-m64/ || /\-xarch\=v9/); }

Completed in 160 milliseconds

123456