Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c91 static off_t recin; variable
370 for (recin = 0; in scanfile()
373 recin += UTRSZ) { in scanfile()
383 if (lastok == recin - UTRSZ) { in scanfile()
409 recin = lastok + UTRSZ + residue; in scanfile()
411 if (fseeko(Wtmpx, recin, SEEK_SET) != 0) { in scanfile()
428 recin -= UTRSZ; in scanfile()
446 lastok = recin; in scanfile()
482 recin += UTRSZ; in scanfile()
500 lastok = recin; in scanfile()
[all …]