taglinefilesource code
get_byte218zBoot/inflate.c(decrypt ? (cc = get_byte(), zdecode(cc), cc) : get_byte())
get_byte220zBoot/inflate.c#  define NEXTBYTE()  (uch)get_byte()
get_byte334zBoot/misc.cmagic[0] = (char)get_byte();
get_byte335zBoot/misc.cmagic[1] = (char)get_byte();
get_byte346zBoot/misc.cmethod = (int)get_byte();
get_byte347zBoot/misc.cflags  = (uch)get_byte();
get_byte363zBoot/misc.c(ulg)get_byte();  /* Get timestamp */
get_byte364zBoot/misc.c((ulg)get_byte()) << 8;
get_byte365zBoot/misc.c((ulg)get_byte()) << 16;
get_byte366zBoot/misc.c((ulg)get_byte()) << 24;
get_byte368zBoot/misc.c(void)get_byte();  /* Ignore extra flags for the moment */
get_byte369zBoot/misc.c(void)get_byte();  /* Ignore OS type for the moment */
get_byte372zBoot/misc.cunsigned part = (unsigned)get_byte();
get_byte373zBoot/misc.cpart |= ((unsigned)get_byte())<<8;
get_byte379zBoot/misc.cunsigned len = (unsigned)get_byte();
get_byte380zBoot/misc.clen |= ((unsigned)get_byte())<<8;
get_byte381zBoot/misc.cwhile (len--) (void)get_byte();
get_byte388zBoot/misc.cwhile (get_byte() != 0) /* null */ ;
get_byte395zBoot/misc.cwhile (get_byte() != 0) /* null */ ;
get_byte131zBoot/unzip.cuch c = (uch)get_byte();
get_byte147zBoot/unzip.cbuf[n] = (uch)get_byte(); /* may cause an error if EOF */
get_byte159zBoot/unzip.cbuf[n] = (uch)get_byte(); /* may cause an error if EOF */