#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <errno.h>#include <fcntl.h>#include <unistd.h>#include <utime.h>#include "unzip.h"
Go to the source code of this file.
Macros | |
| #define | __USE_FILE_OFFSET64 |
| #define | __USE_LARGEFILE64 |
| #define | _FILE_OFFSET_BIT 64 |
| #define | _LARGEFILE64_SOURCE |
| #define | CASESENSITIVITY (0) |
| #define | FOPEN_FUNC(filename, mode) fopen64(filename, mode) |
| #define | FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) |
| #define | FTELLO_FUNC(stream) ftello64(stream) |
| #define | MAXFILENAME (256) |
| #define | WRITEBUFFERSIZE (8192) |
Functions | |
| void | change_file_date (char *filename, uLong dosdate, tm_unz tmu_date) const |
| void | Display64BitsSize (ZPOS64_T n, int size_char) |
| void | do_banner () |
| int | do_extract (unzFile uf, int opt_extract_without_path, int opt_overwrite, const char *password) |
| int | do_extract_currentfile (unzFile uf, const int *popt_extract_without_path, int *popt_overwrite, const char *password) |
| int | do_extract_onefile (unzFile uf, const char *filename, int opt_extract_without_path, int opt_overwrite, const char *password) |
| void | do_help () |
| int | do_list (unzFile uf) |
| int | main (int argc, argv) |
| int | makedir (char *newdir) |
| int | mymkdir (char *dirname) const |
| #define __USE_FILE_OFFSET64 |
Definition at line 17 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| #define __USE_LARGEFILE64 |
Definition at line 20 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| #define _FILE_OFFSET_BIT 64 |
Definition at line 26 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| #define _LARGEFILE64_SOURCE |
Definition at line 23 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| #define CASESENSITIVITY (0) |
Definition at line 60 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
Definition at line 36 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
Definition at line 38 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
Definition at line 37 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| #define MAXFILENAME (256) |
Definition at line 62 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| #define WRITEBUFFERSIZE (8192) |
Definition at line 61 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
Definition at line 83 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
Definition at line 206 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| void do_banner | ( | ) |
Definition at line 188 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| int do_extract | ( | unzFile | uf, |
| int | opt_extract_without_path, | ||
| int | opt_overwrite, | ||
| const char* | password | ||
| ) |
Definition at line 475 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| int do_extract_currentfile | ( | unzFile | uf, |
| const int* | popt_extract_without_path, | ||
| int* | popt_overwrite, | ||
| const char* | password | ||
| ) |
Definition at line 312 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| int do_extract_onefile | ( | unzFile | uf, |
| const char* | filename, | ||
| int | opt_extract_without_path, | ||
| int | opt_overwrite, | ||
| const char* | password | ||
| ) |
Definition at line 511 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| void do_help | ( | ) |
Definition at line 194 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
Definition at line 234 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
Definition at line 534 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| int makedir | ( | char * | newdir | ) |
Definition at line 138 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.
| int mymkdir | ( | char* | dirname | ) | const |
Definition at line 124 of file bloaty/third_party/zlib/contrib/minizip/miniunz.c.