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

1 2

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 80 #define IUCLC 0001000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 81 #define IUCLC 0001000
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 72 #define IUCLC 0001000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 92 #define IUCLC 0001000 /* Map upper case to lower case on input. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 71 #define IUCLC 0001000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 72 #define IUCLC 0001000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 72 #define IUCLC 0001000
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 246 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY |
341 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY
  /external/python/cpython2/Modules/
termios.c 385 #ifdef IUCLC
386 {"IUCLC", IUCLC},
  /external/python/cpython3/Modules/
termios.c 415 #ifdef IUCLC
416 {"IUCLC", IUCLC},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 90 IUCLC = 0001000
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 90 IUCLC = 0001000
  /prebuilts/go/darwin-x86/src/syscall/
types_linux.go 415 IUCLC = C.IUCLC
ztypes_linux_arm64.go 590 IUCLC = 0x200
ztypes_linux_mips.go 587 IUCLC = 0x200
ztypes_linux_mips64.go 593 IUCLC = 0x200
ztypes_linux_mips64le.go 593 IUCLC = 0x200
ztypes_linux_mipsle.go 587 IUCLC = 0x200
  /prebuilts/go/linux-x86/src/syscall/
types_linux.go 415 IUCLC = C.IUCLC
ztypes_linux_arm64.go 590 IUCLC = 0x200
ztypes_linux_mips.go 587 IUCLC = 0x200
ztypes_linux_mips64.go 593 IUCLC = 0x200
ztypes_linux_mips64le.go 593 IUCLC = 0x200
ztypes_linux_mipsle.go 587 IUCLC = 0x200
  /external/toybox/toys/pending/
stty.c 96 { "ixoff", IXOFF }, { "iuclc", IUCLC }, { "ixany", IXANY },
288 "-ixoff", "-iutf8", "-iuclc", "-ixany", "imaxbel", "-xcase", "-olcuc",
373 "-istrip", "-inlcr", "-igncr", "-icrnl", "-ixon", "-ixoff", "-iuclc",

Completed in 136 milliseconds

1 2