Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/usr.sbin/syslogd/
H A DMakefile11 SRCS= syslogd.c ttymsg.c
H A Dsyslogd.c82 #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()