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:cur_opt
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/realtime/lib/
H
A
D
librttest.c
109
const struct option *
cur_opt
;
in rt_init_long()
local
142
cur_opt
= longopts;
in rt_init_long()
143
while (
cur_opt
&&
cur_opt
->name) {
in rt_init_long()
144
if (
cur_opt
->flag) {
in rt_init_long()
146
" is non-null\n",
cur_opt
->name);
in rt_init_long()
149
if (!strchr(all_options,
cur_opt
->val)) {
in rt_init_long()
152
cur_opt
->name,
cur_opt
->val, all_options);
in rt_init_long()
155
if (strchr(longopt_vals,
cur_opt
in rt_init_long()
[all...]
/third_party/ffmpeg/fftools/
H
A
D
cmdutils.c
416
const char *
cur_opt
= argv[i];
in locate_option()
local
418
if (*
cur_opt
++ != '-')
in locate_option()
421
po = find_option(options,
cur_opt
);
in locate_option()
422
if (!po->name &&
cur_opt
[0] == 'n' &&
cur_opt
[1] == 'o')
in locate_option()
423
po = find_option(options,
cur_opt
+ 2);
in locate_option()
425
if ((!po->name && !strcmp(
cur_opt
, optname)) ||
in locate_option()
Completed in 3 milliseconds