Searched refs:IUCLC (Results 1 – 25 of 25) sorted by relevance
/external/openssh/ |
D | sshtty.c | 81 #ifdef IUCLC in enter_raw_mode() 82 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
|
D | ttymodes.h | 121 #if defined(IUCLC) 122 TTYMODE(IUCLC, c_iflag, 37)
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 246 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY | in run_ptest() 341 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY in chk_tty_parms()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 72 #define IUCLC 0001000 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 92 #define IUCLC 0001000 /* Map upper case to lower case on input. */ macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 388 #ifdef IUCLC 389 {"IUCLC", IUCLC},
|
/external/python/cpython3/Modules/ |
D | termios.c | 416 #ifdef IUCLC 417 {"IUCLC", IUCLC},
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 90 IUCLC = 0001000 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 90 IUCLC = 0001000 variable
|
/external/toybox/toys/pending/ |
D | stty.c | 96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialposix.py | 337 iflag &= ~TERMIOS.IUCLC
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 617 IUCLC = 0x200 const
|
D | zerrors_openbsd_amd64.go | 900 IUCLC = 0x1000 const
|
D | zerrors_linux_sparc64.go | 729 IUCLC = 0x200 const
|
D | zerrors_linux_mipsle.go | 871 IUCLC = 0x200 const
|
D | zerrors_linux_s390x.go | 871 IUCLC = 0x200 const
|
D | zerrors_linux_arm.go | 871 IUCLC = 0x200 const
|
D | zerrors_linux_ppc64le.go | 871 IUCLC = 0x1000 const
|
D | zerrors_linux_mips64.go | 871 IUCLC = 0x200 const
|
D | zerrors_linux_ppc64.go | 871 IUCLC = 0x1000 const
|
D | zerrors_linux_amd64.go | 872 IUCLC = 0x200 const
|
D | zerrors_linux_mips64le.go | 871 IUCLC = 0x200 const
|
D | zerrors_linux_386.go | 872 IUCLC = 0x200 const
|
D | zerrors_linux_mips.go | 871 IUCLC = 0x200 const
|
D | zerrors_linux_arm64.go | 874 IUCLC = 0x200 const
|