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

1 2 3

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 89 #define OCRNL 0000010
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 90 #define OCRNL 0000010
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOwrite.c 106 if((OFlag & OCRNL) == 0) {
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 83 #define OCRNL 0000010
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 103 #define OCRNL 0000010
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 82 #define OCRNL 0000010
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 83 #define OCRNL 0000010
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 83 #define OCRNL 0000010
  /bionic/tests/headers/posix/
termios_h.c 74 MACRO(OCRNL);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 110 #define OCRNL 0x0010 /* map CR to NL */
  /external/python/cpython2/Modules/
termios.c 403 #ifdef OCRNL
404 {"OCRNL", OCRNL},
  /external/python/cpython3/Modules/
termios.c 433 #ifdef OCRNL
434 {"OCRNL", OCRNL},
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 98 OCRNL = 0000010
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 98 OCRNL = 0000010
  /external/toybox/toys/pending/
stty.c 101 { "opost", OPOST }, { "olcuc", OLCUC }, { "ocrnl", OCRNL },
289 "-ocrnl", "opost", "-ofill", "onlcr", "-onocr", "-onlret", "nl0", "cr0",
378 set_options(&new, "-icrnl", "-ocrnl", NULL);
380 set_options(&new, "icrnl", "ocrnl", "-inlcr", "-igncr", NULL);
  /external/libedit/src/
tty.c 214 #ifdef OCRNL
215 {"ocrnl", OCRNL, MD_OUT},
216 #endif /* OCRNL */
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_386.go 629 OCRNL = 0x8
ztypes_linux_amd64.go 647 OCRNL = 0x8
ztypes_linux_arm.go 618 OCRNL = 0x8
zerrors_darwin_386.go 716 OCRNL = 0x10
    [all...]
zerrors_darwin_amd64.go 716 OCRNL = 0x10
    [all...]
zerrors_darwin_arm.go 660 OCRNL = 0x10
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_386.go 629 OCRNL = 0x8
ztypes_linux_amd64.go 647 OCRNL = 0x8
ztypes_linux_arm.go 618 OCRNL = 0x8

Completed in 85 milliseconds

1 2 3