Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshlogin.c104 if (bufsize > sizeof(ll.ll_host) + 1) in get_last_login_time()
105 bufsize = sizeof(ll.ll_host) + 1; in get_last_login_time()
106 strncpy(buf, ll.ll_host, bufsize - 1); in get_last_login_time()
179 strncpy(ll.ll_host, host, sizeof(ll.ll_host)); in record_login()
/openbsd/include/
H A Dutmp.h59 char ll_host[UT_HOSTSIZE]; member
/openbsd/usr.bin/login/
H A Dlogin.c854 if (*ll.ll_host != '\0') in dolastlog()
856 (int)sizeof(ll.ll_host), in dolastlog()
857 ll.ll_host); in dolastlog()
865 (void)strncpy(ll.ll_host, hostname, sizeof(ll.ll_host)); in dolastlog()
/openbsd/usr.bin/finger/
H A Dutil.c202 ll.ll_line[0] = ll.ll_host[0] = '\0'; in enter_lastlog()
227 bcopy(ll.ll_host, w->host, UT_HOSTSIZE); in enter_lastlog()