Lines Matching defs:UZ_EXP

298 #  define UZ_EXP EXPENTRY
304 # define UZ_EXP _System /* compiler keyword */
306 # define UZ_EXP
312 # define UZ_EXP WINAPI
314 # define UZ_EXP EXPENTRY
318 #ifndef UZ_EXP
319 # define UZ_EXP
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,
354 typedef void (UZ_EXP UsrIniFn) (void);
356 typedef int (UZ_EXP MsgFn) ();
357 typedef int (UZ_EXP InputFn) ();
358 typedef void (UZ_EXP PauseFn) ();
359 typedef int (UZ_EXP PasswdFn) ();
360 typedef int (UZ_EXP StatCBFn) ();
361 typedef void (UZ_EXP UsrIniFn) ();
524 #define cbList(func) int (* UZ_EXP func)(char *filename, cdir_file_hdr *crec)
574 int UZ_EXP UzpMain OF((int argc, char **argv));
575 int UZ_EXP UzpAltMain OF((int argc, char **argv, UzpInit *init));
576 UzpVer * UZ_EXP UzpVersion OF((void));
577 void UZ_EXP UzpFreeMemBuffer OF((UzpBuffer *retstr));
579 int UZ_EXP UzpUnzipToMemory OF((char *zip, char *file, UzpOpts *optflgs,
581 int UZ_EXP UzpGrep OF((char *archive, char *file,
586 int UZ_EXP UzpFileTree OF((char *name, cbList(callBack),
590 void UZ_EXP UzpVersion2 OF((UzpVer2 *version));
591 int UZ_EXP UzpValidate OF((char *archive, int AllCodes));
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));
598 int UZ_EXP UzpInput OF((zvoid *pG, uch *buf, int *size, int flag));
599 void UZ_EXP UzpMorePause OF((zvoid *pG, ZCONST char *prompt, int flag));
600 int UZ_EXP UzpPassword OF((zvoid *pG, int *rcnt, char *pwbuf,