Home
last modified time | relevance | path

Searched refs:IUCLC (Results 1 – 25 of 25) sorted by relevance

/external/openssh/
Dsshtty.c81 #ifdef IUCLC in enter_raw_mode()
82 tio.c_iflag &= ~IUCLC; in enter_raw_mode()
Dttymodes.h121 #if defined(IUCLC)
122 TTYMODE(IUCLC, c_iflag, 37)
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c246 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/
Dtermbits.h72 #define IUCLC 0001000 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h92 #define IUCLC 0001000 /* Map upper case to lower case on input. */ macro
/external/python/cpython2/Modules/
Dtermios.c388 #ifdef IUCLC
389 {"IUCLC", IUCLC},
/external/python/cpython3/Modules/
Dtermios.c416 #ifdef IUCLC
417 {"IUCLC", IUCLC},
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py90 IUCLC = 0001000 variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py90 IUCLC = 0001000 variable
/external/toybox/toys/pending/
Dstty.c96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py337 iflag &= ~TERMIOS.IUCLC
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go617 IUCLC = 0x200 const
Dzerrors_openbsd_amd64.go900 IUCLC = 0x1000 const
Dzerrors_linux_sparc64.go729 IUCLC = 0x200 const
Dzerrors_linux_mipsle.go871 IUCLC = 0x200 const
Dzerrors_linux_s390x.go871 IUCLC = 0x200 const
Dzerrors_linux_arm.go871 IUCLC = 0x200 const
Dzerrors_linux_ppc64le.go871 IUCLC = 0x1000 const
Dzerrors_linux_mips64.go871 IUCLC = 0x200 const
Dzerrors_linux_ppc64.go871 IUCLC = 0x1000 const
Dzerrors_linux_amd64.go872 IUCLC = 0x200 const
Dzerrors_linux_mips64le.go871 IUCLC = 0x200 const
Dzerrors_linux_386.go872 IUCLC = 0x200 const
Dzerrors_linux_mips.go871 IUCLC = 0x200 const
Dzerrors_linux_arm64.go874 IUCLC = 0x200 const