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

/linux-4.4.14/scripts/
H A Dcheckincludes.pl25 if ($#ARGV < 0) {
29 if ($#ARGV >= 1) {
30 if ($ARGV[0] =~ /^-/) {
31 if ($ARGV[0] eq "-r") {
40 foreach my $file (@ARGV) {
H A Dextract-sys-certs.pl8 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 Dstackdelta46 @ARGV == 2
49 my $old = read_stack_usage_file($ARGV[0]);
50 my $new = read_stack_usage_file($ARGV[1]);
H A Dkernel-doc-xml-ref28 if ($#ARGV != 2) {
50 while($ARGV[0] =~ m/^-(.*)/) {
51 my $cmd = shift @ARGV;
53 $databasefile = shift @ARGV
58 $inputfile = shift @ARGV;
H A Dcleanfile82 while (defined($a = shift(@ARGV))) {
85 $max_width = shift(@ARGV)+0;
H A Dcleanpatch82 while (defined($a = shift(@ARGV))) {
85 $max_width = shift(@ARGV)+0;
H A Dheaderdep.pl30 my @headers = grep { strip($_) } @ARGV;
H A Dheaders_check.pl24 my ($dir, $arch, @files) = @ARGV;
H A Dexport_report.pl72 @allcfiles = @ARGV;
H A Dmarkup_oops.pl29 my $vmlinux_name = $ARGV[0];
H A Dkernel-doc279 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 Dget_maintainer.pl187 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 Drecordmcount.pl116 if ($#ARGV != 11) {
123 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV;
H A Dnamespace.pl76 if ($#ARGV != -1) {
H A Dcheckpatch.pl132 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 Dclksrc-change-registers.awk69 while (getline line < ARGV[1] > 0) {
84 delete ARGV[1]
/linux-4.4.14/scripts/kconfig/
H A Dstreamline_config.pl136 my $ksource = ($ARGV[0] ? $ARGV[0] : '.');
137 my $kconfig = $ARGV[1];
/linux-4.4.14/arch/um/os-Linux/
H A Dexecvp.c38 no slashes, with arguments ARGV and environment from `environ'. */ execvp_noalloc()
/linux-4.4.14/Documentation/DocBook/media/
H A DMakefile90 $(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 Dget_dvb_firmware35 syntax() if (scalar(@ARGV) != 1);
36 $cid = $ARGV[0];
/linux-4.4.14/fs/proc/
H A Dbase.c246 /* 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 Dktest.pl4048 $#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 Dexec.c427 * count() counts the number of strings in array ARGV.

Completed in 631 milliseconds