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_P
(Results
1 - 6
of
6
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
cksum.c
54
unsigned crc = (toys.optflags &
FLAG_P
) ? 0xffffffff : 0;
in do_cksum()
96
toys.optflags |= FLAG_H|FLAG_N|
FLAG_P
|FLAG_L;
in crc32_main()
H
A
D
df.c
79
use_label = toys.optflags &
FLAG_P
? "Capacity" : "Use%";
in show_header()
180
TT.units = toys.optflags &
FLAG_P
? 512 : 1024;
in df_main()
H
A
D
ps.c
1902
!(toys.optflags&(FLAG_G|FLAG_g|
FLAG_P
|FLAG_s|FLAG_t|FLAG_U|FLAG_u)))
in pgrep_main()
/third_party/toybox/generated/
H
A
D
flags.h
261
#undef
FLAG_P
macro
325
#undef
FLAG_P
macro
384
#undef
FLAG_P
macro
541
#undef
FLAG_P
macro
602
#undef
FLAG_P
macro
670
#undef
FLAG_P
macro
958
#undef
FLAG_P
macro
1009
#undef
FLAG_P
macro
1861
#undef
FLAG_P
macro
2182
#undef
FLAG_P
macro
2245
#undef
FLAG_P
global()
macro
2307
#undef
FLAG_P
global()
macro
2317
#undef
FLAG_P
global()
macro
3164
#undef
FLAG_P
global()
macro
3419
#undef
FLAG_P
global()
macro
3692
#define
FLAG_P
global()
macro
3744
#define
FLAG_P
global()
macro
3793
#define
FLAG_P
global()
macro
3932
#define
FLAG_P
global()
macro
3983
#define
FLAG_P
global()
macro
4045
#define
FLAG_P
global()
macro
4283
#define
FLAG_P
global()
macro
4326
#define
FLAG_P
global()
macro
5040
#define
FLAG_P
global()
macro
5313
#define
FLAG_P
global()
macro
5368
#define
FLAG_P
global()
macro
5422
#define
FLAG_P
global()
macro
5430
#define
FLAG_P
global()
macro
6143
#define
FLAG_P
global()
macro
6352
#define
FLAG_P
global()
macro
[all...]
/third_party/toybox/toys/pending/
H
A
D
fsck.c
313
if (!(toys.optflags &
FLAG_P
)) {
in scan_all()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
ps.c
1744
!(toys.optflags&(FLAG_G|FLAG_g|
FLAG_P
|FLAG_s|FLAG_t|FLAG_U|FLAG_u)))
in pgrep_main()
Completed in 18 milliseconds