Home
last modified time | relevance | path

Searched refs:ttymsg (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.bin/wall/
H A Dttymsg.h4 int ttymsg(struct iovec *, int, const char *, int, bool);
H A DMakefile2 SRCS= ttymsg.c wall.c
H A Dttymsg.c57 ttymsg(struct iovec *iov, int iovcnt, const char *tty, int timeout, in ttymsg() function
H A Dwall.c161 if (ttymsg(&iov, 1, utmp->ut_line, 60 * 5, 1) != 0) in main()
/freebsd/libexec/talkd/
H A DMakefile2 SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
H A Dannounce.c156 if (ttymsg(&iovec, 1, tty, RING_WAIT - 5, true) != 0) in print_mesg()
/freebsd/usr.sbin/syslogd/
H A Dsyslogd_cap.h87 ttymsg(iov, iovcnt, line, timeout)
H A DMakefile11 SRCS= syslogd.c ttymsg.c
H A Dsyslogd_cap_log.c140 if ((ret = ttymsg(iov, iovcnt, line, timeout, shout)) != 0) in casper_ttymsg()
H A Dsyslogd.c2231 if (ttymsg(iov, iovlen, ut->ut_line, TTYMSGTIME, in wallmsg()
2241 if (ttymsg(iov, iovlen, ut->ut_line, TTYMSGTIME, in wallmsg()