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

/freebsd-9.3-release/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 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);
/freebsd-9.3-release/contrib/ntp/libparse/
H A Dieee754io.c46 static unsigned char get_byte (unsigned char *, offsets_t, int *);
126 get_byte( function
208 val = get_byte(bufp, offsets, &fieldindex); /* fetch sign byte & first part of characteristic */
213 val = get_byte(bufp, offsets, &fieldindex); /* fetch rest of characteristic and start of mantissa */
224 mantissa_low |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
225 mantissa_low |= get_byte(bufp, offsets, &fieldindex);
233 mantissa_high |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
234 mantissa_high |= get_byte(bufp, offsets, &fieldindex);
236 mantissa_low = (u_long)get_byte(bufp, offsets, &fieldindex) << 24;
237 mantissa_low |= (u_long)get_byte(buf
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-rdp.c184 get_byte (void) function
212 c = get_byte ();
424 val = get_byte ();
434 *pstat = get_byte ();
443 switch (get_byte ())
475 pc[i] = get_byte ();
495 *pi = get_byte ();
947 int type = get_byte ();
953 args[count].n = get_byte ();
964 len = get_byte ();
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp145 byte get_byte();
441 File::get_byte() function in class:File
487 if (f.get_byte() != 'I' || f.get_byte() != 'I')
566 *p++ = f.get_byte();
610 unsigned char c = f.get_byte();
742 unsigned char c = f.get_byte();
1191 printf("%c", f.get_byte());
1211 unsigned char c = f.get_byte();

Completed in 121 milliseconds