Home
last modified time | relevance | path

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

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