CPIOBSZ
(void) read_bytes(-1, holesdata, holesdata_sz, CPIOBSZ, data_in_info);
CPIOBSZ, data_in_info, G_p->g_holes);
filesz, CPIOBSZ, data_in_info);
if (read_exact && amt_to_read < CPIOBSZ)
readsz = CPIOBSZ;
amt_to_read == 0 && amount_read == CPIOBSZ) {
FLUSH(CPIOBSZ);
amount_read = read(Ifile, Buffr.b_in_p, CPIOBSZ);
(void) read_file(nam_p, CPIOBSZ, &realsz, B_FALSE);
cnt = (amt_to_read > CPIOBSZ) ? CPIOBSZ : (int)amt_to_read;
cnt = (int)(bytes > CPIOBSZ) ? CPIOBSZ : bytes;
if (Buffr.b_base_p == NULL || Buffr.b_size < (2 * CPIOBSZ)) {
cnt = (unsigned)(len > CPIOBSZ) ? CPIOBSZ : len;
cnt = (int)(bytes > CPIOBSZ) ? CPIOBSZ : bytes;