Home | History | Annotate | Download | only in last

Lines Matching defs:hostsize

133 	    " [-H hostsize] [-h host] [-L linesize]\n"
152 int hostsize = UT_HOSTSIZE;
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
401 #define HOSTSIZE UTX_HOSTSIZE