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_N
(Results
1 - 6
of
6
) sorted by relevance
/third_party/toybox/toys/other/
H
A
D
sysctl.c
81
if (!(toys.optflags & (
FLAG_N
|FLAG_n))) xprintf(" = ");
in do_show_keys()
83
if (!(toys.optflags &
FLAG_N
)) xprintf("%s", data);
in do_show_keys()
84
if ((toys.optflags & (
FLAG_N
|FLAG_n)) != (
FLAG_N
|FLAG_n)) xputc('\n');
in do_show_keys()
/third_party/toybox/toys/posix/
H
A
D
cksum.c
74
if (!(toys.optflags &
FLAG_N
)) {
in do_cksum()
83
if (!(toys.optflags&
FLAG_N
)) printf(" %"PRIu64, llen2);
in do_cksum()
96
toys.optflags |= FLAG_H|
FLAG_N
|FLAG_P|FLAG_L;
in crc32_main()
H
A
D
od.c
204
if (toys.optflags &
FLAG_N
) {
in do_od()
/third_party/toybox/toys/pending/
H
A
D
diff.c
510
if (!(toys.optflags &
FLAG_N
)) ret = skip(node);
in list_dir()
737
if (j > 0 && (toys.optflags &
FLAG_N
)) {
in create_empty_entry()
744
else if (j < 0 && (toys.optflags &
FLAG_N
)) {
in create_empty_entry()
781
if ((toys.optflags &
FLAG_N
) && j) {
in create_empty_entry()
795
(dir[1].list[r] + TT.len[1]))) && !(toys.optflags &
FLAG_N
)) {
in diff_dir()
825
if (!(toys.optflags &
FLAG_N
)) {
in diff_dir()
834
if (!(toys.optflags &
FLAG_N
)) {
in diff_dir()
H
A
D
fsck.c
213
if ((toys.optflags & FLAG_V) || (toys.optflags &
FLAG_N
)) {
in do_fsck()
220
if (toys.optflags &
FLAG_N
) {
in do_fsck()
/third_party/toybox/generated/
H
A
D
flags.h
323
#undef
FLAG_N
macro
539
#undef
FLAG_N
macro
681
#undef
FLAG_N
macro
959
#undef
FLAG_N
macro
1827
#undef
FLAG_N
macro
2089
#undef
FLAG_N
macro
2814
#undef
FLAG_N
macro
3742
#define
FLAG_N
(1<<0)
macro
3930
#define
FLAG_N
(FORCED_FLAGLL<<39)
macro
4054
#define
FLAG_N
(
macro
4284
#define
FLAG_N
global()
macro
5012
#define
FLAG_N
global()
macro
5234
#define
FLAG_N
global()
macro
5841
#define
FLAG_N
global()
macro
[all...]
Completed in 14 milliseconds