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

/netbsd-6-1-5-RELEASE/include/
H A Dutmp.h53 char ll_host[UT_HOSTSIZE]; member in struct:lastlog
H A Dutmpx.h124 char ll_host[_UTX_HOSTSIZE]; /* host name */ member in struct:lastlogx
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsshlogin.c93 if (bufsize > sizeof(llxp->ll_host) + 1)
94 bufsize = sizeof(llxp->ll_host) + 1;
95 strncpy(buf, llxp->ll_host, bufsize - 1);
122 if (bufsize > sizeof(ll.ll_host) + 1)
123 bufsize = sizeof(ll.ll_host) + 1;
124 strncpy(buf, ll.ll_host, bufsize - 1);
210 strncpy(ll.ll_host, host, sizeof(ll.ll_host));
247 strncpy(llx.ll_host, host, sizeof(llx.ll_host));
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/compat/gen/
H A Dcompat_utmpx.c81 (void)memcpy(ll->ll_host, ll50->ll_host, sizeof(ll->ll_host));
90 (void)memcpy(ll50->ll_host, ll->ll_host, sizeof(ll50->ll_host));
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c309 domsg(pamh, (time_t)ll.ll_tv.tv_sec, ll.ll_host,
310 sizeof(ll.ll_host), ll.ll_line,
317 (void)strncpy(ll.ll_host, hostname, sizeof(ll.ll_host));
319 (void)memset(ll.ll_host, 0, sizeof(ll.ll_host));
365 domsg(pamh, ll.ll_time, ll.ll_host,
366 sizeof(ll.ll_host), ll.ll_line,
375 (void)strncpy(ll.ll_host, hostname, sizeof(ll.ll_host));
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dcommon.c274 if (*ll.ll_host != '\0')
276 (int)sizeof(ll.ll_host),
277 ll.ll_host);
285 (void)strncpy(ll.ll_host, hostname, sizeof(ll.ll_host));
287 (void)memset(ll.ll_host, '\0', sizeof(ll.ll_host));
325 if (*ll.ll_host != '\0')
327 (int)sizeof(ll.ll_host),
328 ll.ll_host);
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/compat/include/
H A Dutmpx.h56 char ll_host[_UTX_HOSTSIZE]; /* host name */ member in struct:lastlogx50
/netbsd-6-1-5-RELEASE/usr.sbin/lastlogin/
H A Dlastlogin.c224 (void)strlcpy(o.o_host, l->ll_host, sizeof(l->ll_host));
346 (void)strlcpy(o.o_host, l->ll_host, sizeof(l->ll_host));
/netbsd-6-1-5-RELEASE/usr.bin/finger/
H A Dutil.c177 ll.ll_line[0] = ll.ll_host[0] = '\0';
206 memcpy(w->host, ll.ll_host, UT_HOSTSIZE);

Completed in 129 milliseconds