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_F
(Results
1 - 12
of
12
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
cut.c
215
if ((toys.optflags&(FLAG_s|FLAG_f|
FLAG_F
))==FLAG_s)
in cut_main()
217
if ((toys.optflags&(FLAG_d|FLAG_f|
FLAG_F
))==FLAG_d)
in cut_main()
219
if (!TT.d) TT.d = (toys.optflags&
FLAG_F
) ? "[[:space:]][[:space:]]*" : "\t";
in cut_main()
220
if (toys.optflags&
FLAG_F
) xregcomp(&TT.reg, TT.d, REG_EXTENDED);
in cut_main()
222
if (toys.optflags&
FLAG_F
) TT.O = " ";
in cut_main()
H
A
D
cp.c
167
} else if ((flags &
FLAG_F
) && unlinkat(cfd, catch, 0)) {
in cp_node()
469
static inline int cp_flag_F(void) { return
FLAG_F
; };
in cp_flag_F()
H
A
D
grep.c
476
if (*toys.which->name == 'f') toys.optflags |=
FLAG_F
;
in grep_main()
H
A
D
ls.c
591
int sym = !(toys.optflags&(FLAG_l|FLAG_d|
FLAG_F
))
in ls_main()
/third_party/toybox/generated/
H
A
D
flags.h
375
#undef
FLAG_F
macro
400
#undef
FLAG_F
macro
460
#undef
FLAG_F
macro
531
#undef
FLAG_F
macro
632
#undef
FLAG_F
macro
1104
#undef
FLAG_F
macro
1265
#undef
FLAG_F
macro
1298
#undef
FLAG_F
macro
1672
#undef
FLAG_F
macro
1831
#undef
FLAG_F
macro
1896
#undef
FLAG_F
global()
macro
1962
#undef
FLAG_F
global()
macro
2072
#undef
FLAG_F
global()
macro
2419
#undef
FLAG_F
global()
macro
2739
#undef
FLAG_F
global()
macro
2952
#undef
FLAG_F
global()
macro
3080
#undef
FLAG_F
global()
macro
3485
#define
FLAG_F
global()
macro
3784
#define
FLAG_F
global()
macro
3807
#define
FLAG_F
global()
macro
3859
#define
FLAG_F
global()
macro
3922
#define
FLAG_F
global()
macro
4011
#define
FLAG_F
global()
macro
4409
#define
FLAG_F
global()
macro
4544
#define
FLAG_F
global()
macro
4573
#define
FLAG_F
global()
macro
4885
#define
FLAG_F
global()
macro
5016
#define
FLAG_F
global()
macro
5069
#define
FLAG_F
global()
macro
5125
#define
FLAG_F
global()
macro
5219
#define
FLAG_F
global()
macro
5514
#define
FLAG_F
global()
macro
5780
#define
FLAG_F
global()
macro
5961
#define
FLAG_F
global()
macro
6069
#define
FLAG_F
global()
macro
[all...]
/third_party/toybox/toys/android/
H
A
D
restorecon.c
37
if (toys.optflags &
FLAG_F
) flags |= SELINUX_ANDROID_RESTORECON_FORCE;
in restorecon_main()
/third_party/toybox/toys/other/
H
A
D
nsenter.c
164
if ((toys.optflags & FLAG_p) && !(toys.optflags &
FLAG_F
)) {
in unshare_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
cp.c
140
} else if ((flags &
FLAG_F
) && unlinkat(cfd, catch, 0)) {
in cp_node()
473
static inline int cp_flag_F(void) { return
FLAG_F
; };
in cp_flag_F()
H
A
D
ls.c
579
int sym = !(toys.optflags&(FLAG_l|FLAG_d|
FLAG_F
))
in ls_main()
/third_party/toybox/toys/pending/
H
A
D
telnetd.c
279
if (FLAG(w)) toys.optflags |=
FLAG_F
;
in telnetd_main()
H
A
D
traceroute.c
567
if ((toys.optflags &
FLAG_F
) &&
in traceroute_main()
H
A
D
dhcp.c
1018
if (toys.optflags &
FLAG_F
) pend = dhcpc_addfdnname(pend, TT.fdn_name);
in dhcpc_sendmsg()
1033
if (toys.optflags &
FLAG_F
) pend = dhcpc_addfdnname(pend, TT.fdn_name);
in dhcpc_sendmsg()
Completed in 19 milliseconds