Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ARGV
(Results
1 - 25
of
48
) sorted by relevance
1
2
/kernel/linux/linux-5.10/scripts/
H
A
D
checkincludes.pl
26
if ($#
ARGV
< 0) {
30
if ($#
ARGV
>= 1) {
31
if ($
ARGV
[0] =~ /^-/) {
32
if ($
ARGV
[0] eq "-r") {
43
foreach my $file (@
ARGV
) {
H
A
D
stackdelta
47
@
ARGV
== 2
50
my $old = read_stack_usage_file($
ARGV
[0]);
51
my $new = read_stack_usage_file($
ARGV
[1]);
H
A
D
extract-sys-certs.pl
10
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
D
cleanfile
84
while (defined($a = shift(@
ARGV
))) {
87
$max_width = shift(@
ARGV
)+0;
H
A
D
cleanpatch
84
while (defined($a = shift(@
ARGV
))) {
87
$max_width = shift(@
ARGV
)+0;
H
A
D
kernel-doc
275
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
D
export_report.pl
72
@allcfiles = @
ARGV
;
H
A
D
generate_initcall_order.pl
193
while (my $file = shift(@
ARGV
)) {
H
A
D
headers_check.pl
26
my ($dir, $arch, @files) = @
ARGV
;
H
A
D
headerdep.pl
31
my @headers = grep { strip($_) } @
ARGV
;
/kernel/linux/linux-6.6/scripts/
H
A
D
stackdelta
47
@
ARGV
== 2
50
my $old = read_stack_usage_file($
ARGV
[0]);
51
my $new = read_stack_usage_file($
ARGV
[1]);
H
A
D
checkincludes.pl
26
if ($#
ARGV
< 0) {
30
if ($#
ARGV
>= 1) {
31
if ($
ARGV
[0] =~ /^-/) {
32
if ($
ARGV
[0] eq "-r") {
43
foreach my $file (@
ARGV
) {
H
A
D
extract-sys-certs.pl
10
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
D
cleanfile
84
while (defined($a = shift(@
ARGV
))) {
87
$max_width = shift(@
ARGV
)+0;
H
A
D
checkdeclares.pl
23
if ($#
ARGV
< 0) {
29
foreach my $file (@
ARGV
) {
H
A
D
cleanpatch
84
while (defined($a = shift(@
ARGV
))) {
87
$max_width = shift(@
ARGV
)+0;
H
A
D
get_feat.pl
42
pod2usage(1) if (scalar @
ARGV
< 1 || @
ARGV
> 2);
44
my ($cmd, $arg) = @
ARGV
;
H
A
D
kernel-doc
119
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
D
config-bisect.pl
635
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
D
config-bisect.pl
635
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
D
clksrc-change-registers.awk
69
while (getline line <
ARGV
[1] > 0) {
84
delete
ARGV
[1]
/kernel/linux/linux-6.6/Documentation/arch/arm/samsung/
H
A
D
clksrc-change-registers.awk
69
while (getline line <
ARGV
[1] > 0) {
84
delete
ARGV
[1]
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
H
A
D
modify_srcu.awk
13
h_output =
ARGV
[3];
14
c_output =
ARGV
[4];
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
streamline_config.pl
135
my $ksource = ($
ARGV
[0] ? $
ARGV
[0] : '.');
136
my $kconfig = $
ARGV
[1];
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
streamline_config.pl
135
my $ksource = ($
ARGV
[0] ? $
ARGV
[0] : '.');
136
my $kconfig = $
ARGV
[1];
Completed in 12 milliseconds
1
2