Searched refs:Wtmpx (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/acct/ |
H A D | wtmpfix.c | 95 static FILE *Wtmpx, *Temp; variable 162 Wtmpx = stdin; in main() 164 } else if ((Wtmpx = fopen(*argv, "r")) == NULL) { in main() 177 if (Wtmpx != stdin) in main() 178 (void) fclose(Wtmpx); in main() 363 if (fstat(fileno(Wtmpx), &Wtstat) == -1) { in scanfile() 373 ((n = fread(&Ut, (size_t)UTRSZ, (size_t)1, Wtmpx)) > 0) || in scanfile() 413 if (fseeko(Wtmpx, recin, SEEK_SET) != 0) { in scanfile() 485 if (!fread(&Ut2, (size_t)UTRSZ, (size_t)1, Wtmpx)) { in scanfile()
|