|
Product parts
|
|
Virtual File system
|
| Virtual Render |
| Virtual Machine |
| |
|
Demo Games
|
| |
|
3D Engine
|
|
gvSystem(dx9)
|
|
|
|
Link
|
 |
|
|
unzip_Globals.h File Reference#include <stdio.h>
Include dependency graph for unzip_Globals.h:
Go to the source code of this file.
Define Documentation
Value: fnsplit(x.path, \
x.drv, x.dir, \
x.fname, x.ext);
Definition at line 176 of file unzip_Globals.h.
Typedef Documentation
| typedef struct split_filename SFS |
Function Documentation
| void* malloc_chk |
( |
int |
n |
) |
|
| void quit_with |
( |
char * |
error |
) |
|
Variable Documentation
| char bad_op[] = "Invalid parameter -%s\n" |
| char bad_value[] = "Missing value for -%c parameter\n" |
Initial value:
{
16, 17, 18, 0, 8, 7, 9, 6, 10, 5,
11, 4, 12, 3, 13, 2, 14, 1, 15
}
Definition at line 195 of file unzip_Globals.h.
Initial value:
{
0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4,
5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10,
11, 11, 12, 12, 13, 13
}
Definition at line 224 of file unzip_Globals.h.
Initial value:
{
1, 2, 3, 4, 5, 7, 9, 13, 17, 25,
33, 49, 65, 97, 129, 193, 257, 385,
513, 769, 1025, 1537, 2049, 3073,
4097, 6145, 8193, 12289, 16385, 24577
}
Definition at line 216 of file unzip_Globals.h.
Initial value:
{
0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1,
1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4,
4, 4, 5, 5, 5, 5, 0, 99, 99
}
Definition at line 209 of file unzip_Globals.h.
Initial value:
{
3, 4, 5, 6, 7, 8, 9, 10, 11, 13,
15, 17, 19, 23, 27, 31, 35, 43,
51, 59, 67, 83, 99, 115, 131, 163,
195, 227, 258, 0, 0
}
Definition at line 201 of file unzip_Globals.h.
Initial value: { "unknown", "stored", "shrunk", "reduce1",
"reduce2", "reduce3", "reduce4",
"imploded", "tokenized", "deflated" }
Definition at line 85 of file unzip_Globals.h.
Initial value: "PCDEZIP v1.00 þþ Copyright (c) 1994, "
"Bob Flanders and Michael Holmes\n"
"First Published in PC Magazine "
"January 11, 1994\n\n"
Definition at line 61 of file unzip_Globals.h.
| char crc_error[] = "CRC error -- run stopped\n" |
| char data_error[] = "Data integrity error -- run stopped\n" |
Initial value: { "unknown", "copy", "unshrink", "expand",
"expand", "expand", "expand",
"explod", "", "inflat" }
Definition at line 88 of file unzip_Globals.h.
| char dir_error[] = "Output directory not available\n" |
| char done[] = "PCDEZIP completed normally\n" |
| char extract_done[] = " \n%s Complete: %d files processed\n" |
Initial value: "usage: PCDEZIP [switches] zipfile "
"[target\\] [filespec [...]]\n\n"
"switches: -f freshen existing files\n"
"\t -n extract new and updated files\n"
"\t -o do not prompt on overwrite\n"
"\t -v view ZIP directory\n"
"\t -d create directories\n"
"\t -t test file integrity\n\n"
"zipfile is source .ZIP file\n\n"
"target\\ is the target directory;"
" trailing backslash required\n\n"
"filenames are files to be extracted;"
" wildcards supported\n\n"
Definition at line 65 of file unzip_Globals.h.
| char invalid_dir[] = "Unable to create output directory\n" |
| char old_file[] = " %s\n Existing:%8ld %s " |
| char overflow_msg[] = "Decode stack overflow while unshrinking\n" |
| char overwrite_q[] = " Overwrite existing file? (Y/n/all/stop) " |
Initial value:
{
{ 'D', &sw_dirs, 0 },
{ 'F', &sw_freshen, 0 },
{ 'N', &sw_new, 0 },
{ 'O', &sw_overwrite, 0 },
{ 'T', &sw_test, 0 },
{ 'V', &sw_view, 0 },
{ 'E', &sw_extract, 0 }
}
Definition at line 144 of file unzip_Globals.h.
| char stop_here[] = "\nStopping at user's request\n" |
Initial value: "Processing: %s\n\n"
" Length Method Size Ratio Date Time Name\n"
" ------ -------- ------ ----- -------- ----- ----\n"
Definition at line 91 of file unzip_Globals.h.
| char view_line[] = "%8ld %8.8s%7ld %3d%% %s %c%s%s\n" |
| char view_none[] = "\nNo files were selected\n" |
Initial value: " ------ ------ ----- ----\n"
"%8ld%9.9s%8ld %3d%%%16.16s%5d\n\n%s"
Definition at line 96 of file unzip_Globals.h.
| char zfn[MAX_PATH_ZIPINFO] |
|