last.c | 133 " [-H hostsize] [-h host] [-L linesize]\n" 151 int linesize = UT_LINESIZE; local in function:main 192 linesize = atoi(optarg); 193 if (linesize < 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); 378 #define LINESIZE UT_LINESIZE 385 #undef LINESIZE [all...] |