Searched refs:ARGV (Results 1 - 23 of 23) sorted by relevance
/linux-4.4.14/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 | 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];
|
H A D | stackdelta | 46 @ARGV == 2 49 my $old = read_stack_usage_file($ARGV[0]); 50 my $new = read_stack_usage_file($ARGV[1]);
|
H A 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;
|
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 | 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) {
|
H A 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) {
|
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 | 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/Documentation/arm/Samsung/ |
H A D | clksrc-change-registers.awk | 69 while (getline line < ARGV[1] > 0) { 84 delete ARGV[1]
|
/linux-4.4.14/scripts/kconfig/ |
H A D | streamline_config.pl | 136 my $ksource = ($ARGV[0] ? $ARGV[0] : '.'); 137 my $kconfig = $ARGV[1];
|
/linux-4.4.14/arch/um/os-Linux/ |
H A D | execvp.c | 38 no slashes, with arguments ARGV and environment from `environ'. */ execvp_noalloc()
|
/linux-4.4.14/Documentation/DocBook/media/ |
H A D | Makefile | 90 $(shell perl -e 'open IN,"cat @ARGV| cpp -fpreprocessed |"; while (<IN>) { if ($$enum) {print "$$1\n" if (/\s*([A-Z]\S+)\b/); } $$enum = 0 if ($$enum && /^\}/); $$enum = 1 if(/^\s*enum\s/); }; close IN;' \
|
/linux-4.4.14/Documentation/dvb/ |
H A D | get_dvb_firmware | 35 syntax() if (scalar(@ARGV) != 1); 36 $cid = $ARGV[0];
|
/linux-4.4.14/fs/proc/ |
H A D | base.c | 246 /* Empty ARGV. */ proc_pid_cmdline_read() 262 /* Command line (set of strings) occupies whole ARGV. */ proc_pid_cmdline_read() 292 * Command line (1 string) occupies ARGV and maybe proc_pid_cmdline_read() 315 * Command line can be shorter than whole ARGV proc_pid_cmdline_read() 341 * Command line (1 string) occupies ARGV and proc_pid_cmdline_read()
|
/linux-4.4.14/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.4.14/fs/ |
H A D | exec.c | 427 * count() counts the number of strings in array ARGV.
|
Completed in 631 milliseconds