Searched refs:ARGV (Results 26 - 50 of 146) sorted by relevance

123456

/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dgen_includers.pl4 $max = shift @ARGV;
/freebsd-11-stable/contrib/apr/helpers/
H A Dapr_rename.pl6 my $just_check = @ARGV ? $ARGV[0] eq '-c' : 0;
/freebsd-11-stable/contrib/sendmail/contrib/
H A DsocketmapServer.pl9 die "usage: $0 <connection>" if (@ARGV < 1);
10 my $connection = shift @ARGV;
/freebsd-11-stable/crypto/openssl/util/
H A Dck_errf.pl13 foreach $file (@ARGV)
H A Dfiles.pl7 while ($ARGV[0] =~ /^(\S+)\s*=(.*)$/)
H A Dmkbuildinf.pl3 my ($cflags, $platform) = @ARGV;
H A Dsp-diff.pl8 ($#ARGV == 1) || die "$0 speedout1 speedout2\n";
10 %one=&loadfile($ARGV[0]);
11 %two=&loadfile($ARGV[1]);
H A Dmklink.pl21 my @files = @ARGV;
H A Dcopy.pl15 foreach $arg (@ARGV) {
H A Dcopy-if-different.pl13 foreach my $arg (@ARGV) {
H A Dmkstack.pl15 while (@ARGV) {
16 my $arg = $ARGV[0];
20 shift @ARGV;
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk351 if (ARGV[i] ~ /^-/) {
356 for (j = 2; j <= length(ARGV[i]); j++) {
357 o = substr(ARGV[i], j, 1);
363 if (length(ARGV[i]) > j) {
364 opt_l = substr(ARGV[i], j + 1);
369 opt_l = ARGV[i];
378 else if (ARGV[i] ~ /\.m$/)
379 filenames[num_files++] = ARGV[i];
/freebsd-11-stable/tools/tools/mid/
H A Dmid-index79 &usage if $#ARGV != 0;
80 $name = $ARGV[0]; shift @ARGV;
/freebsd-11-stable/tools/tools/termcap/
H A Dtermcap.pl33 if ($#ARGV < 0) {
52 my $command = $ARGV[0];
53 my $tca = $ARGV[1];
54 my $tcb = $ARGV[2];
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgather-docs41 if ($ARGV[0] eq "-v") {
56 for $in (@ARGV) {
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in17 my $mapname = $ARGV[0] or die $usage;
18 my $base = $ARGV[1] or die $usage;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dgather-docs41 if ($ARGV[0] eq "-v") {
56 for $in (@ARGV) {
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Drunit.pl6 if ($#ARGV != 0) {
18 $kernel = $ARGV[0];
/freebsd-11-stable/tools/tools/hcomp/
H A Dhcomp.pl90 foreach (@ARGV) {
/freebsd-11-stable/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in9 exit run(@ARGV) unless caller;
/freebsd-11-stable/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in10 exit run(@ARGV) unless caller;
/freebsd-11-stable/sbin/setkey/
H A Dscriptdump.pl10 while ($i = shift @ARGV) {
/freebsd-11-stable/tools/tools/locale/tools/
H A DUTF82encoding.pl6 if ($#ARGV != 1) {
11 open(FIN, "$ARGV[0]/posix/UTF-8.cm");
30 open(FIN, $ARGV[1]);
/freebsd-11-stable/tools/tools/ansify/
H A Dansify.pl155 if (@ARGV) {
156 foreach (@ARGV) {
/freebsd-11-stable/crypto/openssl/apps/
H A DCA.pl.in65 foreach (@ARGV) {
125 my $cname = $ARGV[1];
155 foreach $j (@ARGV) {

Completed in 184 milliseconds

123456