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

/linux-4.1.27/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 Dsign-file20 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 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-doc241 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 Dget_maintainer.pl186 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 Drecordmcount.pl116 if ($#ARGV != 11) {
123 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV;
H A Dnamespace.pl76 if ($#ARGV != -1) {
H A Dcheckpatch.pl127 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 Dclksrc-change-registers.awk69 while (getline line < ARGV[1] > 0) {
84 delete ARGV[1]
/linux-4.1.27/scripts/kconfig/
H A Dstreamline_config.pl136 my $ksource = ($ARGV[0] ? $ARGV[0] : '.');
137 my $kconfig = $ARGV[1];
/linux-4.1.27/arch/um/os-Linux/
H A Dexecvp.c38 no slashes, with arguments ARGV and environment from `environ'. */ execvp_noalloc()
/linux-4.1.27/Documentation/dvb/
H A Dget_dvb_firmware35 syntax() if (scalar(@ARGV) != 1);
36 $cid = $ARGV[0];
/linux-4.1.27/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.1.27/fs/
H A Dexec.c421 * count() counts the number of strings in array ARGV.

Completed in 316 milliseconds