Home
last modified time | relevance | path

Searched refs:ARGV (Results 1 - 25 of 48) sorted by relevance

12

/kernel/linux/linux-5.10/scripts/
H A Dcheckincludes.pl26 if ($#ARGV < 0) {
30 if ($#ARGV >= 1) {
31 if ($ARGV[0] =~ /^-/) {
32 if ($ARGV[0] eq "-r") {
43 foreach my $file (@ARGV) {
H A Dstackdelta47 @ARGV == 2
50 my $old = read_stack_usage_file($ARGV[0]);
51 my $new = read_stack_usage_file($ARGV[1]);
H A Dextract-sys-certs.pl10 if ($#ARGV != 1 && $#ARGV != 3 ||
11 $#ARGV == 3 && $ARGV[0] ne "-s");
14 if ($#ARGV == 3) {
16 $sysmap = $ARGV[0];
20 my $vmlinux = $ARGV[0];
21 my $keyring = $ARGV[1];
H A Dcleanfile84 while (defined($a = shift(@ARGV))) {
87 $max_width = shift(@ARGV)+0;
H A Dcleanpatch84 while (defined($a = shift(@ARGV))) {
87 $max_width = shift(@ARGV)+0;
H A Dkernel-doc275 if ($#ARGV == -1) {
424 while ($ARGV[0] =~ m/^--?(.*)/) {
426 shift @ARGV;
438 $modulename = shift @ARGV;
441 $function = shift @ARGV;
444 my $symbol = shift @ARGV;
453 my $file = shift @ARGV;
468 my $ver_string = shift @ARGV;
2423 push(@export_file_list, @ARGV);
2431 foreach (@ARGV) {
[all...]
H A Dexport_report.pl72 @allcfiles = @ARGV;
H A Dgenerate_initcall_order.pl193 while (my $file = shift(@ARGV)) {
H A Dheaders_check.pl26 my ($dir, $arch, @files) = @ARGV;
H A Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
/kernel/linux/linux-6.6/scripts/
H A Dstackdelta47 @ARGV == 2
50 my $old = read_stack_usage_file($ARGV[0]);
51 my $new = read_stack_usage_file($ARGV[1]);
H A Dcheckincludes.pl26 if ($#ARGV < 0) {
30 if ($#ARGV >= 1) {
31 if ($ARGV[0] =~ /^-/) {
32 if ($ARGV[0] eq "-r") {
43 foreach my $file (@ARGV) {
H A Dextract-sys-certs.pl10 if ($#ARGV != 1 && $#ARGV != 3 ||
11 $#ARGV == 3 && $ARGV[0] ne "-s");
14 if ($#ARGV == 3) {
16 $sysmap = $ARGV[0];
20 my $vmlinux = $ARGV[0];
21 my $keyring = $ARGV[1];
H A Dcleanfile84 while (defined($a = shift(@ARGV))) {
87 $max_width = shift(@ARGV)+0;
H A Dcheckdeclares.pl23 if ($#ARGV < 0) {
29 foreach my $file (@ARGV) {
H A Dcleanpatch84 while (defined($a = shift(@ARGV))) {
87 $max_width = shift(@ARGV)+0;
H A Dget_feat.pl42 pod2usage(1) if (scalar @ARGV < 1 || @ARGV > 2);
44 my ($cmd, $arg) = @ARGV;
H A Dkernel-doc119 if ($#ARGV == -1) {
294 while ($ARGV[0] =~ m/^--?(.*)/) {
296 shift @ARGV;
308 $modulename = shift @ARGV;
311 $function = shift @ARGV;
314 my $symbol = shift @ARGV;
323 my $file = shift @ARGV;
348 my $ver_string = shift @ARGV;
374 if ($#ARGV < 0){
2388 push(@export_file_list, @ARGV);
[all...]
/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dconfig-bisect.pl635 while ($#ARGV >= 0) {
636 if ($ARGV[0] !~ m/^-/) {
639 my $opt = shift @ARGV;
642 $val = shift @ARGV;
650 $val = shift @ARGV;
683 usage if $#ARGV < 1;
685 if ($#ARGV == 1) {
687 } elsif ($#ARGV == 2) {
688 $val = $ARGV[2];
696 my $good_start = expand_path $ARGV[
[all...]
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dconfig-bisect.pl635 while ($#ARGV >= 0) {
636 if ($ARGV[0] !~ m/^-/) {
639 my $opt = shift @ARGV;
642 $val = shift @ARGV;
650 $val = shift @ARGV;
683 usage if $#ARGV < 1;
685 if ($#ARGV == 1) {
687 } elsif ($#ARGV == 2) {
688 $val = $ARGV[2];
696 my $good_start = expand_path $ARGV[
[all...]
/kernel/linux/linux-5.10/Documentation/arm/samsung/
H A Dclksrc-change-registers.awk69 while (getline line < ARGV[1] > 0) {
84 delete ARGV[1]
/kernel/linux/linux-6.6/Documentation/arch/arm/samsung/
H A Dclksrc-change-registers.awk69 while (getline line < ARGV[1] > 0) {
84 delete ARGV[1]
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H A Dmodify_srcu.awk13 h_output = ARGV[3];
14 c_output = ARGV[4];
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dstreamline_config.pl135 my $ksource = ($ARGV[0] ? $ARGV[0] : '.');
136 my $kconfig = $ARGV[1];
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dstreamline_config.pl135 my $ksource = ($ARGV[0] ? $ARGV[0] : '.');
136 my $kconfig = $ARGV[1];

Completed in 11 milliseconds

12