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_e
(Results
1 - 6
of
6
) sorted by relevance
/third_party/toybox/toys/other/
H
A
D
readlink.c
34
if (toys.optflags & (FLAG_f|
FLAG_e
|FLAG_m))
in readlink_main()
35
s = xabspath(*arg, (toys.optflags&(FLAG_f|
FLAG_e
))-1);
in readlink_main()
H
A
D
sysctl.c
47
if (!(toys.optflags &
FLAG_e
)) error_msg("unknown key '%s'", key);
in key_error()
/third_party/toybox/toys/net/
H
A
D
netstat.c
173
if ((toys.optflags &
FLAG_e
)) printf(" %-10s %-11ld", toybuf, inode);
in show_ip()
288
!(toys.optflags&
FLAG_e
) ? " MSS Window irtt" : "Metric Ref Use");
in display_routes()
327
if (!(toys.optflags &
FLAG_e
))
in display_routes()
354
if (toys.optflags &
FLAG_e
) printf(" User Inode ");
in netstat_main()
/third_party/toybox/generated/
H
A
D
flags.h
217
#undef
FLAG_e
macro
443
#undef
FLAG_e
macro
504
#undef
FLAG_e
macro
779
#undef
FLAG_e
macro
1087
#undef
FLAG_e
macro
1725
#undef
FLAG_e
macro
2007
#undef
FLAG_e
macro
2303
#undef
FLAG_e
macro
2365
#undef
FLAG_e
macro
2479
#undef
FLAG_e
macro
2503
#undef
FLAG_e
global()
macro
2613
#undef
FLAG_e
global()
macro
2815
#undef
FLAG_e
global()
macro
3147
#undef
FLAG_e
global()
macro
3359
#undef
FLAG_e
global()
macro
3647
#define
FLAG_e
global()
macro
3657
#define
FLAG_e
global()
macro
3844
#define
FLAG_e
global()
macro
3895
#define
FLAG_e
global()
macro
4138
#define
FLAG_e
global()
macro
4392
#define
FLAG_e
global()
macro
4930
#define
FLAG_e
global()
macro
5164
#define
FLAG_e
global()
macro
5418
#define
FLAG_e
global()
macro
5470
#define
FLAG_e
global()
macro
5562
#define
FLAG_e
global()
macro
5582
#define
FLAG_e
global()
macro
5672
#define
FLAG_e
global()
macro
5842
#define
FLAG_e
global()
macro
6126
#define
FLAG_e
global()
macro
6302
#define
FLAG_e
global()
macro
[all...]
/third_party/toybox/toys/pending/
H
A
D
crontab.c
339
long FLAG_elr = toys.optflags & (
FLAG_e
|FLAG_l|FLAG_r);
in crontab_main()
356
else if (toys.optflags &
FLAG_e
) do_edit(pwd);
in crontab_main()
H
A
D
route.c
139
(toys.optflags &
FLAG_e
)? " MSS Window irtt" : "Metric Ref Use");
in display_routes()
161
if (toys.optflags &
FLAG_e
) xprintf("%5d %-5d %6d %s\n", mss, win, irtt, iface);
in display_routes()
Completed in 15 milliseconds