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

1 2

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 139 #define CS7 0000040
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 140 #define CS7 0000040
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 135 #define CS7 0000040
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 159 #define CS7 0000040 /* 7 bits per byte. */
  /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|
304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) {
  /external/openssh/
ttymodes.h 175 TTYMODE(CS7, c_cflag, 90)
  /bionic/tests/headers/posix/
termios_h.c 122 MACRO(CS7);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 124 #define CS7 0x0200 /* 7 bits */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 147 CS7 = 0000040
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 147 CS7 = 0000040
  /external/python/cpython2/Modules/
termios.c 511 {"CS7", CS7},
  /external/python/cpython3/Modules/
termios.c 539 {"CS7", CS7},
  /external/toybox/toys/pending/
stty.c 87 { "cs5", CS5, CSIZE }, { "cs6", CS6, CSIZE }, { "cs7", CS7, CSIZE },
364 set_options(&new, "parenb", "cs7", "-parodd", NULL);
366 set_options(&new, "parenb", "cs7", "parodd", NULL);
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 364 cflag |= TERMIOS.CS7
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go 163 CS7 = 0x200
    [all...]
zerrors_freebsd_386.go 346 CS7 = 0x200
    [all...]
zerrors_freebsd_amd64.go 346 CS7 = 0x200
    [all...]
zerrors_freebsd_arm.go 346 CS7 = 0x200
    [all...]
zerrors_netbsd_386.go 165 CS7 = 0x200
    [all...]
zerrors_netbsd_amd64.go 165 CS7 = 0x200
    [all...]
zerrors_netbsd_arm.go 157 CS7 = 0x200
    [all...]
zerrors_openbsd_386.go 153 CS7 = 0x200
    [all...]
zerrors_openbsd_amd64.go 160 CS7 = 0x200
    [all...]
zerrors_openbsd_arm.go 153 CS7 = 0x200
    [all...]
zerrors_solaris_amd64.go 186 CS7 = 0x20
    [all...]

Completed in 2635 milliseconds

1 2