Searched refs:get_byte (Results 1 – 9 of 9) sorted by relevance
| /titanic_54/usr/src/boot/lib/libstand/ |
| H A D | gzipfs.c | 94 get_byte(struct z_file *zf, off_t *curoffp) in get_byte() function 124 c = get_byte(zf, &zf->zf_dataoffset); in check_header() 129 method = get_byte(zf, &zf->zf_dataoffset); in check_header() 130 flags = get_byte(zf, &zf->zf_dataoffset); in check_header() 136 for (len = 0; len < 6; len++) (void)get_byte(zf, &zf->zf_dataoffset); in check_header() 139 len = (uInt)get_byte(zf, &zf->zf_dataoffset); in check_header() 140 len += ((uInt)get_byte(zf, &zf->zf_dataoffset))<<8; in check_header() 142 while (len-- != 0 && get_byte(zf, &zf->zf_dataoffset) != -1) ; in check_header() 145 while ((c = get_byte(zf, &zf->zf_dataoffset)) != 0 && c != -1) ; in check_header() 148 while ((c = get_byte(zf, &zf->zf_dataoffset)) != 0 && c != -1) ; in check_header() [all …]
|
| H A D | pkgfs.c | 420 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() 653 ((get_byte(pkg, &ofs) << 8) & 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() [all …]
|
| H A D | bzipfs.c | 113 get_byte(struct bz_file *bzf) in get_byte() function 131 c = get_byte(bzf); in check_header() 137 c = get_byte(bzf); in check_header()
|
| /titanic_54/usr/src/lib/libdisasm/common/ |
| H A D | dis_i386.c | 63 get_byte(void *data) in get_byte() function 129 dhx->dhx_dis.d86_get_byte = get_byte; in dis_i386_handle_attach()
|
| /titanic_54/usr/src/grub/grub-0.97/stage2/ |
| H A D | gunzip.c | 485 #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()
|
| /titanic_54/usr/src/contrib/ast/src/cmd/INIT/ |
| H A D | ratz.c | 3661 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); 3913 for (len = 0; len < 6; len++) (void)get_byte(s); 3916 len = (uInt)get_byte(s); 3917 len += ((uInt)get_byte(s))<<8; 3919 while (len-- != 0 && get_byte(s) != EOF) ; 3922 while ((c = get_byte(s)) != 0 && c != EOF) ; [all …]
|
| /titanic_54/usr/src/cmd/localedef/ |
| H A D | scanner.c | 383 get_byte(void) in get_byte() function 455 if ((mbi == mb_cur_max) || ((c = get_byte()) == EOF)) { in get_wide()
|
| /titanic_54/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_slp.c | 216 #define get_byte() \ macro 225 get_byte(); \ 231 get_byte(); \ 494 get_byte(); in slpv2_url() 541 get_byte(); in slpv2_url()
|
| /titanic_54/usr/src/uts/sparc/v9/ml/ |
| H A D | ddi_v9_asm.s | 1540 bne,a .get_byte 1545 .get_byte: label
|