Home
last modified time | relevance | path

Searched refs:get_byte (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c95 get_byte(struct z_file *zf, off_t *curoffp) in get_byte() function
125 c = get_byte(zf, &zf->zf_dataoffset); in check_header()
130 method = get_byte(zf, &zf->zf_dataoffset); in check_header()
131 flags = get_byte(zf, &zf->zf_dataoffset); in check_header()
138 (void) get_byte(zf, &zf->zf_dataoffset); in check_header()
141 len = (uInt)get_byte(zf, &zf->zf_dataoffset); in check_header()
142 len += ((uInt)get_byte(zf, &zf->zf_dataoffset))<<8; in check_header()
144 while (len-- != 0 && get_byte(zf, &zf->zf_dataoffset) != -1) in check_header()
148 while ((c = get_byte(zf, &zf->zf_dataoffset)) != 0 && c != -1) in check_header()
152 while ((c = get_byte(zf, &zf->zf_dataoffset)) != 0 && c != -1) in check_header()
[all …]
H A Dpkgfs.c420 get_byte(struct package *pkg, off_t *op) in get_byte() function
634 if (get_byte(pkg, &ofs) != 0x1f || get_byte(pkg, &ofs) != 0x8b) in new_package()
637 if (get_byte(pkg, &ofs) != Z_DEFLATED) in new_package()
640 flags = get_byte(pkg, &ofs); in new_package()
646 if (get_byte(pkg, &ofs) == -1) in new_package()
652 i = (get_byte(pkg, &ofs) & 0xff) | in new_package()
655 if (get_byte(pkg, &ofs) == -1) in new_package()
663 i = get_byte(pkg, &ofs); in new_package()
672 i = get_byte(pkg, &ofs); in new_package()
683 if (get_byte(pkg, &ofs) == -1) in new_package()
[all …]
H A Dbzipfs.c121 get_byte(struct bz_file *bzf) in get_byte() function
139 c = get_byte(bzf); in check_header()
145 c = get_byte(bzf); in check_header()
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_i386.c63 get_byte(void *data) in get_byte() function
129 dhx->dhx_dis.d86_get_byte = get_byte; in dis_i386_handle_attach()
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c249 get_byte(void) in get_byte() function
321 if ((c = get_byte()) == EOF) in get_wide()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c485 #define NEEDBITS(n) do {while(k<(n)){b|=((ulg)get_byte())<<k;k+=8;}} while (0)
495 get_byte (void) in get_byte() function
1158 slide[w++] = get_byte (); in inflate_window()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c3661 local int get_byte OF((gz_stream *s));
3827 local int get_byte(s) in get_byte() function
3865 c = get_byte(s);
3905 method = get_byte(s);
3906 flags = get_byte(s);
3916 len = (uInt)get_byte(s);
3917 len += ((uInt)get_byte(s))<<8;
4108 uLong x = (uLong)get_byte(s);
4111 x += ((uLong)get_byte(s))<<8;
4112 x += ((uLong)get_byte(s))<<16;
[all …]
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c383 get_byte(void) in get_byte() function
455 if ((mbi == mb_cur_max) || ((c = get_byte()) == EOF)) { in get_wide()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c215 #define get_byte() \ macro
224 get_byte(); \
230 get_byte(); \
493 get_byte(); in slpv2_url()
540 get_byte(); in slpv2_url()
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dddi_v9_asm.S947 bne,a .get_byte
952 .get_byte: label