Searched refs:logouts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/last/
H A Dlast.c91 * ttnames and logouts are allocated in the blocks of
96 * All elements of the logouts are initialised to bootxtime
101 static time_t *logouts; variable
248 logouts = calloc(lines, sizeof (time_t));
249 if (ttnames == NULL || logouts == NULL) {
387 logouts[i] = -bp->ut_xtime;
419 tmplogouts = realloc(logouts, sizeof (time_t)*lines);
425 logouts = tmplogouts;
429 logouts[j] = bootxtime;
527 *otime = logouts[
[all...]

Completed in 56 milliseconds