| /freebsd-12-stable/contrib/ncurses/include/ |
| D | nc_termios.h | 66 #ifndef tcflush 67 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro 157 #ifndef tcflush 158 #define tcflush(fd, arg) _nc_mingw_ioctl(fd, TCFLSH, arg) macro
|
| /freebsd-12-stable/usr.bin/tip/libacu/ |
| D | hayes.c | 111 tcflush(FD, TCIOFLUSH); in hay_dialer() 135 tcflush(FD, TCIOFLUSH); in hay_dialer() 259 tcflush(FD, TCIOFLUSH); in goodbye() 263 tcflush(FD, TCIOFLUSH); in goodbye() 291 tcflush(FD, TCIOFLUSH); in goodbye()
|
| D | df.c | 104 tcflush(f, TCIOFLUSH); in df_dialer() 125 tcflush(FD, TCIOFLUSH); in df_disconnect()
|
| D | biz31.c | 132 tcflush(FD, TCIOFLUSH); in biz31_disconnect() 237 tcflush(FD, TCIOFLUSH); in bizsync()
|
| D | courier.c | 101 tcflush(FD, TCIOFLUSH); in cour_dialer() 279 tcflush(FD, TCIOFLUSH); in coursync()
|
| D | t3000.c | 102 tcflush(FD, TCIOFLUSH); in t3000_dialer() 294 tcflush(FD, TCIOFLUSH); in t3000_sync()
|
| D | biz22.c | 129 tcflush(FD, TCIOFLUSH); in biz22_disconnect()
|
| D | v3451.c | 128 tcflush(FD, TCIOFLUSH); in v3451_dialer()
|
| D | ventel.c | 107 tcflush(FD, TCIOFLUSH); in ven_dialer()
|
| D | v831.c | 217 tcflush(AC, TCIOFLUSH); in dialit()
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntp_tty.h | 52 #ifndef tcflush 53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
|
| /freebsd-12-stable/usr.sbin/bluetooth/hcseriald/ |
| D | hcseriald.c | 175 tcflush(fd, TCIOFLUSH); in open_device() 198 tcflush(fd, TCIOFLUSH); in open_device()
|
| /freebsd-12-stable/include/ |
| D | termios.h | 86 int tcflush(int, int);
|
| /freebsd-12-stable/contrib/ncurses/ncurses/tinfo/ |
| D | lib_kernel.c | 160 tcflush(termp->Filedes, TCIFLUSH); in NCURSES_SP_NAME()
|
| /freebsd-12-stable/libexec/getty/ |
| D | main.c | 293 (void)tcflush(STDIN_FILENO, TCIOFLUSH); in main() 491 (void)tcflush(STDIN_FILENO, TCIOFLUSH); /* clear out the crap */ in setttymode()
|
| D | subr.c | 645 (void)tcflush(0, TCIOFLUSH); in autobaud() 655 (void)tcflush(0, TCIOFLUSH); in autobaud()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | termios.c | 232 tcflush(int fd, int which) in tcflush() function
|
| D | Symbol.map | 278 tcflush;
|
| D | Makefile.inc | 523 tcsendbreak.3 tcflush.3
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | ser-unix.c | 323 return tcflush (scb->fd, TCOFLUSH); in hardwire_flush_output() 342 return tcflush (scb->fd, TCIFLUSH); in hardwire_flush_input()
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | refclock_leitch.c | 319 if (tcflush(fd232, TCIOFLUSH) < 0) { in leitch_start()
|
| D | refclock_arc.c | 1504 tcflush(pp->io.fd, TCIFLUSH); in arc_poll()
|
| D | refclock_msfees.c | 498 if (tcflush(fd232, TCIOFLUSH) < 0) { in msfees_start()
|
| D | ntp_refclock.c | 1119 if (tcflush(fd, TCIOFLUSH) < 0) in refclock_setup()
|
| /freebsd-12-stable/usr.sbin/ppp/ |
| D | tty.c | 502 tcflush(p->fd, TCIOFLUSH); in tty_Cooked()
|