get_input_bytes
static bool_t get_input_bytes(RECSTREAM *, caddr_t, int, bool_t);
if (!get_input_bytes(rstrm, addr, current, FALSE))
if (!get_input_bytes(rstrm, addr, current, FALSE))
if (!get_input_bytes(rstrm, (caddr_t)&header, (int)sizeof (header),
if (!get_input_bytes(rstrm, addr, frag_len, current))
if (! get_input_bytes(rstrm, (caddr_t)&header, 0, sizeof (header)))
static bool_t get_input_bytes();