Lines Matching defs:linesize
133 " [-H hostsize] [-h host] [-L linesize]\n"
151 int linesize = UT_LINESIZE;
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
400 #define LINESIZE UTX_LINESIZE