Home | Sort by: relevance | last modified time | path |
/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...] |
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 |