66# define CR_BETA_VER "c BETA"
67# define CR_VERSION_DATE "05 Jan 2007"
69# define CR_BETA_VER ""
70# define CR_VERSION_DATE "05 Jan 2007"
82#if defined(MSDOS) || defined(OS2) || defined(WIN32)
88#if defined(DOS_OS2_W32) || defined(__human68k__)
89# ifndef DOS_H68_OS2_W32
90# define DOS_H68_OS2_W32
94#if defined(VM_CMS) || defined(MVS)
105# ifdef REALLY_SHORT_SYMS
106# define decrypt_byte zdcrby
108# define decrypt_byte zp_decrypt_byte
110# define update_keys zp_update_keys
111# define init_keys zp_init_keys
113# ifdef REALLY_SHORT_SYMS
114# define decrypt_byte dcrbyt
120# define PWLEN IZ_PWLEN
122#define RAND_HEAD_LEN 12
127#define zencode(c,t) (t=decrypt_byte(__G), update_keys(c), t^(c))
130#define zdecode(c) update_keys(__G__ c ^= decrypt_byte(__G))
139 int zipcloak
OF((
struct zlist
far *, FILE *, FILE *,
ZCONST char *));
140 int zipbare
OF((
struct zlist
far *, FILE *, FILE *,
ZCONST char *));
147#if (defined(UNZIP) && !defined(FUNZIP))
152 extern int encrypted;
157 (encrypted? update_keys(__G__ getc(G.in)^decrypt_byte(__G)) : getc(G.in))
166#define zfwrite fwrite
#define ZCONST
Definition crc32.h:25
#define OF(a)
Definition crc32.h:22
while passwd
Definition crypt.c:195
int decrypt_byte(__G)
Definition crypt.c:149
return c
Definition crypt.c:175
int decrypt(__G__ passwrd) __GDEF ZCONST char *passwrd
ZCONST char * key
Definition crypt.c:587
int update_keys(__G__ c) __GDEF int c
void init_keys(__G__ passwd) __GDEF ZCONST char *passwd
#define __GPRO__
Definition crypt.h:79
#define __GPRO
Definition crypt.h:78
unsigned long ulg
Definition unzip.h:403
char zvoid
Definition unzip.h:399
#define far
Definition unzpriv.h:904
unsigned int extent
Definition unzpriv.h:669