Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/data/locale/tools/
H A Dutf8-rollup.pl32 if ($#ARGV != 0) {
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dbuildcode.pl351 usage if @ARGV;
H A Dbustcode.pl347 usage if @ARGV;
H A Ddictck.pl85 usage if @ARGV;
/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/auditrecord/
H A Dauditrecord.pl46 if (!getopts('adhe:c:i:p:s:', \%opt) || @ARGV) {
49 print STDERR $errString if (@ARGV);
/illumos-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl161 if ((getopts('abCDd:imosVv', \%opt) == 0) || ($#ARGV < 0)) {
281 if ($#ARGV == 0) {
299 foreach my $Arg (@ARGV) {
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl1088 (!$opt{f} && ($#ARGV == -1))) {
1211 foreach my $Arg (@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/lib/libadt_jni/
H A Dauditxml_jni81 my $doc = new auditxml ($ARGV[0]); # input XML file
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml78 my $filename = $ARGV[0]; # input XML file
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog8569 (usage): Use "grub" instead of ARGV[0], read the standards.

123