last.c | 133 " [-H hostsize] [-h host] [-L linesize]\n" 152 int hostsize = UT_HOSTSIZE; local in function:main 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); 379 #define HOSTSIZE UT_HOSTSIZE 386 #undef HOSTSIZE [all...] |