Searched refs:get_byte (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dgzipfs.c90 * Adapted from get_byte/check_header in libz
95 get_byte(struct z_file *zf, off_t *curoffp) function
125 c = get_byte(zf, &zf->zf_dataoffset);
130 method = get_byte(zf, &zf->zf_dataoffset);
131 flags = get_byte(zf, &zf->zf_dataoffset);
137 for (len = 0; len < 6; len++) (void)get_byte(zf, &zf->zf_dataoffset);
140 len = (uInt)get_byte(zf, &zf->zf_dataoffset);
141 len += ((uInt)get_byte(zf, &zf->zf_dataoffset))<<8;
143 while (len-- != 0 && get_byte(zf, &zf->zf_dataoffset) != -1) ;
146 while ((c = get_byte(z
[all...]
H A Dpkgfs.c420 get_byte(struct package *pkg, off_t *op) function
634 if (get_byte(pkg, &ofs) != 0x1f || get_byte(pkg, &ofs) != 0x8b)
637 if (get_byte(pkg, &ofs) != Z_DEFLATED)
640 flags = get_byte(pkg, &ofs);
646 if (get_byte(pkg, &ofs) == -1)
652 i = (get_byte(pkg, &ofs) & 0xff) |
653 ((get_byte(pkg, &ofs) << 8) & 0xff);
655 if (get_byte(pkg, &ofs) == -1)
663 i = get_byte(pk
[all...]
H A Dbzipfs.c109 * Adapted from get_byte/check_header in libz
114 get_byte(struct bz_file *bzf) function
132 c = get_byte(bzf);
138 c = get_byte(bzf);
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_i386.c63 get_byte(void *data) function
129 dhx->dhx_dis.d86_get_byte = get_byte;
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c249 get_byte(void) function
321 if ((c = get_byte()) == EOF)
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c383 get_byte(void) function
455 if ((mbi == mb_cur_max) || ((c = get_byte()) == EOF)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c216 #define get_byte() \ macro
225 get_byte(); \
231 get_byte(); \
494 get_byte();
541 get_byte();
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c318 * in get_byte().
485 #define NEEDBITS(n) do {while(k<(n)){b|=((ulg)get_byte())<<k;k+=8;}} while (0)
495 get_byte (void) function
1158 slide[w++] = get_byte ();
1236 * which has been updated in get_byte(). If so, update len
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dddi_v9_asm.s1540 bne,a .get_byte
1545 .get_byte:

Completed in 72 milliseconds