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

123456

/freebsd-11-stable/crypto/openssl/util/
H A Ddirname.pl3 if ($#ARGV < 0) {
5 } elsif ($#ARGV > 0) {
9 my $d = $ARGV[0];
H A Derr-ins.pl6 open(ERR,$ARGV[0]) || die "unable to open error file '$ARGV[0]':$!\n";
10 open(IN,$ARGV[1]) || die "unable to open header file '$ARGV[1]':$!\n";
20 open(OUT,">$ARGV[1]") || die "unable to open header file '$ARGV[1]':$1\n";
H A Dperlpath.pl9 $#ARGV == 0 || print STDERR "usage: perlpath newpath (eg /usr/bin)\n";
20 if (-d $ARGV[0]) {
21 $a[0]="#!$ARGV[0]/perl\n";
24 $a[0]="#!$ARGV[0]\n";
H A Dmkdir-p.pl10 foreach $arg (@ARGV) {
/freebsd-11-stable/sys/conf/
H A Dkmod_syms.awk5 while ("${NM:='nm'} -g " ARGV[1] | getline) {
10 delete ARGV[1]
/freebsd-11-stable/tools/tools/locale/tools/
H A Dchangeoffset.pl3 if ($#ARGV != 2) {
9 $fin = $ARGV[0];
10 $fout = $ARGV[1];
11 $offset = hex($ARGV[2]);
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dgen_bind_includers.pl4 $max = shift @ARGV;
H A Dgen_includers2.pl4 $max = shift @ARGV;
H A Dmake_exports.pl92 print STDERR $nm.' -P '.(join ' ',@ARGV).'|';
93 open NM,$nm.' -P '.(join ' ',@ARGV).'|' or die $!;
140 printf "# %s %s %s\n", $0, $symvers, (join ' ',@ARGV);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86.pl14 &asm_init($ARGV[0],$0);
/freebsd-11-stable/tools/tools/mid/
H A Dmid-master3 if ($#ARGV < 1) {
7 $count = $ARGV[0]; shift @ARGV;
8 @command = @ARGV;
10 undef @ARGV;
/freebsd-11-stable/sys/tools/
H A Dfw_stub.awk58 if (ARGV[i] ~ /^-/) {
63 for (j = 2; j <= length(ARGV[i]); j++) {
64 o = substr(ARGV[i], j, 1);
66 if (length(ARGV[i]) > j) {
67 opt_c = substr(ARGV[i], j + 1);
72 opt_c = ARGV[i];
77 if (length(ARGV[i]) > j) {
78 opt_m = substr(ARGV[i], j + 1);
83 opt_m = ARGV[i];
88 if (length(ARGV[
[all...]
/freebsd-11-stable/tools/tools/scsi-defects/
H A Dscsi-defects.pl44 &usage if $#ARGV < 0 || $#ARGV > 1;
48 $dev = $ARGV[0];
57 if ($#ARGV > 0) {
58 if ($ARGV[1] =~ /^[Gg]/) { $glist = 1; $plist = 0; }
59 elsif ($ARGV[1] =~ /^[Pp]/) { $glist = 0; $plist = 1; }
/freebsd-11-stable/contrib/sendmail/contrib/
H A DsocketmapClient.pl9 die "usage: $0 <connection> <mapname> <key> [<key2> ...]" if (@ARGV < 3);
11 my $connection = shift @ARGV;
12 my $mapname = shift @ARGV;
33 while(my $key = shift @ARGV) {
/freebsd-11-stable/share/examples/printing/
H A Dnetprint7 $#ARGV eq 1 || die "Usage: $0 <printer-hostname> <port-number>";
9 $printer_host = $ARGV[0];
10 $printer_port = $ARGV[1];
/freebsd-11-stable/etc/autofs/
H A Dinclude_nis_nullfs92 while ("ypcat -k " ARGV[1] | getline) {
98 while ("ypmatch " ARGV[2] " " ARGV[1] | getline) {
/freebsd-11-stable/contrib/groff/src/roff/grog/
H A Dgrog.pl13 while ($ARGV[0] =~ /^-./) {
14 $arg = shift(@ARGV);
22 @ARGV = ('-') unless @ARGV;
23 foreach $arg (@ARGV) {
210 push(@command, "--") if @ARGV && $ARGV[0] =~ /^-./;
212 push(@command, @ARGV);
/freebsd-11-stable/sys/dev/ncr/
H A Dlocate.pl6 if (!defined($ARGV[0])) {
17 my $errpos = hex($ARGV[0])/4;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl44 my $tcpport = @ARGV == 1 ? $ARGV[0] : 0;
/freebsd-11-stable/contrib/groff/contrib/mm/
H A Dmmroff.pl12 if (grep(/^-x$/, @ARGV)) {
14 @ARGV = grep(!/^-x$/, @ARGV);
18 @ARGV = grep(!/^-mm$/, @ARGV);
19 my $check_macro = "groff -rRef=1 -z -mm @ARGV";
20 my $run_macro = "groff -mm @ARGV";
/freebsd-11-stable/crypto/openssl/apps/
H A Dprogs.pl6 grep(s/^asn1pars$/asn1parse/,@ARGV);
8 foreach (@ARGV)
30 foreach (@ARGV)
H A DCA.pl65 foreach (@ARGV) {
125 my $cname = $ARGV[1];
155 foreach $j (@ARGV) {
H A Dtsget131 my @old_argv = @ARGV;
132 @ARGV = split /\s+/, $ENV{TSGET};
134 @ARGV = @old_argv;
139 if (!exists($options{h}) || (@ARGV == 0 && !exists($options{o}))
140 || (@ARGV > 1 && exists($options{o}))) {
145 @ARGV = ("-") unless @ARGV != 0;
151 REQUEST: foreach (@ARGV) {
/freebsd-11-stable/crypto/openssh/
H A Dfixprogs13 if (($#ARGV == -1) || ($#ARGV>1)) {
18 if ($#ARGV==1) {
19 $entcmd=$ARGV[1]
24 $infilename = $ARGV[0];
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch554 local ARGV=
556 [ $COUNT -gt 0 ] && ARGV="$ARGV -N $COUNT"
557 [ "$DEBUG" ] && ARGV="$ARGV -d"
558 [ "$DESTRUCTIVE_ACTIONS" ] && ARGV="$ARGV -w"
559 [ "$EXIT_AFTER_COMPILE" ] && ARGV="$ARGV -e"
560 [ "$GROUP" ] && ARGV
[all...]

Completed in 305 milliseconds

123456