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_L
(Results
1 - 13
of
13
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
chgrp.c
52
return DIRTREE_COMEAGAIN|(DIRTREE_SYMFOLLOW*!!(flags&
FLAG_L
));
in do_chgrp()
56
AT_SYMLINK_NOFOLLOW*(!(flags&(
FLAG_L
|FLAG_H)) && (flags&(FLAG_h|FLAG_R))));
in do_chgrp()
97
dirtree_flagread(*s, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|
FLAG_L
)),
in chgrp_main()
H
A
D
cksum.c
59
cksum = (toys.optflags &
FLAG_L
) ? cksum_le : cksum_be;
in do_cksum()
90
crc_init(TT.crc_table, toys.optflags &
FLAG_L
);
in cksum_main()
96
toys.optflags |= FLAG_H|FLAG_N|FLAG_P|
FLAG_L
;
in crc32_main()
H
A
D
du.c
166
dirtree_flagread(*args, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|
FLAG_L
)),
in du_main()
H
A
D
ls.c
342
DIRTREE_STATLESS|DIRTREE_SYMFOLLOW*!!(flags&
FLAG_L
));
in listfiles()
592
|| (toys.optflags&(
FLAG_L
|FLAG_H));
in ls_main()
H
A
D
find.c
218
(DIRTREE_SYMFOLLOW*!!(toys.optflags&
FLAG_L
));
in do_find()
716
DIRTREE_STATLESS|(DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|
FLAG_L
))),
in find_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
du.c
107
if (toys.optflags &
FLAG_L
) {
in do_du()
123
return DIRTREE_COMEAGAIN|(DIRTREE_SYMFOLLOW*!!(toys.optflags&
FLAG_L
));
in do_du()
148
dirtree_flagread(*args, DIRTREE_SYMFOLLOW*!!(toys.optflags&(FLAG_H|
FLAG_L
)),
in du_main()
H
A
D
ls.c
331
DIRTREE_STATLESS|DIRTREE_SYMFOLLOW*!!(flags&
FLAG_L
));
in listfiles()
580
|| (toys.optflags&(
FLAG_L
|FLAG_H));
in ls_main()
/third_party/toybox/generated/
H
A
D
flags.h
141
#undef
FLAG_L
macro
260
#undef
FLAG_L
macro
324
#undef
FLAG_L
macro
385
#undef
FLAG_L
macro
427
#undef
FLAG_L
macro
537
#undef
FLAG_L
macro
683
#undef
FLAG_L
macro
749
#undef
FLAG_L
macro
877
#undef
FLAG_L
macro
888
#undef
FLAG_L
macro
1001
#undef
FLAG_L
global()
macro
1063
#undef
FLAG_L
global()
macro
1670
#undef
FLAG_L
global()
macro
1872
#undef
FLAG_L
global()
macro
1993
#undef
FLAG_L
global()
macro
2174
#undef
FLAG_L
global()
macro
2318
#undef
FLAG_L
global()
macro
2703
#undef
FLAG_L
global()
macro
2826
#undef
FLAG_L
global()
macro
3585
#define
FLAG_L
global()
macro
3691
#define
FLAG_L
global()
macro
3743
#define
FLAG_L
global()
macro
3794
#define
FLAG_L
global()
macro
3830
#define
FLAG_L
global()
macro
3928
#define
FLAG_L
global()
macro
4056
#define
FLAG_L
global()
macro
4112
#define
FLAG_L
global()
macro
4216
#define
FLAG_L
global()
macro
4225
#define
FLAG_L
global()
macro
4318
#define
FLAG_L
global()
macro
4370
#define
FLAG_L
global()
macro
4883
#define
FLAG_L
global()
macro
5049
#define
FLAG_L
global()
macro
5152
#define
FLAG_L
global()
macro
5305
#define
FLAG_L
global()
macro
5431
#define
FLAG_L
global()
macro
5750
#define
FLAG_L
global()
macro
5851
#define
FLAG_L
global()
macro
[all...]
/third_party/toybox/toys/net/
H
A
D
ftpget.c
241
if (toys.optflags&
FLAG_L
) cmd = "NLST";
in ftpget_main()
/third_party/toybox/toys/pending/
H
A
D
getty.c
156
if (toys.optflags &
FLAG_L
) TT.termios.c_cflag |= CLOCAL;
in termios_init()
H
A
D
diff.c
643
if (toys.optflags &
FLAG_L
) printf("--- %s\n", llist->arg);
in do_diff()
645
if (((toys.optflags &
FLAG_L
) && !llist->next) || !(toys.optflags &
FLAG_L
))
in do_diff()
H
A
D
syslogd.c
180
if (!(toys.optflags &
FLAG_L
)) return 0;
in parse_config_file()
H
A
D
crond.c
639
if (!(toys.optflags & (FLAG_S |
FLAG_L
))) toys.optflags |= FLAG_S;
in crond_main()
Completed in 18 milliseconds