Searched refs:zipinfo (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/unzip/
H A Dunzipstb.c39 ZI_MAJORVER, ZI_MINORVER, UZ_PATCHLEVEL, pVersion->zipinfo.major,
40 pVersion->zipinfo.minor, pVersion->zipinfo.patchlevel);
H A Dapi.c87 version.zipinfo.major = ZI_MAJORVER;
88 version.zipinfo.minor = ZI_MINORVER;
89 version.zipinfo.patchlevel = UZ_PATCHLEVEL;
128 version->zipinfo.major = ZI_MAJORVER;
129 version->zipinfo.minor = ZI_MINORVER;
130 version->zipinfo.patchlevel = UZ_PATCHLEVEL;
H A Dunzip.h422 int hflag; /* -h: header line (zipinfo) */
433 int lflag; /* -12slmv: listing format (zipinfo) */
452 int tflag; /* -t: test (unzip) or totals line (zipinfo) */
453 int T_flag; /* -T: timestamps (unzip) or dec. time fmt (zipinfo) */
485 _version_type zipinfo; member in struct:_UzpVer
498 _version_type zipinfo; member in struct:_UzpVer2
H A Dprocess.c839 error = zipinfo(__G); /* ZIPINFO 'EM */
H A Dunzpriv.h725 # define USAGE(ret) usage(__G__ (ret)) /* used in unzip.c, zipinfo.c */
1318 /* don't forget to update list_files(), extract.c and zipinfo.c appropriately
1738 Functions in zipinfo.c (`zipinfo-style' listing routines):
1746 int zipinfo OF((__GPRO));
2177 * Skip a variable-length field, and report any errors. Used in zipinfo.c
H A Dzipinfo.c11 zipinfo.c Greg Roelofs et al.
17 zipinfo()
132 /* Strings used in zipinfo.c (ZipInfo half) */
447 G.extract_flag = FALSE; /* zipinfo does not extract to disk */
694 /* Function zipinfo() */
697 int zipinfo(__G) /* return PK-type error code */ function
735 uO.L_flag = FALSE; /* zipinfo mode: never convert name to lowercase */
921 } /* end function zipinfo() */

Completed in 69 milliseconds