Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c167 (void) strlcpy(newll.ll_host, rhost, in pam_sm_open_session()
168 sizeof (newll.ll_host)); in pam_sm_open_session()
178 user, buf, newll.ll_line, newll.ll_host); in pam_sm_open_session()
/titanic_44/usr/src/head/
H A Dlastlog.h55 char ll_host[16]; /* same as in utmp */ member
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dloginrec.c1388 (void) strlcpy(last->ll_host, li->hostname, in lastlog_construct()
1389 MIN_SIZEOF(last->ll_host, li->hostname)); in lastlog_construct()
1496 (void) strlcpy(li->hostname, last->ll_host, in lastlog_populate_entry()
1497 MIN_SIZEOF(li->hostname, last->ll_host)); in lastlog_populate_entry()
/titanic_44/usr/src/cmd/login/
H A Dlogin.c2458 if (*ll.ll_host != '\0') in display_last_login_time()
2459 (void) printf("from %.*s\n", sizeof (ll.ll_host), in display_last_login_time()
2460 ll.ll_host); in display_last_login_time()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c752 h_max = min(HMAX, sizeof (ll.ll_host)); in findwhen()
756 bcopy(ll.ll_host, pers->host, h_max); in findwhen()