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

/freebsd-10-stable/usr.bin/finger/
H A Dfinger.h59 time_t loginat; /* time of (last) login */ member in struct:where
H A Dsprint.c108 if (!w->loginat) {
126 lc = localtime(&w->loginat);
130 if (now - w->loginat < SECSPERDAY * (DAYSPERWEEK - 1)) {
137 if (now - w->loginat >= SECSPERDAY * DAYSPERNYEAR / 2) {
H A Dutil.c119 w->loginat < ut->ut_tv.tv_sec)
136 w->loginat = ut->ut_tv.tv_sec;
150 w->loginat = ut->ut_tv.tv_sec;
313 if (touched < w->loginat) {
315 touched = w->loginat;
H A Dlprint.c176 tp = localtime(&w->loginat);
205 } else if (w->loginat == 0) {
208 tp = localtime(&w->loginat);
209 if (now - w->loginat > 86400 * 365 / 2) {

Completed in 102 milliseconds