HomeSort by relevance Sort by last modified time
    Searched refs:TCIFLUSH (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/strace/xlat/
tcflsh_options.h 11 #if defined(TCIFLUSH) || (defined(HAVE_DECL_TCIFLUSH) && HAVE_DECL_TCIFLUSH)
12 XLAT(TCIFLUSH),
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 188 #define TCIFLUSH 0
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 191 #define TCIFLUSH 0
  /device/google/contexthub/util/stm32_flash/
uart.c 117 tcflush(uart_handle->fd, TCIFLUSH);
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 191 #define TCIFLUSH 0
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 219 #define TCIFLUSH 0 /* Discard data received but not yet read. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 190 #define TCIFLUSH 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 209 #define TCIFLUSH 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 209 #define TCIFLUSH 0
  /bionic/tests/headers/posix/
termios_h.c 145 MACRO(TCIFLUSH);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 208 #define TCIFLUSH 1
364 * TCIFLUSH - If fd refers to a device open for input, flush
  /external/toybox/toys/other/
login.c 66 tcflush(0, TCIFLUSH);
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 227 TCIFLUSH = 0
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 227 TCIFLUSH = 0
  /external/toybox/lib/
password.c 63 tcflush(0, TCIFLUSH);
  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 157 tcflush(fd, TCIFLUSH);
  /external/toybox/toys/pending/
getty.c 244 tcflush(STDIN_FILENO, TCIFLUSH); // Flush pending speed switches
  /external/python/cpython2/Modules/
termios.c 254 The queue selector specifies which queue: termios.TCIFLUSH for the input\n\
365 {"TCIFLUSH", TCIFLUSH},
  /external/python/cpython3/Modules/
termios.c 247 The queue selector specifies which queue: termios.TCIFLUSH for the input\n\
395 {"TCIFLUSH", TCIFLUSH},
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 116 #ifndef TCIFLUSH
117 #define TCIFLUSH 0
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix_test.go 41 _ int = syscall.TCIFLUSH
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 41 _ int = syscall.TCIFLUSH
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 529 termios.tcflush(self.fd, TERMIOS.TCIFLUSH)

Completed in 299 milliseconds

1 2 3