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:s_opts
(Results
1 - 6
of
6
) sorted by relevance
/third_party/alsa-utils/axfer/
H
A
D
xfer-options.c
289
char *
s_opts
;
in xfer_options_parse_args()
local
296
s_opts
= malloc(strlen(data->
s_opts
) + strlen(short_opts) + 1);
in xfer_options_parse_args()
297
if (
s_opts
== NULL)
in xfer_options_parse_args()
299
strcpy(
s_opts
, data->
s_opts
);
in xfer_options_parse_args()
300
strcpy(
s_opts
+ strlen(
s_opts
), short_opts);
in xfer_options_parse_args()
301
s_opts
[strlen(data->
s_opts
)
in xfer_options_parse_args()
[all...]
H
A
D
subcmd-list.c
207
static const char *
s_opts
= "hlL";
in decide_operation()
local
217
int c = getopt_long(argc, argv,
s_opts
, l_opts, NULL);
in decide_operation()
H
A
D
xfer.h
104
const char *
s_opts
;
member
H
A
D
xfer-libffado.c
555
.
s_opts
= S_OPTS,
H
A
D
xfer-libasound.c
919
.
s_opts
= S_OPTS,
/third_party/ltp/testcases/lib/
H
A
D
tst_net.sh
740
local
s_opts
=
776
[ "$setup_srchost" = 1 ] &&
s_opts
="${
s_opts
}-S $hostopt "
780
s_opts
="${
s_opts
}-D $(tst_iface rhost) "
792
s_opts
="${cs_opts}${
s_opts
}-R $s_replies -B $TST_TMPDIR"
795
tst_res_ TINFO "run server 'netstress $
s_opts
'"
805
tst_rhost_run -c "netstress $
s_opts
" > tst_netload.log 2>&1
Completed in 5 milliseconds