Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/finger/
Dutil.c203 ll.ll_time = 0; in enter_lastlog()
207 else if (ll.ll_time != 0) { in enter_lastlog()
210 if (w->info == LOGGEDIN && w->loginat < ll.ll_time) in enter_lastlog()
229 w->loginat = ll.ll_time; in enter_lastlog()
/openbsd/src/usr.bin/ssh/
Dsshlogin.c108 return (time_t)ll.ll_time; in get_last_login_time()
177 ll.ll_time = time(NULL); in record_login()
/openbsd/src/include/
Dutmp.h57 time_t ll_time; member
/openbsd/src/usr.bin/login/
Dlogin.c848 ll.ll_time != 0) { in dolastlog()
850 24-5, (char *)ctime(&ll.ll_time)); in dolastlog()
862 (void)time(&ll.ll_time); in dolastlog()
/openbsd/src/usr.sbin/pppd/
Dauth.c741 (void)time(&ll.ll_time); in plogin()