Home
last modified time | relevance | path

Searched refs:ICRNL (Results 1 – 25 of 48) sorted by relevance

12

/external/openssh/
Dsshtty.c80 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
Dttymodes.h120 TTYMODE(ICRNL, c_iflag, 36)
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c246 BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY | in run_ptest()
341 && (BRKINT | IGNPAR | INPCK | ISTRIP | ICRNL | IUCLC | IXON | IXANY in chk_tty_parms()
/external/python/cpython2/Lib/
Dtty.py21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
/external/python/cpython3/Lib/
Dtty.py21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON)
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h71 #define ICRNL 0000400 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h91 #define ICRNL 0000400 /* Map CR to NL on input. */ macro
/external/openssh/openbsd-compat/
Dbsd-openpty.c211 tio.c_iflag |= ICRNL; in openpty()
/external/syzkaller/vm/vmimpl/
Dconsole.go40 unix.IGNCR | unix.ICRNL | unix.IXON
/external/toybox/lib/
Dtty.c97 termio.c_iflag = IXANY|ICRNL|INLCR; in set_terminal()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py89 ICRNL = 0000400 variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py89 ICRNL = 0000400 variable
/external/selinux/policycoreutils/run_init/
Dopen_init_pty.c73 buf.c_iflag &= ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON); in tty_semi_raw()
/external/toybox/toys/pending/
Dgetty.c169 TT.termios.c_iflag = ICRNL|IXON|IXOFF; in termios_init()
Dinit.c88 terminal.c_iflag = IXON|IXOFF|ICRNL; in reset_term()
Dstty.c95 { "inlcr", INLCR }, { "igncr", IGNCR }, { "icrnl", ICRNL }, { "ixon", IXON },
/external/python/cpython2/Modules/
Dtermios.c387 {"ICRNL", ICRNL},
/external/python/cpython3/Modules/
Dtermios.c415 {"ICRNL", ICRNL},
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialposix.py335 iflag &= ~(TERMIOS.INLCR|TERMIOS.IGNCR|TERMIOS.ICRNL|TERMIOS.IGNBRK)
/external/nos/test/system-test-harness/src/
Dutil.cc454 INLCR | ICRNL | BRKINT | IGNBRK); in Init()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go361 ICRNL = 0x100 const
Dzerrors_dragonfly_amd64.go361 ICRNL = 0x100 const
Dzerrors_openbsd_arm.go450 ICRNL = 0x100 const
Dzerrors_openbsd_amd64.go487 ICRNL = 0x100 const
Dzerrors_openbsd_386.go451 ICRNL = 0x100 const

12