taglinefilesource code
get_byte434drivers/net/plip.cplip_type = get_byte(dev);
get_byte436drivers/net/plip.clength = get_byte(dev) << 8;
get_byte437drivers/net/plip.clength |= get_byte(dev);
get_byte444drivers/net/plip.c*eth_p = get_byte(dev);
get_byte452drivers/net/plip.ch_dest = get_byte(dev);
get_byte453drivers/net/plip.ch_source = get_byte(dev);
get_byte454drivers/net/plip.ctype = get_byte(dev) << 8;
get_byte455drivers/net/plip.ctype |= get_byte(dev);
get_byte495drivers/net/plip.cunsigned char new_byte = get_byte(dev);
get_byte500drivers/net/plip.cif (checksum != get_byte(dev)) {
get_byte80zBoot/inflate.c(decrypt ? (cc = get_byte(), zdecode(cc), cc) : get_byte())
get_byte82zBoot/inflate.c#  define NEXTBYTE()  (uch)get_byte()
get_byte350zBoot/misc.cmagic[0] = (char)get_byte();
get_byte351zBoot/misc.cmagic[1] = (char)get_byte();
get_byte362zBoot/misc.cmethod = (int)get_byte();
get_byte363zBoot/misc.cflags  = (uch)get_byte();
get_byte379zBoot/misc.c(ulg)get_byte();  /* Get timestamp */
get_byte380zBoot/misc.c((ulg)get_byte()) << 8;
get_byte381zBoot/misc.c((ulg)get_byte()) << 16;
get_byte382zBoot/misc.c((ulg)get_byte()) << 24;
get_byte384zBoot/misc.c(void)get_byte();  /* Ignore extra flags for the moment */
get_byte385zBoot/misc.c(void)get_byte();  /* Ignore OS type for the moment */
get_byte388zBoot/misc.cunsigned part = (unsigned)get_byte();
get_byte389zBoot/misc.cpart |= ((unsigned)get_byte())<<8;
get_byte395zBoot/misc.cunsigned len = (unsigned)get_byte();
get_byte396zBoot/misc.clen |= ((unsigned)get_byte())<<8;
get_byte397zBoot/misc.cwhile (len--) (void)get_byte();
get_byte404zBoot/misc.cwhile (get_byte() != 0) /* null */ ;
get_byte411zBoot/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 */