Lines Matching refs:UTRSZ
51 #define UTRSZ (sizeof (struct futmpx)) /* file record size */ macro
191 rectmpin += UTRSZ; in main()
192 if (fwrite(&Ut, UTRSZ, 1, stdout) < 1) { in main()
213 if (fread(w, (size_t)UTRSZ, (size_t)1, f) != 1) in winp()
219 (longlong_t)(ftell(f) - UTRSZ)); in winp()
342 off_t lastok = -(off_t)UTRSZ; in scanfile()
366 residue = Wtstat.st_size % UTRSZ; in scanfile()
371 ((n = fread(&Ut, (size_t)UTRSZ, (size_t)1, Wtmpx)) > 0) || in scanfile()
373 recin += UTRSZ) { in scanfile()
383 if (lastok == recin - UTRSZ) { in scanfile()
409 recin = lastok + UTRSZ + residue; in scanfile()
428 recin -= UTRSZ; in scanfile()
482 recin += UTRSZ; in scanfile()
483 if (!fread(&Ut2, (size_t)UTRSZ, (size_t)1, Wtmpx)) { in scanfile()
503 rectmp += 2 * UTRSZ; in scanfile()
504 if ((fwrite(&Ut, UTRSZ, 1, Temp) < 1) || in scanfile()
505 (fwrite(&Ut2, UTRSZ, 1, Temp) < 1)) { in scanfile()
511 if (fwrite(&Ut, UTRSZ, 1, Temp) < 1) { in scanfile()
515 rectmp += UTRSZ; in scanfile()