Symbol: get_byte
stand/libsa/bzipfs.c
130
c = get_byte(bzf);
stand/libsa/bzipfs.c
136
c = get_byte(bzf);
stand/libsa/gzipfs.c
123
c = get_byte(zf, &zf->zf_dataoffset);
stand/libsa/gzipfs.c
128
method = get_byte(zf, &zf->zf_dataoffset);
stand/libsa/gzipfs.c
129
flags = get_byte(zf, &zf->zf_dataoffset);
stand/libsa/gzipfs.c
135
for (len = 0; len < 6; len++) (void)get_byte(zf, &zf->zf_dataoffset);
stand/libsa/gzipfs.c
138
len = (uInt)get_byte(zf, &zf->zf_dataoffset);
stand/libsa/gzipfs.c
139
len += ((uInt)get_byte(zf, &zf->zf_dataoffset))<<8;
stand/libsa/gzipfs.c
141
while (len-- != 0 && get_byte(zf, &zf->zf_dataoffset) != -1) ;
stand/libsa/gzipfs.c
144
while ((c = get_byte(zf, &zf->zf_dataoffset)) != 0 && c != -1) ;
stand/libsa/gzipfs.c
147
while ((c = get_byte(zf, &zf->zf_dataoffset)) != 0 && c != -1) ;
stand/libsa/gzipfs.c
150
for (len = 0; len < 2; len++) c = get_byte(zf, &zf->zf_dataoffset);
stand/libsa/pkgfs.c
685
if (get_byte(pkg, &ofs) != 0x1f || get_byte(pkg, &ofs) != 0x8b)
stand/libsa/pkgfs.c
688
if (get_byte(pkg, &ofs) != Z_DEFLATED)
stand/libsa/pkgfs.c
691
flags = get_byte(pkg, &ofs);
stand/libsa/pkgfs.c
697
if (get_byte(pkg, &ofs) == -1)
stand/libsa/pkgfs.c
703
i = (get_byte(pkg, &ofs) & 0xff) |
stand/libsa/pkgfs.c
704
((get_byte(pkg, &ofs) << 8) & 0xff);
stand/libsa/pkgfs.c
706
if (get_byte(pkg, &ofs) == -1)
stand/libsa/pkgfs.c
714
i = get_byte(pkg, &ofs);
stand/libsa/pkgfs.c
723
i = get_byte(pkg, &ofs);
stand/libsa/pkgfs.c
734
if (get_byte(pkg, &ofs) == -1)
stand/libsa/pkgfs.c
736
if (get_byte(pkg, &ofs) == -1)
usr.bin/localedef/scanner.c
476
if ((mbi == mb_cur_max) || ((c = get_byte()) == EOF)) {