Searched refs:get_byte (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | gzipfs.c | 95 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 …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | scanner.c | 249 get_byte(void) in get_byte() function 321 if ((c = get_byte()) == EOF) in get_wide()
|
/illumos-gate/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 …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | scanner.c | 371 get_byte(void) in get_byte() function 441 if ((mbi == mb_cur_max) || ((c = get_byte()) == EOF)) { in get_wide()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_slp.c | 215 #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 D | ddi_v9_asm.S | 947 bne,a .get_byte 952 .get_byte: label
|