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

1 2 3

  /external/strace/xlat/
tcflsh_options.h 14 #if defined(TCOFLUSH) || (defined(HAVE_DECL_TCOFLUSH) && HAVE_DECL_TCOFLUSH)
15 XLAT(TCOFLUSH),
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 189 #define TCOFLUSH 1
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 192 #define TCOFLUSH 1
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 192 #define TCOFLUSH 1
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 220 #define TCOFLUSH 1 /* Discard data written but not yet sent. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 191 #define TCOFLUSH 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 210 #define TCOFLUSH 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 210 #define TCOFLUSH 1
  /bionic/tests/headers/posix/
termios_h.c 147 MACRO(TCOFLUSH);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 209 #define TCOFLUSH 2
366 * TCOFLUSH - If fd refers to a device open for output,
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 228 TCOFLUSH = 1
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 228 TCOFLUSH = 1
  /external/python/cpython2/Modules/
termios.c 255 queue, termios.TCOFLUSH for the output queue, or termios.TCIOFLUSH for\n\
366 {"TCOFLUSH", TCOFLUSH},
  /external/python/cpython3/Modules/
termios.c 248 queue, termios.TCOFLUSH for the output queue, or termios.TCIOFLUSH for\n\
396 {"TCOFLUSH", TCOFLUSH},
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 119 #ifndef TCOFLUSH
120 #define TCOFLUSH 1
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix_test.go 43 _ int = syscall.TCOFLUSH
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 43 _ int = syscall.TCOFLUSH
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 535 termios.tcflush(self.fd, TERMIOS.TCOFLUSH)

Completed in 758 milliseconds

1 2 3