Searched refs:ll_host (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dutmp.h89 char ll_host[UT_HOSTSIZE]; member in struct:lastlog
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dutmpx-darwin.h75 char ll_host[UT_HOSTSIZE]; member in struct:lastlog32
H A Dutmpx-darwin.c1154 strncpy(l.ll_host, u->ut_host, sizeof(l.ll_host));
/macosx-10.10.1/Libc-1044.1.2/include/NetBSD/
H A Dutmpx.h133 char ll_host[_UTX_HOSTSIZE]; /* host name */ member in struct:lastlogx
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dloginrec.c1540 strlcpy(last.ll_host, li->hostname,
1541 MIN_SIZEOF(last.ll_host, li->hostname));
1575 strlcpy(li->hostname, ll->ll_host,
1576 MIN_SIZEOF(li->hostname, ll->ll_host));
1600 strlcpy(li->hostname, last.ll_host,
1601 MIN_SIZEOF(li->hostname, last.ll_host));
/macosx-10.10.1/system_cmds-643.1.1/login.tproj/
H A Dlogin.c1378 if (*lastlog.ll_host != '\0')
1380 (int)sizeof(lastlog.ll_host),
1381 lastlog.ll_host);
1393 if (*ll.ll_host != '\0')
1395 (int)sizeof(ll.ll_host),
1396 ll.ll_host);
/macosx-10.10.1/adv_cmds-158/finger/
H A Dutil.c141 bcopy(ll->ll_host, w->host, _UTX_HOSTSIZE);

Completed in 133 milliseconds