Home
last modified time | relevance | path

Searched defs:lastlog (Results 1 – 3 of 3) sorted by relevance

/original-bsd/include/
H A Dlastlog.h9 struct lastlog { struct
10 time_t ll_time;
11 char ll_line[8];
12 char ll_host[16]; /* same as in utmp */
H A Dutmp.h26 struct lastlog { struct
27 time_t ll_time;
28 char ll_line[UT_LINESIZE];
29 char ll_host[UT_HOSTSIZE];
/original-bsd/sbin/routed/
H A Dtrace.c28 static struct timeval lastlog; variable