Searched refs:ttymsg (Results 1 – 8 of 8) sorted by relevance
| /freebsd-src/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-src/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-src/usr.sbin/syslogd/ |
| H A D | Makefile | 11 SRCS= syslogd.c ttymsg.c
|
| H A D | syslogd.c | 82 #define TTYMSGTIME 1 /* timeout passed to ttymsg */ 1914 errno = 0; /* ttymsg() only sometimes returns an errno */ in fprintlog_write() 2140 * enabled so ttymsg() can be called. 2158 if ((p = ttymsg(iov, iovlen, ut->ut_line, in fprintlog_first() 2180 * Wrapper routine for ttymsg() that checks the terminal for messages enabled. 2199 return (ttymsg(iov, iovcnt, line, tmout)); in wallmsg()
|