Home
last modified time | relevance | path

Searched refs:ll_tv (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/lastlogin/
H A Dlastlogin.c79 if (lastx.ll_tv.tv_sec == 0) in main()
97 (l->ll_tv.tv_sec) ? ctime((&l->ll_tv.tv_sec)) : "Never logged in\n"); in outputx()
/dragonfly/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c249 domsg(pamh, (time_t)ll.ll_tv.tv_sec, ll.ll_host, in dolastlogx()
254 ll.ll_tv = *now; in dolastlogx()
/dragonfly/usr.bin/finger/
H A Dutil.c114 w->loginat < ll.ll_tv.tv_sec) in enter_lastlog()
132 w->loginat = ll.ll_tv.tv_sec; in enter_lastlog()
/dragonfly/include/
H A Dutmpx.h126 struct timeval ll_tv; /* time entry was created */ member
/dragonfly/lib/libc/gen/
H A Dutmpx.c281 ll.ll_tv = utx->ut_tv; in pututxline()
/dragonfly/crypto/openssh/
H A Dloginrec.c1584 li->tv_sec = ll->ll_tv.tv_sec; in lastlog_get_entry()
1585 li->tv_usec = ll->ll_tv.tv_usec; in lastlog_get_entry()