HomeSort by: relevance | last modified time | path
    Searched defs:hostsize (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/last/
last.c 133 " [-H hostsize] [-h host] [-L linesize]\n"
152 int hostsize = UT_HOSTSIZE; local in function:main
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
    [all...]
last.c 133 " [-H hostsize] [-h host] [-L linesize]\n"
152 int hostsize = UT_HOSTSIZE; local in function:main
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
    [all...]

Completed in 24 milliseconds