Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/ncurses/include/
Dnc_termios.h66 #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/
Dhayes.c111 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()
Ddf.c104 tcflush(f, TCIOFLUSH); in df_dialer()
125 tcflush(FD, TCIOFLUSH); in df_disconnect()
Dbiz31.c132 tcflush(FD, TCIOFLUSH); in biz31_disconnect()
237 tcflush(FD, TCIOFLUSH); in bizsync()
Dcourier.c101 tcflush(FD, TCIOFLUSH); in cour_dialer()
279 tcflush(FD, TCIOFLUSH); in coursync()
Dt3000.c102 tcflush(FD, TCIOFLUSH); in t3000_dialer()
294 tcflush(FD, TCIOFLUSH); in t3000_sync()
Dbiz22.c129 tcflush(FD, TCIOFLUSH); in biz22_disconnect()
Dv3451.c128 tcflush(FD, TCIOFLUSH); in v3451_dialer()
Dventel.c107 tcflush(FD, TCIOFLUSH); in ven_dialer()
Dv831.c217 tcflush(AC, TCIOFLUSH); in dialit()
/freebsd-12-stable/contrib/ntp/include/
Dntp_tty.h52 #ifndef tcflush
53 #define tcflush(fd, arg) ioctl(fd, TCFLSH, arg) macro
/freebsd-12-stable/usr.sbin/bluetooth/hcseriald/
Dhcseriald.c175 tcflush(fd, TCIOFLUSH); in open_device()
198 tcflush(fd, TCIOFLUSH); in open_device()
/freebsd-12-stable/include/
Dtermios.h86 int tcflush(int, int);
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dlib_kernel.c160 tcflush(termp->Filedes, TCIFLUSH); in NCURSES_SP_NAME()
/freebsd-12-stable/libexec/getty/
Dmain.c293 (void)tcflush(STDIN_FILENO, TCIOFLUSH); in main()
491 (void)tcflush(STDIN_FILENO, TCIOFLUSH); /* clear out the crap */ in setttymode()
Dsubr.c645 (void)tcflush(0, TCIOFLUSH); in autobaud()
655 (void)tcflush(0, TCIOFLUSH); in autobaud()
/freebsd-12-stable/lib/libc/gen/
Dtermios.c232 tcflush(int fd, int which) in tcflush() function
DSymbol.map278 tcflush;
DMakefile.inc523 tcsendbreak.3 tcflush.3
/freebsd-12-stable/contrib/gdb/gdb/
Dser-unix.c323 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/
Drefclock_leitch.c319 if (tcflush(fd232, TCIOFLUSH) < 0) { in leitch_start()
Drefclock_arc.c1504 tcflush(pp->io.fd, TCIFLUSH); in arc_poll()
Drefclock_msfees.c498 if (tcflush(fd232, TCIOFLUSH) < 0) { in msfees_start()
Dntp_refclock.c1119 if (tcflush(fd, TCIOFLUSH) < 0) in refclock_setup()
/freebsd-12-stable/usr.sbin/ppp/
Dtty.c502 tcflush(p->fd, TCIOFLUSH); in tty_Cooked()

12