Home
last modified time | relevance | path

Searched refs:zvoid (Results 1 – 16 of 16) sorted by relevance

/haiku/src/bin/unzip/
H A Dunzip.h329 typedef void zvoid; typedef
336 typedef char zvoid; typedef
346 typedef int (UZ_EXP MsgFn) (zvoid *pG, uch *buf, ulg size, int flag);
347 typedef int (UZ_EXP InputFn) (zvoid *pG, uch *buf, int *size, int flag);
348 typedef void (UZ_EXP PauseFn) (zvoid *pG, ZCONST char *prompt, int flag);
349 typedef int (UZ_EXP PasswdFn) (zvoid *pG, int *rcnt, char *pwbuf,
352 typedef int (UZ_EXP StatCBFn) (zvoid *pG, int fnflag, ZCONST char *zfn,
353 ZCONST char *efn, ZCONST zvoid *details);
596 int UZ_EXP UzpMessagePrnt OF((zvoid *pG, uch *buf, ulg size, int flag));
597 int UZ_EXP UzpMessageNull OF((zvoid *pG, uch *buf, ulg size, int flag));
[all …]
H A Dfileio.c530 (*G.message)((zvoid *)&G,
574 (*G.message)((zvoid *)&G, in readbyte()
806 else if (uO.cflag && (*G.message)((zvoid *)&G, rawbuf, size, 0))
897 else if (uO.cflag && (*G.message)((zvoid *)&G,
922 else if (uO.cflag && (*G.message)((zvoid *)&G,
980 else if (uO.cflag && (*G.message)((zvoid *)&G,
1005 else if (uO.cflag && (*G.message)((zvoid *)&G, transbuf,
1181 zvoid *pG; /* globals struct: always passed */ in UzpMessagePrnt()
1294 (*((Uz_Globs *)pG)->mpause)((zvoid *)pG,
1354 (*((Uz_Globs *)pG)->mpause)((zvoid *)pG,
[all …]
H A Dunzpriv.h1114 (zvoid far *)calloc((unsigned)(items), (unsigned)(size))
1732 zvoid *getRISCOSexfield OF((ZCONST uch *ef_buf, unsigned ef_len));
1806 zvoid *memset OF((register zvoid *, register int, register unsigned int));
1807 int memcmp OF((register ZCONST zvoid*, register ZCONST zvoid *,
1809 zvoid *memcpy OF((register zvoid *, register ZCONST zvoid *,
2067 zvoid far *zcalloc OF((unsigned int, unsigned int));
2068 zvoid zcfree OF((zvoid far *));
2141 (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag))
2144 (*G.message)((zvoid *)&G, (uch *)(buf), \
2160 # define MESSAGE(str,len,flag) (*G.message)((zvoid *)&G,(str),(len),(flag))
H A Dttyio.c127 # define GTTY(f, s) tcgetattr(f, (zvoid *) s)
128 # define STTY(f, s) tcsetattr(f, TCSAFLUSH, (zvoid *) s)
143 # define GTTY(f,s) ioctl(f,TCGETA,(zvoid *)s)
144 # define STTY(f,s) ioctl(f,TCSETAW,(zvoid *)s)
H A Dcrypt.h151 unsigned zfwrite OF((zvoid *, extent, extent, FILE *));
H A Dapi.c192 static int UzpDLL_Init OF((zvoid *pG, UzpCB *UsrFuncts));
195 zvoid *pG; in UzpDLL_Init()
260 if (!UzpDLL_Init((zvoid *)&G, UsrFuncts)) { in UzpUnzipToMemory()
H A Dzipinfo.c848 G.filename, (zvoid *)&G.crec.ucsize)) { in zipinfo()
850 free((zvoid *)fn_matched); in zipinfo()
852 free((zvoid *)xn_matched); in zipinfo()
895 free((zvoid *)fn_matched); in zipinfo()
902 free((zvoid *)xn_matched); in zipinfo()
917 (*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0); in zipinfo()
1006 (*G.message)((zvoid *)&G, (uch *)" ", 2L, 0); fnprint(__G);
1691 (*G.message)((zvoid *)&G, (uch *)".", 1L, 0);
1696 (*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0);
H A Dextract.c106 static int dircomp OF((ZCONST zvoid *a, ZCONST zvoid *b));
496 free((zvoid *)fn_matched); in extract_or_test_files()
498 free((zvoid *)xn_matched); in extract_or_test_files()
604 free((zvoid *)fn_matched); in extract_or_test_files()
611 free((zvoid *)xn_matched); in extract_or_test_files()
1330 G.filename, (zvoid *)&G.lrec.ucsize)) {
2233 ZCONST zvoid *a, *b;
H A Dglobals.h149 zvoid *callerglobs; /* pointer to structure of pass-through global vars */
H A Dcryptf.c356 zvoid *buf; /* data buffer */ in zfwrite()
436 r = (*G.decr_passwd)((zvoid *)&G, &n, GLOBAL(key), IZ_PWLEN+1,
H A Dcrypt.c353 zvoid *buf; /* data buffer */ in zfwrite()
433 r = (*G.decr_passwd)((zvoid *)&G, &n, GLOBAL(key), IZ_PWLEN+1,
H A Dlist.c668 (*G.message)((zvoid *)&G, (uch *)name, (ulg)strlen(name), 0); in fnprint()
669 (*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0); in fnprint()
H A Dprocess.c323 (*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0); in process_zipfiles()
434 (*G.message)((zvoid *)&G, (uch *)"\n", 1L, 0x401); in process_zipfiles()
1612 zvoid *getRISCOSexfield(ef_buf, ef_len)
1647 return (zvoid *)ef_buf;
H A Dbeos.c1047 (*G.message)((zvoid *)&G, slide, (ulg)strlen((char *)slide), 0); in version()
H A Dinflatef.c1253 free((zvoid *)p);
H A Dinflate.c1495 free((zvoid *)p);