#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.
|
void | change_file_date (char *filename, uLong dosdate, tm_unz tmu_date) const |
|
int | mymkdir (char *dirname) const |
|
int | makedir (char *newdir) |
|
void | do_banner () |
|
void | do_help () |
|
void | Display64BitsSize (ZPOS64_T n, int size_char) |
|
int | do_list (unzFile uf) |
|
int | do_extract_currentfile (unzFile uf, const int *popt_extract_without_path, int *popt_overwrite, const char *password) |
|
int | do_extract (unzFile uf, int opt_extract_without_path, int opt_overwrite, const char *password) |
|
int | do_extract_onefile (unzFile uf, const char *filename, int opt_extract_without_path, int opt_overwrite, const char *password) |
|
int | main (int argc, argv) |
|
#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) |
void change_file_date |
( |
char * |
filename, |
|
|
uLong |
dosdate, |
|
|
tm_unz |
tmu_date |
|
) |
| const |
void Display64BitsSize |
( |
ZPOS64_T |
n, |
|
|
int |
size_char |
|
) |
| |
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 |
|
) |
| |
int main |
( |
int |
argc, |
|
|
argv |
|
|
) |
| |
int makedir |
( |
char * |
newdir | ) |
|
int mymkdir |
( |
char* |
dirname | ) |
const |