Home
last modified time | relevance | path

Searched refs:UTRSZ (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/acct/
H A Dwtmpfix.c53 #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()
[all …]