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_h
(Results
1 - 13
of
13
) sorted by relevance
/third_party/toybox/toys/other/
H
A
D
help.c
36
if (toys.optflags &
FLAG_h
)
in do_help()
42
if (toys.optflags &
FLAG_h
) xprintf("</blockquote></pre>\n");
in do_help()
61
if (toys.optflags &
FLAG_h
) {
in help_main()
70
if (toys.optflags &
FLAG_h
) xprintf("<hr>\n<pre>\n");
in help_main()
77
if (toys.optflags &
FLAG_h
) xprintf("</pre>\n");
in help_main()
80
if (toys.optflags &
FLAG_h
) xprintf("</html>");
in help_main()
H
A
D
chcon.c
32
if (-1 == ((toys.optflags &
FLAG_h
) ? lsetfilecon : setfilecon)(path, con))
in do_chcon()
H
A
D
setfattr.c
32
int h = toys.optflags &
FLAG_h
, rc;
in setfattr_main()
H
A
D
free.c
5
// Flag order is signifcant: b-t are units in order,
FLAG_h
-1 is unit mask
47
while ((toys.optflags&(
FLAG_h
-1)) && !(toys.optflags&(1<<TT.bits))) TT.bits++;
in free_main()
H
A
D
switch_root.c
115
if (toys.optflags &
FLAG_h
) for (;;) wait(NULL);
in switch_root_main()
/third_party/toybox/toys/posix/
H
A
D
df.c
62
if ((toys.optflags & (FLAG_H|
FLAG_h
))) {
in show_header()
148
if (toys.optflags & (FLAG_H|
FLAG_h
)) {
in show_mt()
176
if (toys.optflags & (FLAG_H|
FLAG_h
)) {
in df_main()
H
A
D
chgrp.c
56
AT_SYMLINK_NOFOLLOW*(!(flags&(FLAG_L|FLAG_H)) && (flags&(
FLAG_h
|FLAG_R))));
in do_chgrp()
H
A
D
ls.c
375
if ((flags&(
FLAG_h
|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir->parent) {
in listfiles()
/third_party/toybox/generated/
H
A
D
flags.h
247
#undef
FLAG_h
macro
262
#undef
FLAG_h
macro
507
#undef
FLAG_h
macro
563
#undef
FLAG_h
macro
600
#undef
FLAG_h
macro
757
#undef
FLAG_h
macro
878
#undef
FLAG_h
macro
936
#undef
FLAG_h
macro
1037
#undef
FLAG_h
macro
1062
#undef
FLAG_h
macro
1099
#undef
FLAG_h
global()
macro
1210
#undef
FLAG_h
global()
macro
1604
#undef
FLAG_h
global()
macro
1662
#undef
FLAG_h
global()
macro
2341
#undef
FLAG_h
global()
macro
2544
#undef
FLAG_h
global()
macro
2791
#undef
FLAG_h
global()
macro
2880
#undef
FLAG_h
global()
macro
2917
#undef
FLAG_h
global()
macro
3042
#undef
FLAG_h
global()
macro
3267
#undef
FLAG_h
global()
macro
3680
#define
FLAG_h
global()
macro
3693
#define
FLAG_h
global()
macro
3898
#define
FLAG_h
global()
macro
3952
#define
FLAG_h
global()
macro
3981
#define
FLAG_h
global()
macro
4120
#define
FLAG_h
global()
macro
4217
#define
FLAG_h
global()
macro
4265
#define
FLAG_h
global()
macro
4348
#define
FLAG_h
global()
macro
4369
#define
FLAG_h
global()
macro
4404
#define
FLAG_h
global()
macro
4499
#define
FLAG_h
global()
macro
4825
#define
FLAG_h
global()
macro
4875
#define
FLAG_h
global()
macro
5450
#define
FLAG_h
global()
macro
5615
#define
FLAG_h
global()
macro
5822
#define
FLAG_h
global()
macro
5899
#define
FLAG_h
global()
macro
5932
#define
FLAG_h
global()
macro
6037
#define
FLAG_h
global()
macro
6230
#define
FLAG_h
global()
macro
[all...]
/third_party/toybox/toys/pending/
H
A
D
tcpsvd.c
357
if (toys.optflags &
FLAG_h
) { //lookup name
in tcpsvd_main()
367
if (toys.optflags &
FLAG_h
) {
in tcpsvd_main()
379
if (toys.optflags &
FLAG_h
) xprintf(" (%s-%s)", serv, clie);
in tcpsvd_main()
385
if (toys.optflags &
FLAG_h
) {
in tcpsvd_main()
H
A
D
getty.c
154
if (toys.optflags &
FLAG_h
) TT.termios.c_cflag |= CRTSCTS;
in termios_init()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
du.c
49
if (toys.optflags &
FLAG_h
) {
in print()
H
A
D
ls.c
364
if ((flags&(
FLAG_h
|FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s)) && indir->parent) {
in listfiles()
Completed in 16 milliseconds