Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshlogin.c90 struct lastlogx llx, *llxp; in get_last_login_time() local
100 if ((llxp = getlastlogx(_PATH_LASTLOGX, uid, &llx)) != NULL) { in get_last_login_time()
101 if (bufsize > sizeof(llxp->ll_host) + 1) in get_last_login_time()
102 bufsize = sizeof(llxp->ll_host) + 1; in get_last_login_time()
103 strncpy(buf, llxp->ll_host, bufsize - 1); in get_last_login_time()
105 return llxp->ll_tv.tv_sec; in get_last_login_time()