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

1 2 3 4

  /bionic/libc/include/sys/
ttydefaults.h 53 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ttydefaults.h 49 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ttydefaults.h 49 #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL)
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 142 #define CREAD 0000200
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 143 #define CREAD 0000200
  /device/google/contexthub/util/stm32_flash/
uart.c 109 tio.c_cflag = CS8 | CLOCAL | CREAD | PARENB;
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 138 #define CREAD 0000200
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 162 #define CREAD 0000200 /* Enable receiver. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 137 #define CREAD 0000200
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 148 #define CREAD 0000200
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 148 #define CREAD 0000200
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL;
299 * setting is not done properly for either of (B50|CS7|CREAD|PARENB|
300 * PARODD|CLOCAL|(CREAD|HUPCL|CLOCAL).
304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) {
  /bionic/tests/headers/posix/
termios_h.c 125 MACRO(CREAD);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 127 #define CREAD 0x0800 /* enable receiver */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 150 CREAD = 0000200
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 150 CREAD = 0000200
  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 148 tio.c_cflag = speed | CS8 | CLOCAL | CREAD;
  /external/toybox/toys/pending/
getty.c 160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX;
init.c 85 terminal.c_cflag |= CLOCAL|HUPCL|CREAD;
stty.c 89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
286 set_options(t, "cread", "-ignbrk", "brkint", "-inlcr", "-igncr", "icrnl",
  /external/python/cpython2/Modules/
termios.c 493 {"CREAD", CREAD},
  /external/python/cpython3/Modules/
termios.c 523 {"CREAD", CREAD},
  /external/libedit/src/
tty.c 269 #ifdef CREAD
270 {"cread", CREAD, MD_CTL},
271 #endif /* CREAD */
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 656 CREAD = 0x80
ztypes_linux_amd64.go 674 CREAD = 0x80

Completed in 165 milliseconds

1 2 3 4