Searched refs:bytestoread (Results 1 – 1 of 1) sorted by relevance
4552 u_int32_t bytestoread; in au_read_rec() local4591 bytestoread = recsize - (sizeof(u_int32_t) + sizeof(u_char)); in au_read_rec()4593 if (fread(bptr, 1, bytestoread, fp) < bytestoread) { in au_read_rec()