Lines Matching refs:logouts
91 * ttnames and logouts are allocated in the blocks of
96 * All elements of the logouts are initialised to bootxtime
101 static time_t *logouts;
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[i];
528 logouts[i] = bp->ut_xtime;