Lines Matching refs:UTRSZ
53 #define UTRSZ (sizeof (struct futmpx)) /* file record size */ macro
193 rectmpin += UTRSZ; in main()
194 if (fwrite(&Ut, UTRSZ, 1, stdout) < 1) { in main()
215 if (fread(w, (size_t)UTRSZ, (size_t)1, f) != 1) in winp()
221 (longlong_t)(ftell(f) - UTRSZ)); in winp()
344 off_t lastok = -(off_t)UTRSZ; in scanfile()
368 residue = Wtstat.st_size % UTRSZ; in scanfile()
373 ((n = fread(&Ut, (size_t)UTRSZ, (size_t)1, Wtmpx)) > 0) || in scanfile()
375 recin += UTRSZ) { in scanfile()
385 if (lastok == recin - UTRSZ) { in scanfile()
411 recin = lastok + UTRSZ + residue; in scanfile()
430 recin -= UTRSZ; in scanfile()
484 recin += UTRSZ; in scanfile()
485 if (!fread(&Ut2, (size_t)UTRSZ, (size_t)1, Wtmpx)) { in scanfile()
505 rectmp += 2 * UTRSZ; in scanfile()
506 if ((fwrite(&Ut, UTRSZ, 1, Temp) < 1) || in scanfile()
507 (fwrite(&Ut2, UTRSZ, 1, Temp) < 1)) { in scanfile()
513 if (fwrite(&Ut, UTRSZ, 1, Temp) < 1) { in scanfile()
517 rectmp += UTRSZ; in scanfile()