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

123456

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Derrinfo65 &Usage() if $ARGV[0] eq "--help";
H A Dhotkernel57 usage() if defined $ARGV[0] and $ARGV[0] eq "--help";
H A Dhotuser60 usage() if defined $ARGV[0] and $ARGV[0] eq "--help";
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Derrinfo65 &Usage() if $ARGV[0] eq "--help";
H A Dhotkernel57 usage() if defined $ARGV[0] and $ARGV[0] eq "--help";
H A Dhotuser60 usage() if defined $ARGV[0] and $ARGV[0] eq "--help";
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl221 foreach $arg (@ARGV) {
H A Ddtest.pl534 foreach $arg (@ARGV) {
549 find(\&wanted, "$defdir/common") if (scalar(@ARGV) == 0);
550 find(\&wanted, "$defdir/$MACH") if (scalar(@ARGV) == 0);
551 find(\&wanted, "$defdir/$PLATFORM") if (scalar(@ARGV) == 0);
/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/amd/scripts/
H A Damd2ldif.in17 my $mapname = $ARGV[0] or die $usage;
18 my $base = $ARGV[1] or die $usage;
H A Dexpn.1119 for $a (@ARGV) {
H A Dexpn.in118 for $a (@ARGV) {
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dgather-docs41 if ($ARGV[0] eq "-v") {
56 for $in (@ARGV) {
H A Dmaint-tool65 for $a (@ARGV) {
221 $incdir = shift @ARGV;
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dclmerge.in52 if ($ARGV[0] eq '-i') {
53 shift (@ARGV);
H A Dcln_hist.in35 while ($ARGV[0] =~ /^(\w+)=/ && shift(@ARGV));
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 Dcvs_acls.in399 CVS passes to @ARGV an absolute directory pathname (the repository
425 beginning of each of the committed files in @ARGV.
429 of the files to be committed in @ARGV.
446 the tag names for $ARGV[1..$#ARGV] found in the %branches file.
517 %restricted_entries = (); # hash table of restricted commit files (from @ARGV)
540 $user_name = processArgs(\@ARGV);
542 print("$$ \@ARGV after processArgs is: @ARGV.\n") if $debug;
543 print("$$ ========== Begin $PROGRAM_NAME for \"$ARGV[
[all...]
H A Dlog.in105 while (@ARGV) {
106 my $arg = shift @ARGV;
109 $users = "$users " . shift @ARGV;
111 $login = shift @ARGV;
114 $logfile = shift @ARGV;
H A Dlog_accum.in517 # print(MAIL "Subject: cvs commit: $ARGV[0]\n");
540 $ARGV[0] = $arg;
567 @files = process_argv(@ARGV);
574 #print("ARGV - ", join(":", @ARGV), "\n");
591 if ($ARGV[0] =~ /New directory/) {
596 push(@text, " ".$ARGV[0]);
H A Dmfpipe.in78 while (@ARGV) {
79 $arg = shift @ARGV;
82 $file = shift @ARGV;
H A Dpvcs2rcs.in1125 push (@ARGV, ".") unless (@ARGV);
H A Drcslock.in105 # @files = split(/ /,$ARGV[0]);
106 @files = @ARGV[0..$#ARGV];
/freebsd-9.3-release/contrib/cvs/doc/
H A Dmkman.pl94 for my $file (@ARGV)
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dgather-docs41 if ($ARGV[0] eq "-v") {
56 for $in (@ARGV) {

Completed in 146 milliseconds

123456