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_T
(Results
1 - 4
of
4
) sorted by relevance
/third_party/toybox/toys/net/
H
A
D
tunctl.c
45
ifr->ifr_flags = ((toys.optflags&
FLAG_T
) ? IFF_TUN : IFF_TAP)|IFF_NO_PI;
in tunctl_main()
/third_party/toybox/generated/
H
A
D
flags.h
545
#undef
FLAG_T
macro
627
#undef
FLAG_T
macro
654
#undef
FLAG_T
macro
687
#undef
FLAG_T
macro
718
#undef
FLAG_T
macro
789
#undef
FLAG_T
macro
956
#undef
FLAG_T
macro
1049
#undef
FLAG_T
macro
1565
#undef
FLAG_T
macro
2293
#undef
FLAG_T
macro
2679
#undef
FLAG_T
global()
macro
2869
#undef
FLAG_T
global()
macro
3133
#undef
FLAG_T
global()
macro
3936
#define
FLAG_T
global()
macro
4006
#define
FLAG_T
global()
macro
4031
#define
FLAG_T
global()
macro
4060
#define
FLAG_T
global()
macro
4087
#define
FLAG_T
global()
macro
4146
#define
FLAG_T
global()
macro
4281
#define
FLAG_T
global()
macro
4358
#define
FLAG_T
global()
macro
4794
#define
FLAG_T
global()
macro
5408
#define
FLAG_T
global()
macro
5730
#define
FLAG_T
global()
macro
5888
#define
FLAG_T
global()
macro
6114
#define
FLAG_T
global()
macro
[all...]
/third_party/toybox/toys/pending/
H
A
D
fsck.c
384
if (!(toys.optflags &
FLAG_T
)) xprintf("fsck ----- (Toybox)\n");
in fsck_main()
H
A
D
diff.c
437
if (toys.optflags &
FLAG_T
) putchar('\t');
in print_diff()
Completed in 13 milliseconds