Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/last/
H A Dlast.c104 static time_t *logouts; variable
257 logouts = calloc(lines, sizeof (time_t)); in main()
258 if (ttnames == NULL || logouts == NULL) { in main()
434 logouts[i] = -bp->ut_xtime; in main()
472 tmplogouts = realloc(logouts, sizeof (time_t)*lines); in reallocate_buffer()
478 logouts = tmplogouts; in reallocate_buffer()
482 logouts[j] = bootxtime; in reallocate_buffer()
580 *otime = logouts[i]; in record_time()
581 logouts[i] = bp->ut_xtime; in record_time()