Home
last modified time | relevance | path

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

/freebsd/usr.bin/wall/
H A Dttymsg.h4 const char *ttymsg(struct iovec *, int, const char *, int);
H A DMakefile3 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 DMakefile3 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 DMakefile12 SRCS= syslogd.c ttymsg.c
H A Dsyslogd.c1964 if ((msgret = ttymsg(il->iov, il->iovcnt, f->fu_fname, 10))) { in fprintlog_write()
2200 if ((p = ttymsg(iov, iovlen, ut->ut_line, in wallmsg()
2245 return (ttymsg(iov, iovcnt, line, tmout)); in ttymsg_check()