OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mode_fopen
(Results
1 - 2
of
2
) sorted by null
/external/zlib/contrib/minizip/
ioapi.c
86
const char*
mode_fopen
= NULL;
local
88
mode_fopen
= "rb";
91
mode_fopen
= "r+b";
94
mode_fopen
= "wb";
96
if ((filename!=NULL) && (
mode_fopen
!= NULL))
97
file = fopen(filename,
mode_fopen
);
104
const char*
mode_fopen
= NULL;
local
106
mode_fopen
= "rb";
109
mode_fopen
= "r+b";
112
mode_fopen
= "wb"
[
all
...]
iowin32.c
90
const char*
mode_fopen
= NULL;
local
105
const char*
mode_fopen
= NULL;
local
120
const char*
mode_fopen
= NULL;
local
135
const char*
mode_fopen
= NULL;
local
Completed in 601 milliseconds