Searched refs:ttymsg (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.bin/wall/ |
H A D | ttymsg.h | 4 const char *ttymsg(struct iovec *, int, const char *, int);
|
H A D | Makefile | 2 SRCS= ttymsg.c wall.c
|
H A D | ttymsg.c | 56 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) in ttymsg() function
|
H A D | wall.c | 161 if ((p = ttymsg(&iov, 1, utmp->ut_line, 60*5)) != NULL) in main()
|
/freebsd/libexec/talkd/ |
H A D | Makefile | 2 SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
|
H A D | announce.c | 155 if (ttymsg(&iovec, 1, tty, RING_WAIT - 5) != NULL) in print_mesg()
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd_cap.h | 87 ttymsg(iov, iovcnt, line, tmout)
|
H A D | Makefile | 11 SRCS= syslogd.c ttymsg.c
|
H A D | syslogd_cap_log.c | 148 line = ttymsg(iov, iovcnt, line, tmout); in casper_ttymsg()
|
H A D | syslogd.c | 2158 if ((p = ttymsg(iov, iovlen, ut->ut_line, in wallmsg() 2199 return (ttymsg(iov, iovcnt, line, tmout)); in ttymsg_check()
|