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_x
(Results
1 - 12
of
12
) sorted by relevance
/third_party/toybox/toys/other/
H
A
D
pmap.c
33
*k = (toys.optflags &
FLAG_x
) ? "" : "K";
in pmap_main()
48
(toys.optflags &
FLAG_x
) ? "s" : "");
in pmap_main()
54
if ((toys.optflags & (FLAG_q|
FLAG_x
)) ==
FLAG_x
)
in pmap_main()
72
6+!!(toys.optflags &
FLAG_x
), end, k);
in pmap_main()
73
if (toys.optflags &
FLAG_x
) {
in pmap_main()
100
int x = !!(toys.optflags &
FLAG_x
);
in pmap_main()
H
A
D
mountpoint.c
40
if (toys.optflags &
FLAG_x
) {
in mountpoint_main()
/third_party/toybox/generated/
H
A
D
flags.h
523
#undef
FLAG_x
macro
631
#undef
FLAG_x
macro
747
#undef
FLAG_x
macro
898
#undef
FLAG_x
macro
1081
#undef
FLAG_x
macro
1220
#undef
FLAG_x
macro
1650
#undef
FLAG_x
macro
1949
#undef
FLAG_x
macro
2012
#undef
FLAG_x
macro
2088
#undef
FLAG_x
macro
2163
#undef
FLAG_x
global()
macro
2175
#undef
FLAG_x
global()
macro
2198
#undef
FLAG_x
global()
macro
2238
#undef
FLAG_x
global()
macro
2260
#undef
FLAG_x
global()
macro
2541
#undef
FLAG_x
global()
macro
2599
#undef
FLAG_x
global()
macro
2674
#undef
FLAG_x
global()
macro
2879
#undef
FLAG_x
global()
macro
3357
#undef
FLAG_x
global()
macro
3914
#define
FLAG_x
global()
macro
4010
#define
FLAG_x
global()
macro
4110
#define
FLAG_x
global()
macro
4233
#define
FLAG_x
global()
macro
4386
#define
FLAG_x
global()
macro
4507
#define
FLAG_x
global()
macro
4863
#define
FLAG_x
global()
macro
5114
#define
FLAG_x
global()
macro
5169
#define
FLAG_x
global()
macro
5233
#define
FLAG_x
global()
macro
5296
#define
FLAG_x
global()
macro
5306
#define
FLAG_x
global()
macro
5327
#define
FLAG_x
global()
macro
5361
#define
FLAG_x
global()
macro
5381
#define
FLAG_x
global()
macro
5612
#define
FLAG_x
global()
macro
5660
#define
FLAG_x
global()
macro
5725
#define
FLAG_x
global()
macro
5898
#define
FLAG_x
global()
macro
6300
#define
FLAG_x
global()
macro
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
ls.c
371
if (flags & (FLAG_C|
FLAG_x
)) {
in listfiles()
422
if (flags & (FLAG_C|
FLAG_x
)) {
in listfiles()
521
if (flags & (FLAG_C|
FLAG_x
)) {
in listfiles()
557
else if (!(toys.optflags&(FLAG_1|
FLAG_x
|FLAG_m))) toys.optflags |= FLAG_C;
in ls_main()
H
A
D
du.c
103
if ((toys.optflags &
FLAG_x
) && (TT.st_dev != node->st.st_dev))
in do_du()
H
A
D
ps.c
1743
if ((toys.optflags&(
FLAG_x
|FLAG_f)) ||
in pgrep_main()
/third_party/toybox/toys/posix/
H
A
D
ls.c
382
if (flags & (FLAG_C|
FLAG_x
)) {
in listfiles()
434
if (flags & (FLAG_C|
FLAG_x
)) {
in listfiles()
533
if (flags & (FLAG_C|
FLAG_x
)) {
in listfiles()
569
else if (!(toys.optflags&(FLAG_1|
FLAG_x
|FLAG_m))) toys.optflags |= FLAG_C;
in ls_main()
H
A
D
sort.c
210
} else if (flags &
FLAG_x
) return strtol(x, NULL, 16)-strtol(y, NULL, 16);
in compare_values()
351
if (!temp2 || flag>
FLAG_x
in sort_main()
H
A
D
od.c
284
if (toys.optflags &
FLAG_x
) append_base("x2");
in od_main()
H
A
D
ps.c
1901
if ((toys.optflags&(
FLAG_x
|FLAG_f)) ||
in pgrep_main()
/third_party/toybox/toys/net/
H
A
D
netstat.c
337
int tuwx = FLAG_t|FLAG_u|FLAG_w|
FLAG_x
;
in netstat_main()
372
if (toys.optflags &
FLAG_x
) {
in netstat_main()
/third_party/toybox/toys/pending/
H
A
D
dhcp.c
1021
if (toys.optflags &
FLAG_x
) pend = set_xopt(pend);
in dhcpc_sendmsg()
1036
if (toys.optflags &
FLAG_x
) pend = set_xopt(pend);
in dhcpc_sendmsg()
1065
if (toys.optflags &
FLAG_x
) {
in dhcpc_parseoptions()
1262
if (toys.optflags &
FLAG_x
) {
in free_option_stores()
1296
if (toys.optflags &
FLAG_x
) {
in dhcp_main()
Completed in 23 milliseconds