Searched refs:OLCUC (Results 1 – 23 of 23) sorted by relevance
/external/openssh/ |
D | ttymodes.h | 159 #if defined(OLCUC) 160 TTYMODE(OLCUC, c_oflag, 71)
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 250 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR; in run_ptest() 348 if (!(termio.c_oflag && (OPOST | OLCUC | ONLCR | ONOCR))) { in chk_tty_parms()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 81 #define OLCUC 0000002 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 101 #define OLCUC 0000002 /* Map lower case to upper case on output. */ macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 400 #ifdef OLCUC 401 {"OLCUC", OLCUC},
|
/external/python/cpython3/Modules/ |
D | termios.c | 428 #ifdef OLCUC 429 {"OLCUC", OLCUC},
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 96 OLCUC = 0000002 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 96 OLCUC = 0000002 variable
|
/external/toybox/toys/pending/ |
D | stty.c | 101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 676 OLCUC = 0x2 const
|
D | zerrors_openbsd_amd64.go | 986 OLCUC = 0x20 const
|
D | zerrors_linux_sparc64.go | 907 OLCUC = 0x2 const
|
D | zerrors_linux_mipsle.go | 1146 OLCUC = 0x2 const
|
D | zerrors_linux_s390x.go | 1145 OLCUC = 0x2 const
|
D | zerrors_linux_arm.go | 1145 OLCUC = 0x2 const
|
D | zerrors_linux_ppc64le.go | 1147 OLCUC = 0x4 const
|
D | zerrors_linux_mips64.go | 1146 OLCUC = 0x2 const
|
D | zerrors_linux_ppc64.go | 1147 OLCUC = 0x4 const
|
D | zerrors_linux_amd64.go | 1147 OLCUC = 0x2 const
|
D | zerrors_linux_mips64le.go | 1146 OLCUC = 0x2 const
|
D | zerrors_linux_386.go | 1147 OLCUC = 0x2 const
|
D | zerrors_linux_mips.go | 1146 OLCUC = 0x2 const
|
D | zerrors_linux_arm64.go | 1148 OLCUC = 0x2 const
|