Home
last modified time | relevance | path

Searched refs:ONLCR (Results 1 – 25 of 50) sorted by relevance

12

/external/openssh/
Dttymodes.h153 #ifdef ONLCR
154 TTYMODE(ONLCR, c_oflag, 72)
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c250 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/
Dcom_err.c55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
/external/openssh/openbsd-compat/
Dbsd-openpty.c196 tio.c_oflag |= (OPOST | ONLCR); in openpty()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h82 #define ONLCR 0000004 macro
/external/python/cpython2/Modules/
Dtermios.c403 #ifdef ONLCR
404 {"ONLCR", ONLCR},
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py97 ONLCR = 0000004 variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py97 ONLCR = 0000004 variable
/external/python/cpython3/Modules/
Dtermios.c446 #ifdef ONLCR
447 {"ONLCR", ONLCR},
/external/toybox/lib/
Dtty.c97 termio.c_oflag = ONLCR|OPOST; in set_terminal()
/external/toybox/toys/pending/
Dgetty.c96 TT.termios.c_oflag = OPOST|ONLCR; in termios_init()
Dinit.c91 terminal.c_oflag = ONLCR|OPOST; in reset_term()
Dstty.c102 { "onlcr", ONLCR }, { "onocr", ONOCR }, { "onlret", ONLRET },
/external/rust/crates/nix/test/
Dtest_pty.rs214 termios.output_flags.remove(OutputFlags::ONLCR); in test_openpty_with_termios()
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c289 s_tty_attr.c_oflag &= ~(ONLCR); in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_posix_libcdep.cc152 termflags.c_oflag &= ~ONLCR; in StartSymbolizerSubprocess()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs280 pub const ONLCR: ::tcflag_t = 0x4; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs541 pub const ONLCR: ::tcflag_t = 0x4; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs347 pub const ONLCR: ::tcflag_t = 0o000004; constant
Dmips64.rs666 pub const ONLCR: ::tcflag_t = 0x4; constant
Dpowerpc64.rs684 pub const ONLCR: ::tcflag_t = 0x2; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs696 pub const ONLCR: ::tcflag_t = 0x4; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
Dmod.rs409 pub const ONLCR: ::tcflag_t = 4; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dpowerpc.rs200 pub const ONLCR: ::tcflag_t = 0x00000002; constant
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs389 pub const ONLCR: ::tcflag_t = 0x2; constant

12