Searched refs:ONLCR (Results 1 – 25 of 44) sorted by relevance
12
/external/openssh/ |
D | ttymodes.h | 162 #ifdef ONLCR 163 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/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 82 #define ONLCR 0000004 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 102 #define ONLCR 0000004 /* Map NL to CR-NL on output. */ macro
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 210 tio.c_oflag |= (OPOST | ONLCR); in openpty()
|
/external/python/cpython2/Modules/ |
D | termios.c | 403 #ifdef ONLCR 404 {"ONLCR", ONLCR},
|
/external/python/cpython3/Modules/ |
D | termios.c | 431 #ifdef ONLCR 432 {"ONLCR", ONLCR},
|
/external/toybox/lib/ |
D | tty.c | 101 termio.c_oflag = ONLCR|OPOST; in set_terminal()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 97 ONLCR = 0000004 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 97 ONLCR = 0000004 variable
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 289 s_tty_attr.c_oflag &= ~(ONLCR); in main()
|
/external/toybox/toys/pending/ |
D | getty.c | 159 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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_posix_libcdep.cc | 152 termflags.c_oflag &= ~ONLCR; in StartSymbolizerSubprocess()
|
/external/u-boot/arch/sandbox/cpu/ |
D | os.c | 133 term.c_oflag = OPOST | ONLCR; in os_tty_raw()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 680 ONLCR = 0x4 const
|
D | zerrors_dragonfly_amd64.go | 934 ONLCR = 0x2 const
|
D | zerrors_openbsd_arm.go | 944 ONLCR = 0x2 const
|
D | zerrors_openbsd_amd64.go | 987 ONLCR = 0x2 const
|
D | zerrors_openbsd_386.go | 943 ONLCR = 0x2 const
|
D | zerrors_darwin_386.go | 1040 ONLCR = 0x2 const
|
D | zerrors_darwin_arm64.go | 1040 ONLCR = 0x2 const
|
D | zerrors_darwin_amd64.go | 1040 ONLCR = 0x2 const
|
12