taglinefilesource code
get_byte80zBoot/inflate.c(decrypt ? (cc = get_byte(), zdecode(cc), cc) : get_byte())
get_byte82zBoot/inflate.c#  define NEXTBYTE()  (uch)get_byte()
get_byte365zBoot/misc.cmagic[0] = (char)get_byte();
get_byte366zBoot/misc.cmagic[1] = (char)get_byte();
get_byte377zBoot/misc.cmethod = (int)get_byte();
get_byte378zBoot/misc.cflags  = (uch)get_byte();
get_byte388zBoot/misc.c(ulg)get_byte();  /* Get timestamp */
get_byte389zBoot/misc.c((ulg)get_byte()) << 8;
get_byte390zBoot/misc.c((ulg)get_byte()) << 16;
get_byte391zBoot/misc.c((ulg)get_byte()) << 24;
get_byte393zBoot/misc.c(void)get_byte();  /* Ignore extra flags for the moment */
get_byte394zBoot/misc.c(void)get_byte();  /* Ignore OS type for the moment */
get_byte397zBoot/misc.cunsigned len = (unsigned)get_byte();
get_byte398zBoot/misc.clen |= ((unsigned)get_byte())<<8;
get_byte399zBoot/misc.cwhile (len--) (void)get_byte();
get_byte406zBoot/misc.cwhile (get_byte() != 0) /* null */ ;
get_byte413zBoot/misc.cwhile (get_byte() != 0) /* null */ ;
get_byte133zBoot/unzip.cuch c = (uch)get_byte();
get_byte149zBoot/unzip.cbuf[n] = (uch)get_byte(); /* may cause an error if EOF */
get_byte161zBoot/unzip.cbuf[n] = (uch)get_byte(); /* may cause an error if EOF */