Searched refs:wtmpfile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/last/
H A Dlast.c132 char *wtmpfile = "/var/adm/wtmpx"; local
166 wtmpfile = &argv[i][j+1];
168 wtmpfile = argv[++i];
235 wtmp = open(wtmpfile, 0);
237 perror(wtmpfile);

Completed in 43 milliseconds