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:OPTION_END
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/subcmd/
H
A
D
parse-options.c
112
case
OPTION_END
:
in get_value()
160
case
OPTION_END
:
in get_value()
337
case
OPTION_END
:
in get_value()
348
for (; options->type !=
OPTION_END
; options++) {
in parse_short_opt()
374
for (; options->type !=
OPTION_END
; options++) {
in parse_long_opt()
486
for (; options->type !=
OPTION_END
; options++) {
in check_typos()
660
while (options->type !=
OPTION_END
) {
in parse_options_subcommand()
763
case
OPTION_END
:
in print_option_help()
813
for (o = opts; o->type !=
OPTION_END
; o++)
in options__order()
823
for (opt = group = ordered; opt->type !=
OPTION_END
; op
in options__order()
[all...]
H
A
D
parse-options.h
11
OPTION_END
,
enumerator
56
* holds the type of the option, you must have an
OPTION_END
last in your
74
* Must never be NULL (except for
OPTION_END
).
116
#define OPT_END() { .type =
OPTION_END
}
117
#define OPT_PARENT(p) { .type =
OPTION_END
, .parent = (p) }
/kernel/linux/linux-5.10/tools/lib/subcmd/
H
A
D
parse-options.c
112
case
OPTION_END
:
in get_value()
160
case
OPTION_END
:
in get_value()
337
case
OPTION_END
:
in get_value()
348
for (; options->type !=
OPTION_END
; options++) {
in parse_short_opt()
374
for (; options->type !=
OPTION_END
; options++) {
in parse_long_opt()
486
for (; options->type !=
OPTION_END
; options++) {
in check_typos()
660
while (options->type !=
OPTION_END
) {
in parse_options_subcommand()
763
case
OPTION_END
:
in print_option_help()
813
for (o = opts; o->type !=
OPTION_END
; o++)
in options__order()
891
for ( ; opts->type !=
OPTION_END
; opt
in usage_with_options_internal()
[all...]
H
A
D
parse-options.h
15
OPTION_END
,
enumerator
60
* holds the type of the option, you must have an
OPTION_END
last in your
78
* Must never be NULL (except for
OPTION_END
).
120
#define OPT_END() { .type =
OPTION_END
}
121
#define OPT_PARENT(p) { .type =
OPTION_END
, .parent = (p) }
/kernel/liteos_a/apps/perf/include/
H
A
D
option.h
66
#define
OPTION_END
() {.name = ""}
macro
Completed in 5 milliseconds