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

123456

/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_check83 if( !exists $ARGV[0] )
96 if( $ARGV[0] =~ /-[v|V]/ )
104 if( !exists $ARGV[0] )
153 print "No % sign before PRx64!!: $ARGV $.\n";
160 print "Warning: PRIx64 at start of line. $ARGV $.\n";
170 print "Processing $ARGV: $current_func\n";
182 printf "MISMATCH!! $ARGV $.: $current_func != $log_func\n";
192 print "NON-CONFORMING LOG STATEMENT!! $ARGV $.\n";
201 print "MISMATCHED LOG FUNCTION!! $ARGV $.: $current_func != $log_func\n";
212 $err_prefix = $module_err_prefixes{$ARGV};
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcommit_prep.in49 # argument list, so $ARGV[0] will be the repository dir again, as it
51 if ($ARGV[0] eq '-u') {
52 shift @ARGV;
53 $CVS_USERNAME = shift (@ARGV);
84 &write_line("$LAST_FILE.$id.$CVS_USERNAME", $ARGV[0]);
H A Dmfpipe.in78 while (@ARGV) {
79 $arg = shift @ARGV;
82 $file = shift @ARGV;
/freebsd-9.3-release/crypto/openssl/util/
H A Darx.pl11 my @ARGS = grep { !exists $EXCL{$_} } @ARGV;
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) {
H A Dck_errf.pl10 foreach $file (@ARGV)
/freebsd-9.3-release/sys/conf/
H A Dkmod_syms.awk5 while ("${NM:='nm'} -g " ARGV[1] | getline) {
10 delete ARGV[1]
/freebsd-9.3-release/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-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86.pl14 &asm_init($ARGV[0],$0);
/freebsd-9.3-release/tools/tools/mid/
H A Dmid-master3 if ($#ARGV < 1) {
7 $count = $ARGV[0]; shift @ARGV;
8 @command = @ARGV;
10 undef @ARGV;
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/sys/pci/
H A Dlocate.pl6 if (!defined($ARGV[0])) {
17 my $errpos = hex($ARGV[0])/4;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl44 my $tcpport = @ARGV == 1 ? $ARGV[0] : 0;
/freebsd-9.3-release/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-9.3-release/crypto/openssl/apps/
H A Dprogs.pl6 grep(s/^asn1pars$/asn1parse/,@ARGV);
8 foreach (@ARGV)
26 foreach (@ARGV)
/freebsd-9.3-release/crypto/openssh/
H A Dfixprogs13 if (($#ARGV == -1) || ($#ARGV>1)) {
18 if ($#ARGV==1) {
19 $entcmd=$ARGV[1]
24 $infilename = $ARGV[0];

Completed in 151 milliseconds

123456