taglinefilesource code
pkzip48zBoot/unzip.cint pkzip = 0;    /* set for a pkzip file */
pkzip82zBoot/unzip.cpkzip = 1;
pkzip108zBoot/unzip.cif (pkzip && !extended) {  /* crc and length at the end otherwise */
pkzip124zBoot/unzip.c} else if (pkzip && method == STORED) {
pkzip144zBoot/unzip.cif (!pkzip) {
pkzip176zBoot/unzip.cif (pkzip && inptr + 4 < insize && LG(inbuf+inptr) == LOCSIG) {
pkzip179zBoot/unzip.cextended = pkzip = 0; /* for next file */