Home
last modified time | relevance | path

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

12

/freebsd-head/contrib/ncurses/include/
HDnc_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-head/usr.bin/tip/libacu/
HDhayes.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()
HDdf.c94 tcflush(f, TCIOFLUSH); in df_dialer()
115 tcflush(FD, TCIOFLUSH); in df_disconnect()
HDbiz31.c122 tcflush(FD, TCIOFLUSH); in biz31_disconnect()
227 tcflush(FD, TCIOFLUSH); in bizsync()
HDcourier.c91 tcflush(FD, TCIOFLUSH); in cour_dialer()
269 tcflush(FD, TCIOFLUSH); in coursync()
HDt3000.c92 tcflush(FD, TCIOFLUSH); in t3000_dialer()
284 tcflush(FD, TCIOFLUSH); in t3000_sync()
HDbiz22.c119 tcflush(FD, TCIOFLUSH); in biz22_disconnect()
HDv3451.c118 tcflush(FD, TCIOFLUSH); in v3451_dialer()
HDventel.c97 tcflush(FD, TCIOFLUSH); in ven_dialer()
HDv831.c207 tcflush(AC, TCIOFLUSH); in dialit()
/freebsd-head/contrib/ntp/include/
HDntp_tty.h52 #ifndef tcflush
53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
/freebsd-head/include/
HDtermios.h83 int tcflush(int, int);
/freebsd-head/contrib/ncurses/ncurses/tinfo/
HDlib_kernel.c155 tcflush(fd, TCIFLUSH); in flush_input()
/freebsd-head/lib/libc/gen/
HDtermios.c228 tcflush(int fd, int which) in tcflush() function
HDSymbol.map283 tcflush;
HDMakefile.inc534 tcsendbreak.3 tcflush.3
/freebsd-head/libexec/getty/
HDmain.c281 (void)tcflush(STDIN_FILENO, TCIOFLUSH); in main()
479 (void)tcflush(STDIN_FILENO, TCIOFLUSH); /* clear out the crap */ in setttymode()
HDsubr.c641 (void)tcflush(0, TCIOFLUSH); in autobaud()
651 (void)tcflush(0, TCIOFLUSH); in autobaud()
/freebsd-head/contrib/unifdef/tests/
HDxterm.expout31 #define ttyFlush(fd) tcflush(fd, TCOFLUSH)
/freebsd-head/contrib/ntp/ntpd/
HDrefclock_leitch.c319 if (tcflush(fd232, TCIOFLUSH) < 0) { in leitch_start()
HDrefclock_arc.c1507 tcflush(pp->io.fd, TCIFLUSH); in arc_poll()
HDntp_refclock.c1117 if (tcflush(fd, TCIOFLUSH) < 0) in refclock_setup()
HDrefclock_msfees.c498 if (tcflush(fd232, TCIOFLUSH) < 0) { in msfees_start()
HDrefclock_parse.c3313 (void) tcflush(parse->generic->io.fd, TCIOFLUSH); in parse_start()
/freebsd-head/usr.sbin/ppp/
HDtty.c500 tcflush(p->fd, TCIOFLUSH); in tty_Cooked()

12