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