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

123

/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl1055 (!$opt{f} && ($#ARGV == -1))) {
1178 foreach my $Arg (@ARGV) {
/illumos-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni64 die $usage if ($#ARGV < 0);
81 my $doc = new auditxml ($ARGV[0]); # input XML file
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml59 if (!getopts('de:i:o:') || $#ARGV != 0) {
78 my $filename = $ARGV[0]; # input XML file
/illumos-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl161 if ((getopts('abCDd:imosVv', \%opt) == 0) || ($#ARGV < 0)) {
231 if ($opt{m} && ($#ARGV != 0)) {
281 if ($#ARGV == 0) {
299 foreach my $Arg (@ARGV) {

Completed in 85 milliseconds

123