/freebsd/contrib/ncurses/include/ |
H A D | nc_termios.h | 69 #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 D | hayes.c | 101 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 D | df.c | 94 tcflush(f, TCIOFLUSH); in df_dialer() 115 tcflush(FD, TCIOFLUSH); in df_disconnect()
|
H A D | biz31.c | 122 tcflush(FD, TCIOFLUSH); in biz31_disconnect() 227 tcflush(FD, TCIOFLUSH); in bizsync()
|
H A D | courier.c | 91 tcflush(FD, TCIOFLUSH); in cour_dialer() 269 tcflush(FD, TCIOFLUSH); in coursync()
|
H A D | t3000.c | 92 tcflush(FD, TCIOFLUSH); in t3000_dialer() 284 tcflush(FD, TCIOFLUSH); in t3000_sync()
|
H A D | biz22.c | 119 tcflush(FD, TCIOFLUSH); in biz22_disconnect()
|
H A D | v3451.c | 118 tcflush(FD, TCIOFLUSH); in v3451_dialer()
|
H A D | ventel.c | 97 tcflush(FD, TCIOFLUSH); in ven_dialer()
|
H A D | v831.c | 207 tcflush(AC, TCIOFLUSH); in dialit()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_tty.h | 52 #ifndef tcflush 53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
|
/freebsd/include/ |
H A D | termios.h | 83 int tcflush(int, int);
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_kernel.c | 155 tcflush(fd, TCIFLUSH); in flush_input()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 228 tcflush(int fd, int which) in tcflush() function
|
H A D | Symbol.map | 283 tcflush;
|
H A D | Makefile.inc | 527 tcsendbreak.3 tcflush.3
|
/freebsd/libexec/getty/ |
H A D | main.c | 281 (void)tcflush(STDIN_FILENO, TCIOFLUSH); in main() 479 (void)tcflush(STDIN_FILENO, TCIOFLUSH); /* clear out the crap */ in setttymode()
|
H A D | subr.c | 641 (void)tcflush(0, TCIOFLUSH); in autobaud() 651 (void)tcflush(0, TCIOFLUSH); in autobaud()
|
/freebsd/contrib/unifdef/tests/ |
H A D | xterm.expout | 31 #define ttyFlush(fd) tcflush(fd, TCOFLUSH)
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 319 if (tcflush(fd232, TCIOFLUSH) < 0) { in leitch_start()
|
H A D | refclock_arc.c | 1507 tcflush(pp->io.fd, TCIFLUSH); in arc_poll()
|
H A D | ntp_refclock.c | 1117 if (tcflush(fd, TCIOFLUSH) < 0) in refclock_setup() 1118 msyslog(LOG_ERR, "refclock_setup fd %d tcflush(): %m", in refclock_setup()
|
H A D | refclock_msfees.c | 498 if (tcflush(fd232, TCIOFLUSH) < 0) { in msfees_start()
|
H A D | refclock_parse.c | 3313 (void) tcflush(parse->generic->io.fd, TCIOFLUSH); in parse_start()
|
/freebsd/usr.sbin/ppp/ |
H A D | tty.c | 500 tcflush(p->fd, TCIOFLUSH); in tty_Cooked()
|