/external/openssh/ |
D | ttymodes.h | 159 #ifdef ONOCR 160 TTYMODE(ONOCR, c_oflag, 74)
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 250 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/ |
D | termbits.h | 84 #define ONOCR 0000020 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 409 #ifdef ONOCR 410 {"ONOCR", ONOCR},
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 99 ONOCR = 0000020 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 99 ONOCR = 0000020 variable
|
/external/python/cpython3/Modules/ |
D | termios.c | 452 #ifdef ONOCR 453 {"ONOCR", ONOCR},
|
/external/toybox/toys/pending/ |
D | stty.c | 102 { "onlcr", ONLCR }, { "onocr", ONOCR }, { "onlret", ONLRET },
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 590 ONOCR as tcflag_t;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3376 #ifdef ONOCR 3377 { "ONOCR", (unsigned long) ONOCR },
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 717 pub const ONOCR: ::tcflag_t = 0o000_020; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1298 pub const ONOCR: ::tcflag_t = 0x40; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1265 pub const ONOCR: ::tcflag_t = 0x20; constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1103 pub const ONOCR: ::tcflag_t = 0x00000010; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1057 pub const ONOCR: ::tcflag_t = 0o000020; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1689 pub const ONOCR: ::tcflag_t = 0x20; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1962 pub const ONOCR: ::tcflag_t = 0o000020; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2761 pub const ONOCR: ::tcflag_t = 0x00000020; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1897 pub const ONOCR: ::tcflag_t = 0o000020; constant
|