Home
last modified time | relevance | path

Searched refs:tcflush (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/ncurses/include/
H A Dnc_termios.h69 #ifndef tcflush
70 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
156 #ifndef tcflush
157 #define tcflush(fd, queue) _nc_mingw_tcflush(fd, queue) macro
/freebsd/usr.bin/tip/libacu/
H A Dhayes.c101 tcflush(FD, TCIOFLUSH); in hay_dialer()
125 tcflush(FD, TCIOFLUSH); in hay_dialer()
249 tcflush(FD, TCIOFLUSH); in goodbye()
253 tcflush(FD, TCIOFLUSH); in goodbye()
281 tcflush(FD, TCIOFLUSH); in goodbye()
H A Ddf.c94 tcflush(f, TCIOFLUSH); in df_dialer()
115 tcflush(FD, TCIOFLUSH); in df_disconnect()
H A Dbiz31.c122 tcflush(FD, TCIOFLUSH); in biz31_disconnect()
227 tcflush(FD, TCIOFLUSH); in bizsync()
H A Dcourier.c91 tcflush(FD, TCIOFLUSH); in cour_dialer()
269 tcflush(FD, TCIOFLUSH); in coursync()
H A Dt3000.c92 tcflush(FD, TCIOFLUSH); in t3000_dialer()
284 tcflush(FD, TCIOFLUSH); in t3000_sync()
H A Dbiz22.c119 tcflush(FD, TCIOFLUSH); in biz22_disconnect()
H A Dv3451.c118 tcflush(FD, TCIOFLUSH); in v3451_dialer()
H A Dventel.c97 tcflush(FD, TCIOFLUSH); in ven_dialer()
H A Dv831.c207 tcflush(AC, TCIOFLUSH); in dialit()
/freebsd/contrib/ntp/include/
H A Dntp_tty.h52 #ifndef tcflush
53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
/freebsd/include/
H A Dtermios.h83 int tcflush(int, int);
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_kernel.c155 tcflush(fd, TCIFLUSH); in flush_input()
/freebsd/lib/libc/gen/
H A Dtermios.c228 tcflush(int fd, int which) in tcflush() function
H A DSymbol.map283 tcflush;
H A DMakefile.inc527 tcsendbreak.3 tcflush.3
/freebsd/libexec/getty/
H A Dmain.c281 (void)tcflush(STDIN_FILENO, TCIOFLUSH); in main()
479 (void)tcflush(STDIN_FILENO, TCIOFLUSH); /* clear out the crap */ in setttymode()
H A Dsubr.c641 (void)tcflush(0, TCIOFLUSH); in autobaud()
651 (void)tcflush(0, TCIOFLUSH); in autobaud()
/freebsd/contrib/unifdef/tests/
H A Dxterm.expout31 #define ttyFlush(fd) tcflush(fd, TCOFLUSH)
/freebsd/contrib/ntp/ntpd/
H A Drefclock_leitch.c319 if (tcflush(fd232, TCIOFLUSH) < 0) { in leitch_start()
H A Drefclock_arc.c1507 tcflush(pp->io.fd, TCIFLUSH); in arc_poll()
H A Dntp_refclock.c1117 if (tcflush(fd, TCIOFLUSH) < 0) in refclock_setup()
1118 msyslog(LOG_ERR, "refclock_setup fd %d tcflush(): %m", in refclock_setup()
H A Drefclock_msfees.c498 if (tcflush(fd232, TCIOFLUSH) < 0) { in msfees_start()
H A Drefclock_parse.c3313 (void) tcflush(parse->generic->io.fd, TCIOFLUSH); in parse_start()
/freebsd/usr.sbin/ppp/
H A Dtty.c500 tcflush(p->fd, TCIOFLUSH); in tty_Cooked()

12