Searched refs:ttymsg (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/usr.bin/wall/ |
| H A D | ttymsg.h | 4 const char *ttymsg(struct iovec *, int, const char *, int);
|
| H A D | Makefile | 4 SRCS= ttymsg.c wall.c
|
| H A D | ttymsg.c | 59 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) in ttymsg() function
|
| H A D | wall.c | 172 if ((p = ttymsg(&iov, 1, utmp->ut_line, 60*5)) != NULL) in main()
|
| /freebsd-14.2/libexec/talkd/ |
| H A D | Makefile | 4 SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
|
| H A D | announce.c | 161 if (ttymsg(&iovec, 1, tty, RING_WAIT - 5) != NULL) in print_mesg()
|
| /freebsd-14.2/usr.sbin/syslogd/ |
| H A D | Makefile | 13 SRCS= syslogd.c ttymsg.c
|
| H A D | syslogd.c | 1969 if ((msgret = ttymsg(il->iov, il->iovcnt, f->fu_fname, 10))) { in fprintlog_write() 2203 if ((p = ttymsg(iov, iovlen, ut->ut_line, in wallmsg() 2248 return ttymsg(iov, iovcnt, line, tmout); in ttymsg_check()
|