Symbol: uch
src/bin/unzip/beos.c
1063
static uch *scanBeOSexfield( const uch *ef_ptr, unsigned ef_len )
src/bin/unzip/beos.c
1077
return (uch *)ef_ptr;
src/bin/unzip/beos.c
1174
static void setBeOSexfield(const char *path, uch *extra_field)
src/bin/unzip/beos.c
1176
uch *ptr = extra_field;
src/bin/unzip/beos.c
1180
uch flags = 0;
src/bin/unzip/beos.c
1181
uch *attrbuff = NULL;
src/bin/unzip/beos.c
1221
attrbuff = (uch *)malloc(full_size);
src/bin/unzip/beos.c
1258
static void printBeOSexfield( int isdir, uch *extra_field )
src/bin/unzip/beos.c
1260
uch *ptr = extra_field;
src/bin/unzip/beos.c
1264
uch flags = 0;
src/bin/unzip/beos.c
237
uch *ef = G.extra_field;
src/bin/unzip/beos.c
379
while ((workch = (uch)*cp++) != 0) {
src/bin/unzip/beos.c
49
static uch *scanBeOSexfield OF((const uch *ef_ptr, unsigned ef_len));
src/bin/unzip/beos.c
493
while (isdigit((uch)(*pp)))
src/bin/unzip/beos.c
51
static void setBeOSexfield OF((const char *path, uch *extra_field));
src/bin/unzip/beos.c
511
while (isxdigit((uch)(*pp))) ++pp;
src/bin/unzip/beos.c
53
static void printBeOSexfield OF((int isdir, uch *extra_field));
src/bin/unzip/beos.c
62
uch ID[2];
src/bin/unzip/beos.c
63
uch size[2];
src/bin/unzip/beos.c
64
uch ID_2[4];
src/bin/unzip/beos.c
65
uch loadaddr[4];
src/bin/unzip/beos.c
66
uch execaddr[4];
src/bin/unzip/beos.c
67
uch attr[4];
src/bin/unzip/crc32.c
39
register ZCONST uch *buf; /* pointer to bytes to pump through */
src/bin/unzip/crctab.c
107
static uch p[] = {0,1,2,4,5,7,8,10,11,12,16,22,23,26};
src/bin/unzip/crctab.c
111
for (i = 0; i < sizeof(p)/sizeof(uch); i++)
src/bin/unzip/ebcdic.h
148
ZCONST uch ebcdic[] = {
src/bin/unzip/ebcdic.h
184
ZCONST uch ascii[] = {
src/bin/unzip/ebcdic.h
239
ZCONST uch Far iso2oem[] = {
src/bin/unzip/ebcdic.h
260
ZCONST uch Far oem2iso[] = {
src/bin/unzip/ebcdic.h
53
ZCONST uch ebcdic[] = {
src/bin/unzip/ebcdic.h
97
ZCONST uch ascii[] = {
src/bin/unzip/explode.c
168
static ZCONST uch extra[] =
src/bin/unzip/explode.c
287
redirSlide[w++] = (uch)t->v.n;
src/bin/unzip/explode.c
404
redirSlide[w++] = (uch)b;
src/bin/unzip/extract.c
102
static void decompress_bits OF((uch *outptr, unsigned needlen,
src/bin/unzip/extract.c
103
ZCONST uch *bitptr));
src/bin/unzip/extract.c
1453
*G.outptr++ = (uch)b;
src/bin/unzip/extract.c
1694
uch *ef;
src/bin/unzip/extract.c
1884
uch *eb,
src/bin/unzip/extract.c
1887
int (*test_uc_ebdata)(__GPRO__ uch *eb, unsigned eb_size,
src/bin/unzip/extract.c
1888
uch *eb_ucptr, ulg eb_ucsize))
src/bin/unzip/extract.c
1892
uch *eb;
src/bin/unzip/extract.c
1899
uch *eb_ucptr;
src/bin/unzip/extract.c
1910
if ((eb_ucptr = (uch *)malloc((extent)eb_ucsize)) == (uch *)NULL)
src/bin/unzip/extract.c
1937
uch *tgt; /* return PK-type error */
src/bin/unzip/extract.c
1939
ZCONST uch *src;
src/bin/unzip/extract.c
1943
uch *old_inptr=G.inptr;
src/bin/unzip/extract.c
1954
G.inptr = (uch *)src + (2 + 4); /* method and extra_field_crc */
src/bin/unzip/extract.c
2026
ZCONST uch *rawbuf;
src/bin/unzip/extract.c
2064
uch *extract_izvms_block(__G__ ebdata, size, retlen, init, needlen)
src/bin/unzip/extract.c
2066
ZCONST uch *ebdata;
src/bin/unzip/extract.c
2069
ZCONST uch *init;
src/bin/unzip/extract.c
2072
uch *ucdata; /* Pointer to block allocated */
src/bin/unzip/extract.c
2084
if ((ucdata = (uch *)malloc(MAX(needlen, usiz))) == NULL)
src/bin/unzip/extract.c
2127
uch *outptr; /* Pointer into output block */
src/bin/unzip/extract.c
2129
ZCONST uch *bitptr; /* Pointer into compressed data */
src/bin/unzip/extract.c
2148
*outptr++ = (uch)bitbuf;
src/bin/unzip/extract.c
2173
uch *space;
src/bin/unzip/extract.c
2176
ZCONST uch *r=(ZCONST uch *)raw;
src/bin/unzip/extract.c
2177
uch *s=space;
src/bin/unzip/extract.c
2190
*s++ = '^', *s++ = (uch)(64 + *r++);
src/bin/unzip/extract.c
2254
d = (int)(uch)case_map(*s1)
src/bin/unzip/extract.c
2255
- (int)(uch)case_map(*s2);
src/bin/unzip/extract.c
276
uch *cd_inptr;
src/bin/unzip/extract.c
49
printf("%02x ", (uch)(buf)[i+(j<<4)]); \
src/bin/unzip/extract.c
66
printf("%02x ", (uch)(buf)[i]); \
src/bin/unzip/extract.c
95
static int TestExtraField OF((__GPRO__ uch *ef, unsigned ef_len));
src/bin/unzip/extract.c
96
static int test_compr_eb OF((__GPRO__ uch *eb, unsigned eb_size,
src/bin/unzip/extract.c
98
int (*test_uc_ebdata)(__GPRO__ uch *eb, unsigned eb_size,
src/bin/unzip/extract.c
988
if (G.extra_field != (uch *)NULL) {
src/bin/unzip/extract.c
99
uch *eb_ucptr, ulg eb_ucsize)));
src/bin/unzip/extract.c
990
G.extra_field = (uch *)NULL;
src/bin/unzip/fileio.c
102
static int is_vms_varlen_txt OF((__GPRO__ uch *ef_buf, unsigned ef_len));
src/bin/unzip/fileio.c
1027
uch *ef_buf; /* buffer containing extra field */
src/bin/unzip/fileio.c
1032
uch *eb_data;
src/bin/unzip/fileio.c
1036
uch vms_rectype = VMSREC_C_UNDEF;
src/bin/unzip/fileio.c
1037
uch vms_fileorg = 0;
src/bin/unzip/fileio.c
1182
uch *buf; /* preformatted string to be printed */
src/bin/unzip/fileio.c
1194
uch *q=buf, *endbuf=buf+(unsigned)size;
src/bin/unzip/fileio.c
1196
uch *p=buf;
src/bin/unzip/fileio.c
1403
uch *buf; /* preformatted string to be printed */
src/bin/unzip/fileio.c
1423
uch *buf; /* preformatted string to be printed */
src/bin/unzip/fileio.c
1450
uch c;
src/bin/unzip/fileio.c
1464
c = (uch)FGETCH(0);
src/bin/unzip/fileio.c
1471
c = (uch)FGETCH(0);
src/bin/unzip/fileio.c
2029
register uch *p = G.outbuf;
src/bin/unzip/fileio.c
2030
register uch *q = G.outbuf;
src/bin/unzip/fileio.c
2180
if (G.extra_field != (uch *)NULL)
src/bin/unzip/fileio.c
2182
if ((G.extra_field = (uch *)malloc(length)) == (uch *)NULL) {
src/bin/unzip/fileio.c
2243
ZCONST uch *b;
src/bin/unzip/fileio.c
2261
ZCONST uch *sig;
src/bin/unzip/fileio.c
2289
register uch c;
src/bin/unzip/fileio.c
2293
c = (uch)foreign(*src++);
src/bin/unzip/fileio.c
2315
register uch c;
src/bin/unzip/fileio.c
2319
c = (uch)foreign(*src++);
src/bin/unzip/fileio.c
531
(uch *)LoadFarString(ReadError), /* CANNOT use slide */
src/bin/unzip/fileio.c
575
(uch *)LoadFarString(ReadError),
src/bin/unzip/fileio.c
592
uch *p;
src/bin/unzip/fileio.c
631
uch *p;
src/bin/unzip/fileio.c
722
uch *rawbuf;
src/bin/unzip/fileio.c
750
uch *rawbuf; /* cannot be ZCONST, gets passed to (*G.message)() */
src/bin/unzip/fileio.c
755
register uch *p;
src/bin/unzip/fileio.c
756
register uch *q;
src/bin/unzip/fileio.c
757
uch *transbuf;
src/bin/unzip/fileio.c
99
static int partflush OF((__GPRO__ uch *rawbuf, ulg size, int unshrink));
src/bin/unzip/globals.h
200
uch *redirect_buffer; /* pointer to head of allocated buffer */
src/bin/unzip/globals.h
201
uch *redirect_pointer; /* pointer past end of written data */
src/bin/unzip/globals.h
203
uch *redirect_sldptr; /* head of decompression slide buffer */
src/bin/unzip/globals.h
231
uch *inbuf; /* input buffer (any size is OK) */
src/bin/unzip/globals.h
232
uch *inptr; /* pointer into input buffer */
src/bin/unzip/globals.h
250
uch *extra_field; /* Unix, VMS, Mac, OS/2, Acorn, ... */
src/bin/unzip/globals.h
251
uch *hold;
src/bin/unzip/globals.h
259
uch *outbufptr; /* extract.c static */
src/bin/unzip/globals.h
277
uch *outbuf;
src/bin/unzip/globals.h
278
uch *realbuf;
src/bin/unzip/globals.h
281
uch *outbuf2; /* process_zipfiles() (never changes); */
src/bin/unzip/globals.h
284
uch *outptr;
src/bin/unzip/globals.h
321
ZCONST uch *cplext; /* inflate static */
src/bin/unzip/globals.h
322
ZCONST uch *cpdext; /* inflate static */
src/bin/unzip/globals.h
346
uch *inptr_leftover;
src/bin/unzip/inflate.c
1070
MESSAGE((uch *)"(incomplete l-tree) ", 21L, 1);
src/bin/unzip/inflate.c
1091
MESSAGE((uch *)"(incomplete d-tree) ", 21L, 1);
src/bin/unzip/inflate.c
1281
ZCONST uch *e; /* list of extra bits for non-simple codes */
src/bin/unzip/inflate.c
1431
r.b = (uch)l[h-1]; /* bits to dump before this table */
src/bin/unzip/inflate.c
1432
r.e = (uch)(32 + j); /* bits in this table */
src/bin/unzip/inflate.c
1440
r.b = (uch)(k - w);
src/bin/unzip/inflate.c
1445
r.e = (uch)(*p < 256 ? 32 : 31); /* 256 is end-of-block code */
src/bin/unzip/inflate.c
467
G.inptr = (uch *)G.dstrm.next_in;
src/bin/unzip/inflate.c
531
static ZCONST uch cplext64[] = {
src/bin/unzip/inflate.c
537
static ZCONST uch cplext32[] = {
src/bin/unzip/inflate.c
553
static ZCONST uch cpdext64[] = {
src/bin/unzip/inflate.c
560
static ZCONST uch cpdext32[] = {
src/bin/unzip/inflate.c
708
redirSlide[w++] = (uch)t->v.n;
src/bin/unzip/inflate.c
847
redirSlide[w++] = (uch)b;
src/bin/unzip/list.c
196
if (G.extra_field != (uch *)NULL) {
src/bin/unzip/list.c
198
G.extra_field = (uch *)NULL;
src/bin/unzip/list.c
243
uch *ef_ptr = G.extra_field;
src/bin/unzip/list.c
549
if (G.extra_field != (uch *)NULL) {
src/bin/unzip/list.c
551
G.extra_field = (uch *)NULL;
src/bin/unzip/list.c
668
(*G.message)((zvoid *)&G, (uch *)name, (ulg)strlen(name), 0);
src/bin/unzip/list.c
669
(*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0);
src/bin/unzip/match.c
108
#define match(s,p,ic) (recmatch((ZCONST uch *)p,(ZCONST uch *)s,ic) == 1)
src/bin/unzip/match.c
109
int recmatch OF((ZCONST uch *pattern, ZCONST uch *string, int ignore_case));
src/bin/unzip/match.c
112
static int recmatch OF((ZCONST uch *pattern, ZCONST uch *string,
src/bin/unzip/match.c
150
j = recmatch((uch *)dospattern, (uch *)string, ignore_case);
src/bin/unzip/match.c
155
return recmatch((uch *)pattern, (uch *)string, ignore_case) == 1;
src/bin/unzip/match.c
161
ZCONST uch *p; /* sh pattern to match */
src/bin/unzip/match.c
162
ZCONST uch *s; /* string to which to match it */
src/bin/unzip/match.c
227
ZCONST uch *q; /* pointer to end of [-] group */
src/bin/unzip/match.c
269
return QMatch(Case((uch)c), Case(*s)) ? recmatch(p, s + CLEN(s), ic) : 0;
src/bin/unzip/match.c
271
return Case((uch)c) == Case(*s) ? recmatch(p, s + CLEN(s), ic) : 0;
src/bin/unzip/match.c
92
# define ToLower(c) (IsUpper((uch) c) ? (unsigned) c | 0x20 : (unsigned) c)
src/bin/unzip/process.c
1286
ZCONST uch *ef_buf; /* buffer containing extra field */
src/bin/unzip/process.c
1613
ZCONST uch *ef_buf; /* buffer containing extra field */
src/bin/unzip/process.c
182
G.inbuf = (uch *)malloc(INBUFSIZ + 4); /* 4 extra for hold[] (below) */
src/bin/unzip/process.c
183
G.outbuf = (uch *)malloc(OUTBUFSIZ + 1); /* 1 extra for string term. */
src/bin/unzip/process.c
185
if ((G.inbuf == (uch *)NULL) || (G.outbuf == (uch *)NULL)) {
src/bin/unzip/process.c
323
(*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0);
src/bin/unzip/process.c
434
(*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0x401);
src/bin/unzip/process.c
492
if (G.extra_field != (uch *)NULL) {
src/bin/unzip/process.c
494
G.extra_field = (uch *)NULL;
src/bin/unzip/process.c
501
G.outbuf2 = (uch *)NULL;
src/bin/unzip/process.c
509
G.inbuf = G.outbuf = (uch *)NULL;
src/bin/unzip/process.c
514
G.area.Slide = (uch *)NULL;
src/bin/unzip/process.c
915
if ( (*G.inptr == (uch)0x50) && /* ASCII 'P' */
src/bin/unzip/process.c
945
if ( (*G.inptr == (uch)0x50) && /* ASCII 'P' */
src/bin/unzip/ttyio.c
283
return (int)(((status&1) == 1) ? (uch)kbbuf[0] : EOF);
src/bin/unzip/ttyio.c
471
return (int)(uch)c;
src/bin/unzip/unshrink.c
104
uch *stacktop = stack + offset;
src/bin/unzip/unshrink.c
105
register uch *newstr;
src/bin/unzip/unshrink.c
115
uch *realbuf = G.outbuf;
src/bin/unzip/unshrink.c
132
(G.outbuf2 = (uch *)malloc(TRANSBUFSIZ)) == (uch *)NULL)
src/bin/unzip/unshrink.c
138
Value[code] = (uch)code;
src/bin/unzip/unshrink.c
167
*G.outptr++ = (uch)oldcode;
src/bin/unzip/unshrink.c
168
OUTDBG((uch)oldcode)
src/bin/unzip/unshrink.c
224
register uch *p;
src/bin/unzip/unzip.c
1006
if (G.area.Slide != (uch *)NULL) {
src/bin/unzip/unzip.c
1008
G.area.Slide = (uch *)NULL;
src/bin/unzip/unzip.c
675
# define UZ_SLIDE_CHUNK (sizeof(shrint)+sizeof(uch)+sizeof(uch))
src/bin/unzip/unzip.c
679
G.area.Slide = (uch *)zcalloc(UZ_NUMOF_CHUNKS, UZ_SLIDE_CHUNK);
src/bin/unzip/unzip.c
685
(sizeof(shrint) + sizeof(uch))*(HSIZE);
src/bin/unzip/unzip.h
346
typedef int (UZ_EXP MsgFn) (zvoid *pG, uch *buf, ulg size, int flag);
src/bin/unzip/unzip.h
347
typedef int (UZ_EXP InputFn) (zvoid *pG, uch *buf, int *size, int flag);
src/bin/unzip/unzip.h
472
uch major; /* e.g., integer 5 */
src/bin/unzip/unzip.h
473
uch minor; /* e.g., 2 */
src/bin/unzip/unzip.h
474
uch patchlevel; /* e.g., 0 */
src/bin/unzip/unzip.h
475
uch not_used;
src/bin/unzip/unzip.h
504
uch version_made_by[2];
src/bin/unzip/unzip.h
505
uch version_needed_to_extract[2];
src/bin/unzip/unzip.h
596
int UZ_EXP UzpMessagePrnt OF((zvoid *pG, uch *buf, ulg size, int flag));
src/bin/unzip/unzip.h
597
int UZ_EXP UzpMessageNull OF((zvoid *pG, uch *buf, ulg size, int flag));
src/bin/unzip/unzip.h
598
int UZ_EXP UzpInput OF((zvoid *pG, uch *buf, int *size, int flag));
src/bin/unzip/unzpriv.h
1431
# define foreign(c) ascii[(uch)(c)]
src/bin/unzip/unzpriv.h
1432
# define native(c) ebcdic[(uch)(c)]
src/bin/unzip/unzpriv.h
1522
uch hostver;
src/bin/unzip/unzpriv.h
1523
uch hostnum;
src/bin/unzip/unzpriv.h
1547
uch *value; /* pointer to 8KB char buffer */
src/bin/unzip/unzpriv.h
1548
uch *Stack; /* pointer to another 8KB char buffer */
src/bin/unzip/unzpriv.h
1550
uch *Slide; /* explode(), inflate(), unreduce() */
src/bin/unzip/unzpriv.h
1556
uch value[HSIZE]; /* 8KB */
src/bin/unzip/unzpriv.h
1557
uch Stack[HSIZE]; /* 8KB */
src/bin/unzip/unzpriv.h
1559
uch Slide[WSIZE]; /* explode(), inflate(), unreduce() */
src/bin/unzip/unzpriv.h
1576
typedef uch local_byte_hdr[ LREC_SIZE ];
src/bin/unzip/unzpriv.h
1588
typedef uch cdir_byte_hdr[ CREC_SIZE ];
src/bin/unzip/unzpriv.h
1607
typedef uch ec_byte_rec[ ECREC_SIZE+4 ];
src/bin/unzip/unzpriv.h
1619
uch version_needed_to_extract[2];
src/bin/unzip/unzpriv.h
1632
uch version_made_by[2];
src/bin/unzip/unzpriv.h
1633
uch version_needed_to_extract[2];
src/bin/unzip/unzpriv.h
1670
uch e; /* number of extra bits or operation */
src/bin/unzip/unzpriv.h
1671
uch b; /* number of bits in this code or subcode */
src/bin/unzip/unzpriv.h
1728
unsigned ef_scan_for_izux OF((ZCONST uch *ef_buf, unsigned ef_len,
src/bin/unzip/unzpriv.h
1732
zvoid *getRISCOSexfield OF((ZCONST uch *ef_buf, unsigned ef_len));
src/bin/unzip/unzpriv.h
1782
int flush OF((__GPRO__ uch *buf, ulg size, int unshrink));
src/bin/unzip/unzpriv.h
1789
ush makeword OF((ZCONST uch *b));
src/bin/unzip/unzpriv.h
1790
ulg makelong OF((ZCONST uch *sig));
src/bin/unzip/unzpriv.h
1838
int memextract OF((__GPRO__ uch *tgt, ulg tgtsize,
src/bin/unzip/unzpriv.h
1839
ZCONST uch *src, ulg srcsize));
src/bin/unzip/unzpriv.h
1840
int memflush OF((__GPRO__ ZCONST uch *rawbuf, ulg size));
src/bin/unzip/unzpriv.h
1842
uch *extract_izvms_block OF((__GPRO__ ZCONST uch *ebdata,
src/bin/unzip/unzpriv.h
1844
ZCONST uch *init, unsigned needlen));
src/bin/unzip/unzpriv.h
1846
char *fnfilter OF((ZCONST char *raw, uch *space));
src/bin/unzip/unzpriv.h
1857
unsigned s, ZCONST ush *d, ZCONST uch *e,
src/bin/unzip/unzpriv.h
1887
int writeToMemory OF((__GPRO__ ZCONST uch *rawbuf,
src/bin/unzip/unzpriv.h
1893
int varmessage OF((__GPRO__ ZCONST uch *buf, ulg size));
src/bin/unzip/unzpriv.h
1946
int QMatch (uch, uch);
src/bin/unzip/unzpriv.h
1968
extent getVMMVSexfield OF((char *type, uch *ef_block, unsigned datalen));
src/bin/unzip/unzpriv.h
2001
int test_NTSD OF((__GPRO__ uch *eb, unsigned eb_size,
src/bin/unzip/unzpriv.h
2002
uch *eb_ucptr, ulg eb_ucsize)); /* win32.c */
src/bin/unzip/unzpriv.h
2031
ulg crc32 OF((ulg crc, ZCONST uch *buf, extent len));
src/bin/unzip/unzpriv.h
2141
(*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag))
src/bin/unzip/unzpriv.h
2144
(*G.message)((zvoid *)&G, (uch *)(buf), \
src/bin/unzip/unzpriv.h
2286
# define A_TO_N(str1) {register uch *p;\
src/bin/unzip/unzpriv.h
2287
for (p=(uch *)(str1); *p; p++) *p=native(*p);}
src/bin/unzip/unzpriv.h
2319
# define _ISO_INTERN(str1) {register uch *p;\
src/bin/unzip/unzpriv.h
2320
for (p=(uch *)(str1); *p; p++)\
src/bin/unzip/unzpriv.h
2334
# define _OEM_INTERN(str1) {register uch *p;\
src/bin/unzip/unzpriv.h
2335
for (p=(uch *)(str1); *p; p++)\
src/bin/unzip/unzpriv.h
2444
extern ZCONST uch ebcdic[];
src/bin/unzip/unzpriv.h
2447
extern ZCONST uch Far iso2oem[];
src/bin/unzip/unzpriv.h
2450
extern ZCONST uch Far oem2iso[];
src/bin/unzip/zipinfo.c
1006
(*G.message)((zvoid *)&G, (uch *)" ", 2L, 0); fnprint(__G);
src/bin/unzip/zipinfo.c
126
OF((__GPRO__ uch *ebfield));
src/bin/unzip/zipinfo.c
1311
uch *ef_ptr = G.extra_field;
src/bin/unzip/zipinfo.c
1319
if (G.extra_field == (uch *)NULL)
src/bin/unzip/zipinfo.c
1565
uch nullchar = ef_ptr[fnlen+5];
src/bin/unzip/zipinfo.c
1637
((int)(uch)ef_ptr[4])/10, ((int)(uch)ef_ptr[4])%10));
src/bin/unzip/zipinfo.c
1691
(*G.message)((zvoid *)&G, (uch *)".", 1L, 0);
src/bin/unzip/zipinfo.c
1696
(*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0);
src/bin/unzip/zipinfo.c
2081
uch *ebfield;
src/bin/unzip/zipinfo.c
917
(*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0);