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:mode_fopen
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H
A
D
ioapi.c
98
const char*
mode_fopen
= NULL;
in fopen_file_func()
local
100
mode_fopen
= "rb";
in fopen_file_func()
103
mode_fopen
= "r+b";
in fopen_file_func()
106
mode_fopen
= "wb";
in fopen_file_func()
108
if ((filename!=NULL) && (
mode_fopen
!= NULL))
in fopen_file_func()
109
file = fopen(filename,
mode_fopen
);
in fopen_file_func()
116
const char*
mode_fopen
= NULL;
in fopen64_file_func()
local
118
mode_fopen
= "rb";
in fopen64_file_func()
121
mode_fopen
= "r+b";
in fopen64_file_func()
124
mode_fopen
in fopen64_file_func()
[all...]
H
A
D
iowin32.c
103
const char*
mode_fopen
= NULL;
in win32_open64_file_func()
local
132
const char*
mode_fopen
= NULL;
in win32_open64_file_funcA()
local
156
const char*
mode_fopen
= NULL;
in win32_open64_file_funcW()
local
176
const char*
mode_fopen
= NULL;
in win32_open_file_func()
local
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H
A
D
ioapi.c
98
const char*
mode_fopen
= NULL;
in fopen_file_func()
local
100
mode_fopen
= "rb";
in fopen_file_func()
103
mode_fopen
= "r+b";
in fopen_file_func()
106
mode_fopen
= "wb";
in fopen_file_func()
108
if ((filename!=NULL) && (
mode_fopen
!= NULL))
in fopen_file_func()
109
file = fopen(filename,
mode_fopen
);
in fopen_file_func()
116
const char*
mode_fopen
= NULL;
in fopen64_file_func()
local
118
mode_fopen
= "rb";
in fopen64_file_func()
121
mode_fopen
= "r+b";
in fopen64_file_func()
124
mode_fopen
in fopen64_file_func()
[all...]
H
A
D
iowin32.c
103
const char*
mode_fopen
= NULL;
in win32_open64_file_func()
local
132
const char*
mode_fopen
= NULL;
in win32_open64_file_funcA()
local
156
const char*
mode_fopen
= NULL;
in win32_open64_file_funcW()
local
176
const char*
mode_fopen
= NULL;
in win32_open_file_func()
local
/third_party/zlib/contrib/minizip/
H
A
D
ioapi.c
88
const char*
mode_fopen
= NULL;
in fopen_file_func()
local
91
mode_fopen
= "rb";
in fopen_file_func()
94
mode_fopen
= "r+b";
in fopen_file_func()
97
mode_fopen
= "wb";
in fopen_file_func()
99
if ((filename!=NULL) && (
mode_fopen
!= NULL))
in fopen_file_func()
100
file = fopen(filename,
mode_fopen
);
in fopen_file_func()
106
const char*
mode_fopen
= NULL;
in fopen64_file_func()
local
109
mode_fopen
= "rb";
in fopen64_file_func()
112
mode_fopen
= "r+b";
in fopen64_file_func()
115
mode_fopen
in fopen64_file_func()
[all...]
H
A
D
iowin32.c
95
const char*
mode_fopen
= NULL;
in win32_open64_file_func()
local
124
const char*
mode_fopen
= NULL;
in win32_open64_file_funcA()
local
148
const char*
mode_fopen
= NULL;
in win32_open64_file_funcW()
local
168
const char*
mode_fopen
= NULL;
in win32_open_file_func()
local
/third_party/node/deps/v8/third_party/zlib/google/
H
A
D
zip_internal.cc
93
const char*
mode_fopen
= NULL;
in FdOpenFileFunc()
local
96
mode_fopen
= "rb";
in FdOpenFileFunc()
98
mode_fopen
= "r+b";
in FdOpenFileFunc()
100
mode_fopen
= "wb";
in FdOpenFileFunc()
102
if ((filename != NULL) && (
mode_fopen
!= NULL)) {
in FdOpenFileFunc()
105
file = fdopen(fd,
mode_fopen
);
in FdOpenFileFunc()
/third_party/node/deps/zlib/google/
H
A
D
zip_internal.cc
93
const char*
mode_fopen
= NULL;
in FdOpenFileFunc()
local
96
mode_fopen
= "rb";
in FdOpenFileFunc()
98
mode_fopen
= "r+b";
in FdOpenFileFunc()
100
mode_fopen
= "wb";
in FdOpenFileFunc()
102
if ((filename != NULL) && (
mode_fopen
!= NULL)) {
in FdOpenFileFunc()
105
file = fdopen(fd,
mode_fopen
);
in FdOpenFileFunc()
/third_party/skia/third_party/externals/zlib/google/
H
A
D
zip_internal.cc
88
const char*
mode_fopen
= NULL;
in FdOpenFileFunc()
local
91
mode_fopen
= "rb";
in FdOpenFileFunc()
93
mode_fopen
= "r+b";
in FdOpenFileFunc()
95
mode_fopen
= "wb";
in FdOpenFileFunc()
97
if ((filename != NULL) && (
mode_fopen
!= NULL)) {
in FdOpenFileFunc()
100
file = fdopen(fd,
mode_fopen
);
in FdOpenFileFunc()
Completed in 7 milliseconds