OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mode_fopen
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/zlib/contrib/minizip/
ioapi.c
84
const char*
mode_fopen
= NULL;
local in function:fopen_file_func
87
mode_fopen
= "rb";
90
mode_fopen
= "r+b";
93
mode_fopen
= "wb";
95
if ((filename!=NULL) && (
mode_fopen
!= NULL))
96
file = fopen(filename,
mode_fopen
);
102
const char*
mode_fopen
= NULL;
local in function:fopen64_file_func
105
mode_fopen
= "rb";
108
mode_fopen
= "r+b";
111
mode_fopen
= "wb"
[
all
...]
ioapi.c
84
const char*
mode_fopen
= NULL;
local in function:fopen_file_func
87
mode_fopen
= "rb";
90
mode_fopen
= "r+b";
93
mode_fopen
= "wb";
95
if ((filename!=NULL) && (
mode_fopen
!= NULL))
96
file = fopen(filename,
mode_fopen
);
102
const char*
mode_fopen
= NULL;
local in function:fopen64_file_func
105
mode_fopen
= "rb";
108
mode_fopen
= "r+b";
111
mode_fopen
= "wb"
[
all
...]
iowin32.c
92
const char*
mode_fopen
= NULL;
local in function:win32_open64_file_func
120
const char*
mode_fopen
= NULL;
local in function:win32_open64_file_funcA
143
const char*
mode_fopen
= NULL;
local in function:win32_open64_file_funcW
162
const char*
mode_fopen
= NULL;
local in function:win32_open_file_func
iowin32.c
92
const char*
mode_fopen
= NULL;
local in function:win32_open64_file_func
120
const char*
mode_fopen
= NULL;
local in function:win32_open64_file_funcA
143
const char*
mode_fopen
= NULL;
local in function:win32_open64_file_funcW
162
const char*
mode_fopen
= NULL;
local in function:win32_open_file_func
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025