Home
last modified time | relevance | path

Searched refs:ARGV (Results 26 – 50 of 63) sorted by relevance

123

/illumos-gate/usr/src/tools/scripts/
H A Dgenoffsets.pl118 usage() if (@ARGV < 1);
125 my ($cc, @cflags) = @ARGV;
H A Djstyle.pl85 if ($#ARGV >= 0) {
86 foreach my $arg (@ARGV) {
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 Dcstyle.pl193 if ($#ARGV >= 0) {
194 foreach my $arg (@ARGV) {
/illumos-gate/usr/src/cmd/dtrace/demo/
H A Dmkdemo.pl223 if (basename($ARGV[0]) ne "$htmlfile") {
224 demo_find(basename($ARGV[0]));
/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/sendmail/util/
H A Detrn.pl53 my $server = shift(@ARGV);
54 my @hosts = @ARGV;
/illumos-gate/usr/src/tools/smatch/src/gvpr/
H A Dsubg-rev29 if(g.fun == ARGV[0]) {
39 printf(2, "Function %s not found\n", ARGV[0]);
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dsplitargv.awk3 split(ARGV[idx], temp, ".");
H A Dsplitargv.in3 split(ARGV[idx], temp, ".");
H A Dsplitargv.ok3 split(ARGV[idx], temp, ".");
H A Dclobber.awk5 ARGV[1] = file
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dp.48a3 printf "%s ", ARGV[i]
/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/print/selector/
H A Dprint-service147 exec($executable, @ARGV);
295 print_command($cmd, @ARGV);
/illumos-gate/usr/src/cmd/svc/profile/
H A Dlistsvcs.pl53 for my $file (@ARGV) {
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl226 foreach $arg (@ARGV) {
/illumos-gate/usr/src/lib/libc/
H A Dextract-copyright.pl102 foreach $a (@ARGV) {
/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/logadm/
H A Dtester131 usage("cannot list more than one test with -s option") if $opt_s && @ARGV;
132 @tests = @ARGV 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/contrib/ast/src/cmd/INIT/
H A Dregress.sh557 ARGV=("$@")
1332 typeset ARGS_ORIG COMMAND_ORIG TITLE UNIT ARGV PREFIX OFFSET IGNORESPACE
1417 ARGV=("$@")
1418 if [[ ${ARGV[0]} && ${ARGV[0]} != [-+]* ]]
/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl378 if ($#ARGV == 1) {
382 fixup @ARGV;
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml54 my $doc = new auditxml ($ARGV[0]); # input XML file
/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;

123