Searched refs:OCRNL (Results 1 – 25 of 35) sorted by relevance
12
/external/openssh/ |
D | ttymodes.h | 165 #ifdef OCRNL 166 TTYMODE(OCRNL, c_oflag, 73)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 83 #define OCRNL 0000010 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 103 #define OCRNL 0000010 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 406 #ifdef OCRNL 407 {"OCRNL", OCRNL},
|
/external/python/cpython3/Modules/ |
D | termios.c | 434 #ifdef OCRNL 435 {"OCRNL", OCRNL},
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 98 OCRNL = 0000010 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 98 OCRNL = 0000010 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 | 673 OCRNL = 0x8 const
|
D | zerrors_dragonfly_amd64.go | 933 OCRNL = 0x10 const
|
D | zerrors_openbsd_arm.go | 943 OCRNL = 0x10 const
|
D | zerrors_openbsd_amd64.go | 985 OCRNL = 0x10 const
|
D | zerrors_openbsd_386.go | 942 OCRNL = 0x10 const
|
D | zerrors_darwin_386.go | 1037 OCRNL = 0x10 const
|
D | zerrors_darwin_arm64.go | 1037 OCRNL = 0x10 const
|
D | zerrors_darwin_amd64.go | 1037 OCRNL = 0x10 const
|
D | zerrors_netbsd_arm.go | 1044 OCRNL = 0x10 const
|
D | zerrors_darwin_arm.go | 1037 OCRNL = 0x10 const
|
D | zerrors_freebsd_386.go | 1092 OCRNL = 0x10 const
|
D | zerrors_freebsd_arm.go | 1100 OCRNL = 0x10 const
|
D | zerrors_netbsd_386.go | 1064 OCRNL = 0x10 const
|
D | zerrors_freebsd_amd64.go | 1093 OCRNL = 0x10 const
|
D | zerrors_netbsd_amd64.go | 1054 OCRNL = 0x10 const
|
D | zerrors_linux_sparc64.go | 904 OCRNL = 0x8 const
|
D | zerrors_linux_mipsle.go | 1143 OCRNL = 0x8 const
|
12