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:O_TEXT
(Results
1 - 12
of
12
) sorted by relevance
/third_party/spirv-tools/tools/
H
A
D
io.h
28
#define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin),
O_TEXT
);
30
#define SET_STDOUT_TO_TEXT_MODE() _setmode(_fileno(stdout),
O_TEXT
);
/third_party/skia/third_party/externals/spirv-tools/tools/
H
A
D
io.h
28
#define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin),
O_TEXT
);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/
H
A
D
io.h
28
#define SET_STDIN_TO_TEXT_MODE() _setmode(_fileno(stdin),
O_TEXT
);
/third_party/openssl/ohos_lite/
H
A
D
e_os.h
111
# define _O_TEXT
O_TEXT
/third_party/node/deps/openssl/openssl/
H
A
D
e_os.h
66
# define _O_TEXT
O_TEXT
/third_party/openssl/
H
A
D
e_os.h
66
# define _O_TEXT
O_TEXT
/third_party/mksh/
H
A
D
os2.c
458
saved_mode = setmode(STDIN_FILENO,
O_TEXT
);
in execve()
H
A
D
exec.c
897
setmode(fd,
O_TEXT
);
in scriptexec()
H
A
D
funcs.c
1765
saved_mode = setmode(fd,
O_TEXT
);
in c_read()
/third_party/rust/crates/libc/src/windows/
H
A
D
mod.rs
130
pub const
O_TEXT
: ::c_int = 0x4000;
consts
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
209
pub const
O_TEXT
: c_int = 0x100;
consts
/third_party/python/Modules/
H
A
D
posixmodule.c
15151
#ifdef
O_TEXT
in all_ins()
15152
if (PyModule_AddIntMacro(m,
O_TEXT
)) return -1;
in all_ins()
Completed in 28 milliseconds