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

123

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dbuiltins.sh381 ((n++)); ARGC[$n]=1 ARGV[$n]=""
382 ((n++)); ARGC[$n]=2 ARGV[$n]="-a"
383 ((n++)); ARGC[$n]=4 ARGV[$n]="-a -v 2"
384 ((n++)); ARGC[$n]=4 ARGV[$n]="-a -v 2 x"
385 ((n++)); ARGC[$n]=4 ARGV[$n]="-a -v 2 x y"
387 do set -- ${ARGV[$i]}
/illumos-gate/usr/src/cmd/print/selector/
H A Dprint-service147 exec($executable, @ARGV);
295 print_command($cmd, @ARGV);
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml52 die $usage if ($#ARGV < 0);
54 my $doc = new auditxml ($ARGV[0]); # input XML file
H A Dauditrecord.pl46 if (!getopts('adhe:c:i:p:s:', \%opt) || @ARGV) {
49 print STDERR $errString if (@ARGV);
/illumos-gate/usr/src/cmd/projadd/
H A Dprojmod.pl391 usage(gettext('Invalid command-line arguments')) if (@ARGV > 1);
395 if (! defined($ARGV[0])) {
400 if (!$modify && defined($ARGV[0])) {
416 $pname = $ARGV[0];
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dlibconv_mk_report_bufsize.pl47 ((scalar(@ARGV) == 1) && (($limit = int($ARGV[0])) > 0)) ||
/illumos-gate/usr/src/cmd/localedef/data/
H A Dconvert_map.pl150 $mf = shift(@ARGV);
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl38 if ($#ARGV + 1 == 1) {
39 $diffword = $ARGV[0];
41 $ARGV[0] = '-';
42 $ARGV[1] = '-';
43 } elsif ($#ARGV + 1 == 2) {
44 open DIFF, "diff -D $diffword $ARGV[0] $ARGV[1] | expand |";
50 $title = $opt_t ? $opt_t : "Differences between $ARGV[0] and $ARGV[1]";
206 print "<pre><span class='subtracted'> --- $ARGV[
[all...]
H A Dinterface_cmp.pl634 if ((getopts('c:de:ot', \%opt) == 0) || (scalar(@ARGV) != ($opt{t} ? 1 : 2))) {
669 %old_hash = ReadInterface($ARGV[0], \%old_alias);
680 %new_hash = ReadInterface($ARGV[1], \%new_alias);
H A Dinterface_check.pl416 @SaveArgv = @ARGV;
417 if ((getopts('c:E:e:f:hIi:ow:', \%opt) == 0) || (!$opt{f} && ($#ARGV == -1))) {
490 foreach my $Arg (@ARGV) {
H A Djstyle.pl85 if ($#ARGV >= 0) {
86 foreach my $arg (@ARGV) {
H A Dcstyle.pl177 if ($#ARGV >= 0) {
178 foreach my $arg (@ARGV) {
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man76 die $help_info unless @ARGV == 1;
165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
166 or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
170 (my $program = $ARGV[0]) =~ s!.*/!!;
/illumos-gate/usr/src/cmd/fm/scripts/
H A Ddictck.pl85 usage if @ARGV;
H A Dbuildcode.pl351 usage if @ARGV;
H A Dbustcode.pl347 usage if @ARGV;
/illumos-gate/usr/src/uts/i86pc/cpu/scripts/
H A Dao_gendisp.pl404 usage unless (@ARGV == 1);
406 my $infile = $ARGV[0];
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl113 if ($opt_T && scalar @ARGV) {
169 my @lgrp_list = (scalar (@ARGV) && !$opt_T) ? lgrp_expand($l, @ARGV) : @lgrps;
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl242 if (scalar @ARGV > 0) {
243 $interval = shift @ARGV;
244 if (scalar @ARGV > 0) {
245 $count = $ARGV[0];
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl217 if (scalar @ARGV) {
223 @args = map { $_ eq 'all' ? @all : $_ } @ARGV;
273 $cmdname, "@ARGV";
/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl378 if ($#ARGV == 1) {
382 fixup @ARGV;
/illumos-gate/usr/src/uts/common/io/usb/
H A Dusbdevs2h.awk263 arg = ARGV[i];
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dappcert.pl74 @item_list = @ARGV; # List of directories and/or objects to check.
/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl55 while ($_ = shift @ARGV) {
56 if ($_ eq "-S" && $#ARGV != -1) {
58 do $ARGV[0]; # load simulator
59 shift @ARGV;
/illumos-gate/usr/src/cmd/logadm/
H A Dtester128 usage("cannot list more than one test with -s option") if $opt_s && @ARGV;
129 @tests = @ARGV if @ARGV;

Completed in 290 milliseconds

123