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:cmdopts
(Results
1 - 5
of
5
) sorted by relevance
/third_party/curl/tests/
H
A
D
test971.pl
95
my @
cmdopts
= cmdfiles($cmddir);
101
for my $c (sort @
cmdopts
) {
/third_party/toybox/toys/pending/
H
A
D
modprobe.c
36
char *
cmdopts
;
432
if (m == m2) options = add_opts(options, TT.
cmdopts
);
in go_probe()
505
TT.
cmdopts
= add_cmdopt(argv);
in modprobe_main()
/third_party/node/deps/openssl/openssl/util/
H
A
D
find-doc-nits
1069
my @
cmdopts
;
1088
push @
cmdopts
, $1;
1092
push @
cmdopts
, @{ $genopts{$1} };
1120
my @undocced = sort grep { !defined $docopts{$_} } @
cmdopts
;
1126
my @unimpl = sort grep { my $e = $_; !(grep /^\Q$e\E$/, @
cmdopts
) } keys %docopts;
/third_party/openssl/util/
H
A
D
find-doc-nits
1069
my @
cmdopts
;
1088
push @
cmdopts
, $1;
1092
push @
cmdopts
, @{ $genopts{$1} };
1120
my @undocced = sort grep { !defined $docopts{$_} } @
cmdopts
;
1126
my @unimpl = sort grep { my $e = $_; !(grep /^\Q$e\E$/, @
cmdopts
) } keys %docopts;
/third_party/toybox/generated/
H
A
D
globals.h
927
char *
cmdopts
;
member
Completed in 15 milliseconds