OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mode_fopen
(Results
1 - 2
of
2
) sorted by null
/external/zlib/contrib/minizip/
ioapi.c
74
const char*
mode_fopen
= NULL;
local
76
mode_fopen
= "rb";
79
mode_fopen
= "r+b";
82
mode_fopen
= "wb";
84
if ((filename!=NULL) && (
mode_fopen
!= NULL))
85
file = fopen(filename,
mode_fopen
);
iowin32.c
70
const char*
mode_fopen
= NULL;
local
Completed in 43 milliseconds