Home
last modified time | relevance | path

Searched refs:TCIOFLUSH (Results 1 – 22 of 22) sorted by relevance

/external/strace/xlat/
Dtcflsh_options.h23 #if defined(TCIOFLUSH) || (defined(HAVE_DECL_TCIOFLUSH) && HAVE_DECL_TCIOFLUSH)
24 XLAT(TCIOFLUSH),
Dtcflsh_options.in3 TCIOFLUSH
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h193 #define TCIOFLUSH 2 macro
/external/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c71 tcflush(vhd->filefd, TCIOFLUSH); in callback_raw_test()
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py229 TCIOFLUSH = 2 variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py229 TCIOFLUSH = 2 variable
/external/toybox/toys/pending/
Dgetty.c88 tcflush(0, TCIOFLUSH); in termios_init()
/external/python/cpython3/Doc/library/
Dtermios.rst67 output queue, or :const:`TCIOFLUSH` for both queues.
/external/python/cpython2/Doc/library/
Dtermios.rst67 output queue, or :const:`TCIOFLUSH` for both queues.
/external/python/cpython2/Modules/
Dtermios.c370 {"TCIOFLUSH", TCIOFLUSH},
/external/python/cpython3/Modules/
Dtermios.c413 {"TCIOFLUSH", TCIOFLUSH},
/external/ppp/pppd/
Dtty.c763 tcflush(real_ttyfd, TCIOFLUSH); in connect_tty()
Dsys-linux.c561 if (tcflush(tty_fd, TCIOFLUSH) < 0) in tty_disestablish_ppp()
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs352 pub const TCIOFLUSH: ::c_int = 3; constant
/external/rust/crates/nix/src/sys/
Dtermios.rs476 TCIOFLUSH,
/external/minijail/linux-x86/
Dlibconstants.gen.c5203 #ifdef TCIOFLUSH
5204 { "TCIOFLUSH", (unsigned long) TCIOFLUSH },
/external/rust/crates/libc/src/unix/redox/
Dmod.rs788 pub const TCIOFLUSH: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1206 pub const TCIOFLUSH: ::c_int = 0x03; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1028 pub const TCIOFLUSH: ::c_int = 2; constant
/external/mksh/src/
Dmisc.c2404 if (tcflush(fd, TCIOFLUSH)) in chvt()
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1830 pub const TCIOFLUSH: ::c_int = 2; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1868 pub const TCIOFLUSH: ::c_int = 2; constant