Searched refs:ut_host (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-10.3-release/usr.bin/last/
H A Dlast.c347 bp->ut_user, bp->ut_line, bp->ut_host);
401 if (!strcasecmp(step->name, bp->ut_host))
/freebsd-10.3-release/usr.bin/getent/
H A Dgetent.c654 ut->ut_pid, ut->ut_user, ut->ut_line, ut->ut_host);
665 ut->ut_pid, ut->ut_user, ut->ut_line, ut->ut_host);
/freebsd-10.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c165 int UT_HOSTSIZE = sizeof(utmp.ut_host);
519 (void)strncpy(utmp.ut_host, hostname, sizeof(utmp.ut_host));
/freebsd-10.3-release/contrib/opie/
H A Dconfigure2525 echo $ac_n "checking for ut_host in struct utmp""... $ac_c" 1>&6
2526 echo "configure:2527: checking for ut_host in struct utmp" >&5
2533 struct utmp foo; return (int)foo.ut_host[0];
/freebsd-10.3-release/crypto/heimdal/
H A Dconfigure27153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_host in struct utmp" >&5
27154 $as_echo_n "checking for ut_host in struct utmp... " >&6; }
27165 struct utmp x; memset(&x, 0, sizeof(x)); x.ut_host
27343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_host in struct utmpx" >&5
27344 $as_echo_n "checking for ut_host in struct utmpx... " >&6; }
27355 struct utmpx x; memset(&x, 0, sizeof(x)); x.ut_host

Completed in 90 milliseconds

12