Searched refs:ARGV (Results 1 – 26 of 26) sorted by relevance
| /linux-4.4.14/scripts/ |
| D | extract-sys-certs.pl | 8 if ($#ARGV != 1 && $#ARGV != 3 || 9 $#ARGV == 3 && $ARGV[0] ne "-s"); 12 if ($#ARGV == 3) { 14 $sysmap = $ARGV[0]; 18 my $vmlinux = $ARGV[0]; 19 my $keyring = $ARGV[1];
|
| D | checkincludes.pl | 25 if ($#ARGV < 0) { 29 if ($#ARGV >= 1) { 30 if ($ARGV[0] =~ /^-/) { 31 if ($ARGV[0] eq "-r") { 40 foreach my $file (@ARGV) {
|
| D | kernel-doc-xml-ref | 28 if ($#ARGV != 2) { 50 while($ARGV[0] =~ m/^-(.*)/) { 51 my $cmd = shift @ARGV; 53 $databasefile = shift @ARGV 58 $inputfile = shift @ARGV;
|
| D | stackdelta | 46 @ARGV == 2 49 my $old = read_stack_usage_file($ARGV[0]); 50 my $new = read_stack_usage_file($ARGV[1]);
|
| D | extract-module-sig.pl | 18 if ($#ARGV != 1); 20 my $part = $ARGV[0]; 21 my $modfile = $ARGV[1];
|
| D | cleanfile | 82 while (defined($a = shift(@ARGV))) { 85 $max_width = shift(@ARGV)+0;
|
| D | cleanpatch | 82 while (defined($a = shift(@ARGV))) { 85 $max_width = shift(@ARGV)+0;
|
| D | checkversion.pl | 14 foreach my $file (@ARGV) {
|
| D | recordmcount.pl | 116 if ($#ARGV != 11) { 123 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV;
|
| D | kernel-doc | 279 if ($#ARGV == -1) { 387 while ($ARGV[0] =~ m/^-(.*)/) { 388 my $cmd = shift @ARGV; 418 $modulename = shift @ARGV; 421 $function = shift @ARGV; 425 $function = shift @ARGV; 2734 foreach (@ARGV) {
|
| D | headers_check.pl | 24 my ($dir, $arch, @files) = @ARGV;
|
| D | export_report.pl | 72 @allcfiles = @ARGV;
|
| D | headerdep.pl | 30 my @headers = grep { strip($_) } @ARGV;
|
| D | namespace.pl | 76 if ($#ARGV != -1) {
|
| D | get_maintainer.pl | 187 unshift(@ARGV, @conf_args) if @conf_args; 261 if (-t STDIN && !@ARGV) { 418 if (!@ARGV) { 419 push(@ARGV, "&STDIN"); 422 foreach my $file (@ARGV) {
|
| D | markup_oops.pl | 29 my $vmlinux_name = $ARGV[0];
|
| D | checkpatch.pl | 132 unshift(@ARGV, @conf_args) if @conf_args; 181 if ($#ARGV < 0) { 733 for my $filename (@ARGV) { 755 if ($#ARGV > 0 && $quiet == 0) {
|
| /linux-4.4.14/lib/ |
| D | build_OID_registry | 19 if ($#ARGV != 1) { 27 open IN_FILE, "<$ARGV[0]" || die; 40 open C_FILE, ">$ARGV[1]" or die;
|
| /linux-4.4.14/Documentation/arm/Samsung/ |
| D | clksrc-change-registers.awk | 69 while (getline line < ARGV[1] > 0) { 84 delete ARGV[1]
|
| /linux-4.4.14/scripts/kconfig/ |
| D | streamline_config.pl | 136 my $ksource = ($ARGV[0] ? $ARGV[0] : '.'); 137 my $kconfig = $ARGV[1];
|
| /linux-4.4.14/Documentation/device-mapper/ |
| D | striped.txt | 32 my $num_devs = @ARGV; 33 my @devs = @ARGV;
|
| D | linear.txt | 39 my $dev = $ARGV[0];
|
| /linux-4.4.14/drivers/usb/serial/ |
| D | ezusb_convert.pl | 12 my $basename = $ARGV[0];
|
| /linux-4.4.14/Documentation/dvb/ |
| D | get_dvb_firmware | 35 syntax() if (scalar(@ARGV) != 1); 36 $cid = $ARGV[0];
|
| /linux-4.4.14/Documentation/ |
| D | kernel-doc-nano-HOWTO.txt | 177 if ($#ARGV < 0) { 181 mkdir $ARGV[0],0777; 187 $fn = "$ARGV[0]/$1.9";
|
| /linux-4.4.14/tools/testing/ktest/ |
| D | ktest.pl | 4048 $#ARGV < 1 or die "ktest.pl version: $VERSION\n usage: ktest.pl [config-file]\n"; 4050 if ($#ARGV == 0) { 4051 $ktest_config = $ARGV[0];
|