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/src/contrib/minizip/
ioapi.c
98
const char*
mode_fopen
= NULL;
local
100
mode_fopen
= "rb";
103
mode_fopen
= "r+b";
106
mode_fopen
= "wb";
108
if ((filename!=NULL) && (
mode_fopen
!= NULL))
109
file = fopen(filename,
mode_fopen
);
116
const char*
mode_fopen
= NULL;
local
118
mode_fopen
= "rb";
121
mode_fopen
= "r+b";
124
mode_fopen
= "wb"
[
all
...]
iowin32.c
97
const char*
mode_fopen
= NULL;
local
126
const char*
mode_fopen
= NULL;
local
150
const char*
mode_fopen
= NULL;
local
170
const char*
mode_fopen
= NULL;
local
Completed in 635 milliseconds