HomeSort by: relevance | last modified time | path
    Searched refs:mode_fopen (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
ioapi.c 84 const char* mode_fopen = NULL; local
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
105 mode_fopen = "rb";
108 mode_fopen = "r+b";
111 mode_fopen = "wb"
    [all...]
iowin32.c 92 const char* mode_fopen = NULL; local
120 const char* mode_fopen = NULL; local
143 const char* mode_fopen = NULL; local
162 const char* mode_fopen = NULL; local

Completed in 20 milliseconds