Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/last/
H A Dlast.c415 static time_t *tmplogouts; in reallocate_buffer() local
419 tmplogouts = realloc(logouts, sizeof (time_t)*lines); in reallocate_buffer()
420 if (tmpttnames == NULL || tmplogouts == NULL) { in reallocate_buffer()
425 logouts = tmplogouts; in reallocate_buffer()