Searched refs:tcflush (Results 1 – 22 of 22) sorted by relevance
/external/toybox/toys/pending/ |
D | getty.c | 88 tcflush(0, TCIOFLUSH); in termios_init() 160 tcflush(0, TCIFLUSH); // Flush pending speed switches in read_login_name()
|
/external/toybox/toys/other/ |
D | login.c | 55 tcflush(0, TCIFLUSH); in login_main()
|
/external/mtools/ |
D | tty.c | 68 # define discard_input(a) tcflush(a,TCIFLUSH)
|
D | configure.in | 174 tcsetattr tcflush basename fchdir media_oldaliases llseek lseek64 \
|
D | config.h.in | 294 /* Define to 1 if you have the `tcflush' function. */
|
D | configure | 5462 tcsetattr tcflush basename fchdir media_oldaliases llseek lseek64 \
|
/external/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
D | minimal-raw-file.c | 71 tcflush(vhd->filefd, TCIOFLUSH); in callback_raw_test()
|
/external/toybox/lib/ |
D | password.c | 62 tcflush(tty, TCIFLUSH); in read_password()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 529 termios.tcflush(self.fd, TERMIOS.TCIFLUSH) 535 termios.tcflush(self.fd, TERMIOS.TCOFLUSH)
|
/external/python/cpython3/Doc/library/ |
D | termios.rst | 63 .. function:: tcflush(fd, queue)
|
/external/python/cpython2/Doc/library/ |
D | termios.rst | 63 .. function:: tcflush(fd, queue)
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 1060 pub fn tcflush(fd: RawFd, action: FlushArg) -> Result<()> { in tcflush() function 1061 Errno::result(unsafe { libc::tcflush(fd, action as c_int) }).map(drop) in tcflush()
|
/external/python/cpython2/Modules/ |
D | termios.c | 269 if (tcflush(fd, queue) == -1) in termios_tcflush()
|
/external/python/cpython3/Modules/ |
D | termios.c | 277 if (tcflush(fd, queue) == -1) in termios_tcflush()
|
/external/ppp/pppd/ |
D | tty.c | 763 tcflush(real_ttyfd, TCIOFLUSH); in connect_tty()
|
D | sys-linux.c | 561 if (tcflush(tty_fd, TCIOFLUSH) < 0) in tty_disestablish_ppp()
|
/external/mksh/src/ |
D | misc.c | 2404 if (tcflush(fd, TCIOFLUSH)) in chvt()
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1336 pub fn tcflush(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflush() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3822 pub fn tcflush(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflush() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3076 fun:tcflush=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3076 fun:tcflush=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 918 PUBLIC d33e0 0 tcflush
|