/external/openssh/ |
D | ttymodes.h | 153 #ifdef ONLCR 154 TTYMODE(ONLCR, c_oflag, 72)
|
/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/e2fsprogs/lib/et/ |
D | com_err.c | 55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 196 tio.c_oflag |= (OPOST | ONLCR); in openpty()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 82 #define ONLCR 0000004 macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 403 #ifdef ONLCR 404 {"ONLCR", ONLCR},
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 97 ONLCR = 0000004 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 97 ONLCR = 0000004 variable
|
/external/python/cpython3/Modules/ |
D | termios.c | 446 #ifdef ONLCR 447 {"ONLCR", ONLCR},
|
/external/toybox/lib/ |
D | tty.c | 97 termio.c_oflag = ONLCR|OPOST; in set_terminal()
|
/external/toybox/toys/pending/ |
D | getty.c | 96 TT.termios.c_oflag = OPOST|ONLCR; in termios_init()
|
D | init.c | 91 terminal.c_oflag = ONLCR|OPOST; in reset_term()
|
D | stty.c | 102 { "onlcr", ONLCR }, { "onocr", ONOCR }, { "onlret", ONLRET },
|
/external/rust/crates/nix/test/ |
D | test_pty.rs | 214 termios.output_flags.remove(OutputFlags::ONLCR); in test_openpty_with_termios()
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 289 s_tty_attr.c_oflag &= ~(ONLCR); in main()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_posix_libcdep.cc | 152 termflags.c_oflag &= ~ONLCR; in StartSymbolizerSubprocess()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 280 pub const ONLCR: ::tcflag_t = 0x4; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 541 pub const ONLCR: ::tcflag_t = 0x4; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 347 pub const ONLCR: ::tcflag_t = 0o000004; constant
|
D | mips64.rs | 666 pub const ONLCR: ::tcflag_t = 0x4; constant
|
D | powerpc64.rs | 684 pub const ONLCR: ::tcflag_t = 0x2; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 696 pub const ONLCR: ::tcflag_t = 0x4; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/ |
D | mod.rs | 409 pub const ONLCR: ::tcflag_t = 4; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | powerpc.rs | 200 pub const ONLCR: ::tcflag_t = 0x00000002; constant
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 389 pub const ONLCR: ::tcflag_t = 0x2; constant
|