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:FLAG_D
(Results
1 - 9
of
9
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
arping.c
90
if (toys.optflags &
FLAG_D
) exit(!!TT.rcvd_nr);
in done()
152
if (toys.optflags &
FLAG_D
) {
in recv_from()
221
toys.exitval = (toys.optflags &
FLAG_D
) ? 0 : 2;
in arping_main()
232
if (!(toys.optflags &
FLAG_D
) && (toys.optflags & FLAG_U)
in arping_main()
234
if (!(toys.optflags &
FLAG_D
) || src_addr.s_addr) {
in arping_main()
266
toys.exitval = (toys.optflags &
FLAG_D
) ? 0 : 2;
in arping_main()
H
A
D
useradd.c
150
if (!(toys.optflags &
FLAG_D
))
in useradd_main()
H
A
D
syslogd.c
541
if((toys.optflags &
FLAG_D
) && (len == last_len))
in syslogd_main()
/third_party/toybox/generated/
H
A
D
flags.h
44
#undef
FLAG_D
macro
59
#undef
FLAG_D
macro
388
#undef
FLAG_D
macro
455
#undef
FLAG_D
macro
474
#undef
FLAG_D
macro
529
#undef
FLAG_D
macro
564
#undef
FLAG_D
macro
997
#undef
FLAG_D
macro
1404
#undef
FLAG_D
macro
1631
#undef
FLAG_D
macro
1909
#undef
FLAG_D
global()
macro
2420
#undef
FLAG_D
global()
macro
2646
#undef
FLAG_D
global()
macro
2825
#undef
FLAG_D
global()
macro
3179
#undef
FLAG_D
global()
macro
3265
#undef
FLAG_D
global()
macro
3515
#define
FLAG_D
global()
macro
3528
#define
FLAG_D
global()
macro
3797
#define
FLAG_D
global()
macro
3854
#define
FLAG_D
global()
macro
3871
#define
FLAG_D
global()
macro
3920
#define
FLAG_D
global()
macro
3953
#define
FLAG_D
global()
macro
4314
#define
FLAG_D
global()
macro
4659
#define
FLAG_D
global()
macro
4846
#define
FLAG_D
global()
macro
5080
#define
FLAG_D
global()
macro
5515
#define
FLAG_D
global()
macro
5699
#define
FLAG_D
global()
macro
5850
#define
FLAG_D
global()
macro
6156
#define
FLAG_D
global()
macro
6228
#define
FLAG_D
global()
macro
[all...]
/third_party/toybox/toys/android/
H
A
D
restorecon.c
36
if (toys.optflags &
FLAG_D
) flags |= SELINUX_ANDROID_RESTORECON_DATADATA;
in restorecon_main()
/third_party/toybox/toys/posix/
H
A
D
cut.c
157
if (toys.optflags&
FLAG_D
) break;
in cut_line()
234
if (!(toys.optflags&
FLAG_D
)) {
in cut_main()
/third_party/toybox/porting/liteos_a/toys/lsb/
H
A
D
umount.c
52
if (dev && !(toys.optflags &
FLAG_D
)) {
in do_umount()
/third_party/toybox/toys/lsb/
H
A
D
umount.c
83
if (dev && !(toys.optflags &
FLAG_D
)) {
in do_umount()
/third_party/toybox/toys/net/
H
A
D
ftpget.c
172
else if (toys.optflags &
FLAG_D
) ftp_line("RMD", toys.optargs[1], 250);
in ftpget_main()
Completed in 20 milliseconds