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

1 2

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 87 #define OLCUC 0000002
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 88 #define OLCUC 0000002
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 81 #define OLCUC 0000002
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 101 #define OLCUC 0000002 /* Map lower case to upper case on output. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 80 #define OLCUC 0000002
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 81 #define OLCUC 0000002
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 81 #define OLCUC 0000002
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 250 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR;
348 if (!(termio.c_oflag && (OPOST | OLCUC | ONLCR | ONOCR))) {
  /external/python/cpython2/Modules/
termios.c 397 #ifdef OLCUC
398 {"OLCUC", OLCUC},
  /external/python/cpython3/Modules/
termios.c 427 #ifdef OLCUC
428 {"OLCUC", OLCUC},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 96 OLCUC = 0000002
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 96 OLCUC = 0000002
  /prebuilts/go/darwin-x86/src/syscall/
types_linux.go 416 OLCUC = C.OLCUC
ztypes_linux_arm64.go 591 OLCUC = 0x2
ztypes_linux_mips.go 588 OLCUC = 0x2
ztypes_linux_mips64.go 594 OLCUC = 0x2
ztypes_linux_mips64le.go 594 OLCUC = 0x2
ztypes_linux_mipsle.go 588 OLCUC = 0x2
  /prebuilts/go/linux-x86/src/syscall/
types_linux.go 416 OLCUC = C.OLCUC
ztypes_linux_arm64.go 591 OLCUC = 0x2
ztypes_linux_mips.go 588 OLCUC = 0x2
ztypes_linux_mips64.go 594 OLCUC = 0x2
ztypes_linux_mips64le.go 594 OLCUC = 0x2
ztypes_linux_mipsle.go 588 OLCUC = 0x2
  /external/toybox/toys/pending/
stty.c 101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
288 "-ixoff", "-iutf8", "-iuclc", "-ixany", "imaxbel", "-xcase", "-olcuc",

Completed in 979 milliseconds

1 2