Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acct/
H A Dwtmpfix.c336 struct stat Wtstat; in scanfile() local
363 if (fstat(fileno(Wtmpx), &Wtstat) == -1) { in scanfile()
367 } else if ((Wtstat.st_mode & S_IFMT) == S_IFREG) { in scanfile()
368 residue = Wtstat.st_size % UTRSZ; in scanfile()