Home
last modified time | relevance | path

Searched refs:OLCUC (Results 1 – 23 of 23) sorted by relevance

/external/openssh/
Dttymodes.h159 #if defined(OLCUC)
160 TTYMODE(OLCUC, c_oflag, 71)
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c250 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/
Dtermbits.h81 #define OLCUC 0000002 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h101 #define OLCUC 0000002 /* Map lower case to upper case on output. */ macro
/external/python/cpython2/Modules/
Dtermios.c400 #ifdef OLCUC
401 {"OLCUC", OLCUC},
/external/python/cpython3/Modules/
Dtermios.c428 #ifdef OLCUC
429 {"OLCUC", OLCUC},
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py96 OLCUC = 0000002 variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py96 OLCUC = 0000002 variable
/external/toybox/toys/pending/
Dstty.c101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go676 OLCUC = 0x2 const
Dzerrors_openbsd_amd64.go986 OLCUC = 0x20 const
Dzerrors_linux_sparc64.go907 OLCUC = 0x2 const
Dzerrors_linux_mipsle.go1146 OLCUC = 0x2 const
Dzerrors_linux_s390x.go1145 OLCUC = 0x2 const
Dzerrors_linux_arm.go1145 OLCUC = 0x2 const
Dzerrors_linux_ppc64le.go1147 OLCUC = 0x4 const
Dzerrors_linux_mips64.go1146 OLCUC = 0x2 const
Dzerrors_linux_ppc64.go1147 OLCUC = 0x4 const
Dzerrors_linux_amd64.go1147 OLCUC = 0x2 const
Dzerrors_linux_mips64le.go1146 OLCUC = 0x2 const
Dzerrors_linux_386.go1147 OLCUC = 0x2 const
Dzerrors_linux_mips.go1146 OLCUC = 0x2 const
Dzerrors_linux_arm64.go1148 OLCUC = 0x2 const