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 const char *ttymsg(struct iovec *, int, const char *, int);
H A DMakefile2 SRCS= ttymsg.c wall.c
H A Dttymsg.c56 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) in ttymsg() function
H A Dwall.c161 if ((p = ttymsg(&iov, 1, utmp->ut_line, 60*5)) != NULL) in main()
/freebsd/libexec/talkd/
H A DMakefile2 SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
H A Dannounce.c155 if (ttymsg(&iovec, 1, tty, RING_WAIT - 5) != NULL) in print_mesg()
/freebsd/usr.sbin/syslogd/
H A Dsyslogd_cap.h87 ttymsg(iov, iovcnt, line, tmout)
H A DMakefile11 SRCS= syslogd.c ttymsg.c
H A Dsyslogd_cap_log.c148 line = ttymsg(iov, iovcnt, line, tmout); in casper_ttymsg()
H A Dsyslogd.c2158 if ((p = ttymsg(iov, iovlen, ut->ut_line, in wallmsg()
2199 return (ttymsg(iov, iovcnt, line, tmout)); in ttymsg_check()