Home | History | Annotate | Download | only in last

Lines Matching defs:namesize

134 	    "\t    [-N namesize] [-t tty] [user ...]\n", getprogname(),
150 int namesize = UT_NAMESIZE;
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
399 #define NAMESIZE UTX_USERSIZE