Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acct/
H A Dwtmpfix.c110 static struct futmpx Ut, Ut2; variable
485 if (!fread(&Ut2, (size_t)UTRSZ, (size_t)1, Wtmpx)) { in scanfile()
496 if ((Ut2.ut_type != NEW_TIME) || in scanfile()
497 (strcmp(Ut2.ut_line, NTIME_MSG) != 0)) { in scanfile()
504 setdtab(rectmp, &Ut, &Ut2); in scanfile()
507 (fwrite(&Ut2, UTRSZ, 1, Temp) < 1)) { in scanfile()