Searched refs:ARGV (Results 1 - 19 of 19) sorted by relevance
/linux-4.1.27/scripts/ |
H A 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) {
|
H A D | sign-file | 20 die $USAGE if ($#ARGV > 4); 21 die $USAGE if (!$signature_file && $#ARGV < 3 || $signature_file && $#ARGV < 2); 23 my $dgst = shift @ARGV; 26 $private_key = shift @ARGV; 28 my $x509 = shift @ARGV; 29 my $module = shift @ARGV; 31 if (@ARGV) { 32 $dest = $ARGV[0];
|
H A D | cleanfile | 82 while (defined($a = shift(@ARGV))) { 85 $max_width = shift(@ARGV)+0;
|
H A D | cleanpatch | 82 while (defined($a = shift(@ARGV))) { 85 $max_width = shift(@ARGV)+0;
|
H A D | headerdep.pl | 30 my @headers = grep { strip($_) } @ARGV;
|
H A D | headers_check.pl | 24 my ($dir, $arch, @files) = @ARGV;
|
H A D | export_report.pl | 72 @allcfiles = @ARGV;
|
H A D | markup_oops.pl | 29 my $vmlinux_name = $ARGV[0];
|
H A D | kernel-doc | 241 if ($#ARGV == -1) { 327 while ($ARGV[0] =~ m/^-(.*)/) { 328 my $cmd = shift @ARGV; 358 $modulename = shift @ARGV; 361 $function = shift @ARGV; 365 $function = shift @ARGV; 2608 foreach (@ARGV) {
|
H A D | get_maintainer.pl | 186 unshift(@ARGV, @conf_args) if @conf_args; 239 if (-t STDIN && !@ARGV) { 396 if (!@ARGV) { 397 push(@ARGV, "&STDIN"); 400 foreach my $file (@ARGV) {
|
H A D | recordmcount.pl | 116 if ($#ARGV != 11) { 123 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV;
|
H A D | namespace.pl | 76 if ($#ARGV != -1) {
|
H A D | checkpatch.pl | 127 unshift(@ARGV, @conf_args) if @conf_args; 174 if ($#ARGV < 0) { 719 for my $filename (@ARGV) {
|
/linux-4.1.27/Documentation/arm/Samsung/ |
H A D | clksrc-change-registers.awk | 69 while (getline line < ARGV[1] > 0) { 84 delete ARGV[1]
|
/linux-4.1.27/scripts/kconfig/ |
H A D | streamline_config.pl | 136 my $ksource = ($ARGV[0] ? $ARGV[0] : '.'); 137 my $kconfig = $ARGV[1];
|
/linux-4.1.27/arch/um/os-Linux/ |
H A D | execvp.c | 38 no slashes, with arguments ARGV and environment from `environ'. */ execvp_noalloc()
|
/linux-4.1.27/Documentation/dvb/ |
H A D | get_dvb_firmware | 35 syntax() if (scalar(@ARGV) != 1); 36 $cid = $ARGV[0];
|
/linux-4.1.27/tools/testing/ktest/ |
H A 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];
|
/linux-4.1.27/fs/ |
H A D | exec.c | 421 * count() counts the number of strings in array ARGV.
|
Completed in 316 milliseconds