Searched full:ll_host (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/pam_modules/unix_session/ |
H A D | unix_session.c | 168 (void) strlcpy(newll.ll_host, rhost, in pam_sm_open_session() 169 sizeof (newll.ll_host)); in pam_sm_open_session() 179 user, buf, newll.ll_line, newll.ll_host); in pam_sm_open_session()
|
/illumos-gate/usr/src/head/ |
H A D | lastlog.h | 53 char ll_host[16]; /* same as in utmp */ member
|
/illumos-gate/usr/src/cmd/login/ |
H A D | login.c | 2464 if (*ll.ll_host != '\0') in display_last_login_time() 2465 (void) printf("from %.*s\n", sizeof (ll.ll_host), in display_last_login_time() 2466 ll.ll_host); in display_last_login_time()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 756 h_max = min(HMAX, sizeof (ll.ll_host)); in findwhen() 760 bcopy(ll.ll_host, pers->host, h_max); in findwhen()
|