Searched refs:ut_line (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-12-stable/libexec/rpc.rusersd/
H A Drusers_proc.c173 getidle(usr->ut_line, usr->ut_host);
174 utmp_idle[nusers].ui_utmp.ut_line =
175 utmp_list[nusers].ut_line;
/freebsd-12-stable/usr.bin/finger/
H A Dutil.c130 strcmp(w->tty, ut->ut_line) == 0)
136 strcpy(w->tty, ut->ut_line);
150 strcpy(w->tty, ut->ut_line);
/freebsd-12-stable/usr.sbin/lastlogin/
H A Dlastlogin.c161 u->ut_user, u->ut_line, u->ut_host);
/freebsd-12-stable/usr.bin/wall/
H A Dwall.c151 if (ttystat(utmp->ut_line) != 0)
175 if ((p = ttymsg(&iov, 1, utmp->ut_line, 60*5)) != NULL)
/freebsd-12-stable/usr.sbin/ppp/
H A Did.c214 (int)sizeof ut->ut_line, ut->ut_line,
H A Dphysical.c921 strncpy(ut.ut_line, p->name.base, sizeof ut.ut_line);
/freebsd-12-stable/usr.bin/last/
H A Dlast.c410 bp->ut_user, bp->ut_line, bp->ut_host);
475 if (!strcmp(step->name, bp->ut_line))
/freebsd-12-stable/usr.bin/rusers/
H A Drusers.c163 up->utmpidlearr_val[x].ui_utmp.ut_line, date,
/freebsd-12-stable/usr.bin/getent/
H A Dgetent.c656 ut->ut_pid, ut->ut_user, ut->ut_line, ut->ut_host);
667 ut->ut_pid, ut->ut_user, ut->ut_line, ut->ut_host);
/freebsd-12-stable/release/picobsd/tinyware/login/
H A Dpico-login.c522 (void)strncpy(utmp.ut_line, tty, sizeof(utmp.ut_line));
/freebsd-12-stable/usr.sbin/rwhod/
H A Drwhod.c476 strncpy(we->we_utmp.out_line, ut->ut_line,
/freebsd-12-stable/usr.sbin/syslogd/
H A Dsyslogd.c2126 if ((p = ttymsg(iov, iovlen, ut->ut_line,
2138 if ((p = ttymsg_check(iov, iovlen, ut->ut_line,
/freebsd-12-stable/crypto/heimdal/
H A Dconfigure27419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_line in struct utmpx" >&5
27420 $as_echo_n "checking for ut_line in struct utmpx... " >&6; }
27431 struct utmpx x; memset(&x, 0, sizeof(x)); x.ut_line

Completed in 244 milliseconds

12