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

/netbsd-6-1-5-RELEASE/usr.bin/last/
H A Dlast.c133 " [-H hostsize] [-h host] [-L linesize]\n"
152 int hostsize = UT_HOSTSIZE; local
183 hostsize = atoi(optarg);
184 if (hostsize < 1)
253 wtmpx(file, namesize, linesize, hostsize, numeric);
255 wtmp(file, namesize, linesize, hostsize, numeric);
257 wtmpx(file, namesize, linesize, hostsize, numeric);
259 wtmp(file, namesize, linesize, hostsize, numeric);

Completed in 55 milliseconds