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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c121 time_t loginat; /* time of (last) login */ member in struct:person
295 p->loginat = u->ut_tv.tv_sec;
416 p->loginat = u->ut_tv.tv_sec;
426 new->loginat = u->ut_tv.tv_sec;
564 pers->tty, ctime(&pers->loginat));
568 pers->tty, ctime(&pers->loginat));
608 p = ctime(&pers->loginat);
612 } else if (pers->loginat == 0) {
614 } else if (tloc - pers->loginat >= 180 * 24 * 60 * 60) {
656 char *ep = ctime(&pers->loginat);
[all...]

Completed in 60 milliseconds