last.c | 134 "\t [-N namesize] [-t tty] [user ...]\n", getprogname(), 150 int namesize = UT_NAMESIZE; local in function:main 197 namesize = atoi(optarg); 198 if (namesize < 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); 377 #define NAMESIZE UT_NAMESIZE 384 #undef NAMESIZE [all...] |