Symbol: zvoid
src/bin/unzip/beos.c
1047
(*G.message)((zvoid *)&G, slide, (ulg)strlen((char *)slide), 0);
src/bin/unzip/crypt.h
151
unsigned zfwrite OF((zvoid *, extent, extent, FILE *));
src/bin/unzip/extract.c
106
static int dircomp OF((ZCONST zvoid *a, ZCONST zvoid *b));
src/bin/unzip/extract.c
1330
G.filename, (zvoid *)&G.lrec.ucsize)) {
src/bin/unzip/extract.c
2233
ZCONST zvoid *a, *b;
src/bin/unzip/extract.c
496
free((zvoid *)fn_matched);
src/bin/unzip/extract.c
498
free((zvoid *)xn_matched);
src/bin/unzip/extract.c
604
free((zvoid *)fn_matched);
src/bin/unzip/extract.c
611
free((zvoid *)xn_matched);
src/bin/unzip/fileio.c
1005
else if (uO.cflag && (*G.message)((zvoid *)&G, transbuf,
src/bin/unzip/fileio.c
1181
zvoid *pG; /* globals struct: always passed */
src/bin/unzip/fileio.c
1294
(*((Uz_Globs *)pG)->mpause)((zvoid *)pG,
src/bin/unzip/fileio.c
1354
(*((Uz_Globs *)pG)->mpause)((zvoid *)pG,
src/bin/unzip/fileio.c
1402
zvoid *pG; /* globals struct: always passed */
src/bin/unzip/fileio.c
1422
zvoid *pG; /* globals struct: always passed */
src/bin/unzip/fileio.c
1446
zvoid *pG; /* globals struct: always passed */
src/bin/unzip/fileio.c
1508
zvoid *pG; /* pointer to UnZip's internal global vars */
src/bin/unzip/fileio.c
1574
(*G.message)((zvoid *)&G, slide, 0L, 0x41); /* start of line (to stderr; */
src/bin/unzip/fileio.c
2075
win_fprintf((zvoid *)&G, stdout, length, (char *)G.outbuf);
src/bin/unzip/fileio.c
2076
win_fprintf((zvoid *)&G, stdout, 2, (char *)"\n\n");
src/bin/unzip/fileio.c
2079
(*G.message)((zvoid *)&G, G.outbuf, (ulg)(q-G.outbuf), 0);
src/bin/unzip/fileio.c
2100
(*G.message)((zvoid *)&G, slide, (ulg)(q-slide), 0);
src/bin/unzip/fileio.c
2103
(*G.mpause)((zvoid *)&G, LoadFarString(QuitPrompt), 0);
src/bin/unzip/fileio.c
2106
(*G.message)((zvoid *)&G, slide, (ulg)(q-slide), 0);
src/bin/unzip/fileio.c
2111
(*G.message)((zvoid *)&G, slide, 0L, 0x40);
src/bin/unzip/fileio.c
2339
zvoid *memset(buf, init, len)
src/bin/unzip/fileio.c
2340
register zvoid *buf; /* buffer location */
src/bin/unzip/fileio.c
2344
zvoid *start;
src/bin/unzip/fileio.c
2359
register ZCONST zvoid *b1;
src/bin/unzip/fileio.c
2360
register ZCONST zvoid *b2;
src/bin/unzip/fileio.c
2379
zvoid *memcpy(dst, src, len)
src/bin/unzip/fileio.c
2380
register zvoid *dst;
src/bin/unzip/fileio.c
2381
register ZCONST zvoid *src;
src/bin/unzip/fileio.c
2384
zvoid *start;
src/bin/unzip/fileio.c
530
(*G.message)((zvoid *)&G,
src/bin/unzip/fileio.c
574
(*G.message)((zvoid *)&G,
src/bin/unzip/fileio.c
806
else if (uO.cflag && (*G.message)((zvoid *)&G, rawbuf, size, 0))
src/bin/unzip/fileio.c
897
else if (uO.cflag && (*G.message)((zvoid *)&G,
src/bin/unzip/fileio.c
922
else if (uO.cflag && (*G.message)((zvoid *)&G,
src/bin/unzip/fileio.c
980
else if (uO.cflag && (*G.message)((zvoid *)&G,
src/bin/unzip/globals.h
149
zvoid *callerglobs; /* pointer to structure of pass-through global vars */
src/bin/unzip/inflate.c
1495
free((zvoid *)p);
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/process.c
1612
zvoid *getRISCOSexfield(ef_buf, ef_len)
src/bin/unzip/process.c
1647
return (zvoid *)ef_buf;
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/ttyio.c
127
# define GTTY(f, s) tcgetattr(f, (zvoid *) s)
src/bin/unzip/ttyio.c
128
# define STTY(f, s) tcsetattr(f, TCSAFLUSH, (zvoid *) s)
src/bin/unzip/ttyio.c
143
# define GTTY(f,s) ioctl(f,TCGETA,(zvoid *)s)
src/bin/unzip/ttyio.c
144
# define STTY(f,s) ioctl(f,TCSETAW,(zvoid *)s)
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
348
typedef void (UZ_EXP PauseFn) (zvoid *pG, ZCONST char *prompt, int flag);
src/bin/unzip/unzip.h
349
typedef int (UZ_EXP PasswdFn) (zvoid *pG, int *rcnt, char *pwbuf,
src/bin/unzip/unzip.h
352
typedef int (UZ_EXP StatCBFn) (zvoid *pG, int fnflag, ZCONST char *zfn,
src/bin/unzip/unzip.h
353
ZCONST char *efn, ZCONST zvoid *details);
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/unzip.h
599
void UZ_EXP UzpMorePause OF((zvoid *pG, ZCONST char *prompt, int flag));
src/bin/unzip/unzip.h
600
int UZ_EXP UzpPassword OF((zvoid *pG, int *rcnt, char *pwbuf,
src/bin/unzip/unzpriv.h
1114
(zvoid far *)calloc((unsigned)(items), (unsigned)(size))
src/bin/unzip/unzpriv.h
1732
zvoid *getRISCOSexfield OF((ZCONST uch *ef_buf, unsigned ef_len));
src/bin/unzip/unzpriv.h
1806
zvoid *memset OF((register zvoid *, register int, register unsigned int));
src/bin/unzip/unzpriv.h
1807
int memcmp OF((register ZCONST zvoid*, register ZCONST zvoid *,
src/bin/unzip/unzpriv.h
1809
zvoid *memcpy OF((register zvoid *, register ZCONST zvoid *,
src/bin/unzip/unzpriv.h
2067
zvoid far *zcalloc OF((unsigned int, unsigned int));
src/bin/unzip/unzpriv.h
2068
zvoid zcfree OF((zvoid far *));
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
2160
# define MESSAGE(str,len,flag) (*G.message)((zvoid *)&G,(str),(len),(flag))
src/bin/unzip/zipinfo.c
1006
(*G.message)((zvoid *)&G, (uch *)" ", 2L, 0); fnprint(__G);
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
848
G.filename, (zvoid *)&G.crec.ucsize)) {
src/bin/unzip/zipinfo.c
850
free((zvoid *)fn_matched);
src/bin/unzip/zipinfo.c
852
free((zvoid *)xn_matched);
src/bin/unzip/zipinfo.c
895
free((zvoid *)fn_matched);
src/bin/unzip/zipinfo.c
902
free((zvoid *)xn_matched);
src/bin/unzip/zipinfo.c
917
(*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0);