Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/last/
H A Dlast.c101 static time_t *logouts; variable
248 logouts = calloc(lines, sizeof (time_t)); in main()
249 if (ttnames == NULL || logouts == NULL) { in main()
387 logouts[i] = -bp->ut_xtime; in main()
419 tmplogouts = realloc(logouts, sizeof (time_t)*lines); in reallocate_buffer()
425 logouts = tmplogouts; in reallocate_buffer()
429 logouts[j] = bootxtime; in reallocate_buffer()
527 *otime = logouts[i]; in record_time()
528 logouts[i] = bp->ut_xtime; in record_time()