Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/finger/
Dsprint.c110 if (!w->loginat) { in sflag_print()
128 lc = localtime(&w->loginat); in sflag_print()
132 if (now - w->loginat < SECSPERDAY * (DAYSPERWEEK - 1)) { in sflag_print()
139 if (now - w->loginat >= SECSPERDAY * DAYSPERNYEAR / 2) { in sflag_print()
Dutil.c121 w->loginat < ut->ut_tv.tv_sec) in enter_lastlog()
138 w->loginat = ut->ut_tv.tv_sec; in enter_lastlog()
152 w->loginat = ut->ut_tv.tv_sec; in enter_where()
315 if (touched < w->loginat) { in find_idle_and_ttywrite()
317 touched = w->loginat; in find_idle_and_ttywrite()
Dlprint.c178 tp = localtime(&w->loginat); in lprint()
207 } else if (w->loginat == 0) { in lprint()
210 tp = localtime(&w->loginat); in lprint()
211 if (now - w->loginat > 86400 * 365 / 2) { in lprint()
Dfinger.h61 time_t loginat; /* time of (last) login */ member