Home
last modified time | relevance | path

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

/dragonfly/usr.bin/wall/
H A Dttymsg.h4 const char *ttymsg(struct iovec *, int, const char *, int);
H A DMakefile6 SRCS= ttymsg.c wall.c utmpentry.c
H A Dttymsg.c56 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) in ttymsg() function
H A Dwall.c150 if ((p = ttymsg(&iov, 1, ep->line, 60*5)) != NULL) in main()
/dragonfly/usr.sbin/syslogd/
H A DMakefile8 SRCS= syslogd.c ttymsg.c
H A Dsyslogd.c1314 if ((msgret = ttymsg(iov, IOV_SIZE, f->f_un.f_fname, 10))) { in fprintlog()
1354 if ((p = ttymsg(iov, iovlen, ut->ut_line, in wallmsg()
1366 if ((p = ttymsg(iov, iovlen, ut->ut_line, in wallmsg()
/dragonfly/libexec/talkd/
H A DMakefile7 SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
H A Dannounce.c156 if (ttymsg(&iovec, 1, tty, RING_WAIT - 5) != NULL) in print_mesg()