Searched refs:VEOL2 (Results 1 – 25 of 38) sorted by relevance
12
/external/openssh/ |
D | ttymodes.h | 80 #ifdef VEOL2 81 TTYCHAR(VEOL2, 7)
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 235 if (i == VEOL2) in run_ptest() 312 if (i == VEOL2) { in chk_tty_parms() 313 if (termio.c_cc[VEOL2] == CNUL) { in chk_tty_parms()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 60 #define VEOL2 16 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 63 #define VEOL2 6 /* Second EOL character [ICANON]. */ macro
|
/external/python/cpython2/Modules/ |
D | termios.c | 573 #ifdef VEOL2 574 {"VEOL2", VEOL2},
|
/external/python/cpython3/Modules/ |
D | termios.c | 601 #ifdef VEOL2 602 {"VEOL2", VEOL2},
|
/external/toybox/toys/pending/ |
D | stty.c | 79 { "eof", VEOF }, { "eol", VEOL }, { "eol2", VEOL2 }, { "swtch", VSWTC }, 309 t->c_cc[VEOL2] = 0; in make_sane()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 49 VEOL2 = 6 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 49 VEOL2 = 6 variable
|
/external/libcups/cups/ |
D | usersys.c | 759 # ifdef VEOL2 in _cupsGetPassword() 760 passch == noecho.c_cc[VEOL2] || in _cupsGetPassword()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1111 VEOL2 = 0x6 const
|
D | zerrors_openbsd_386.go | 1307 VEOL2 = 0x2 const
|
D | zerrors_openbsd_amd64.go | 1393 VEOL2 = 0x2 const
|
D | zerrors_dragonfly_amd64.go | 1269 VEOL2 = 0x2 const
|
D | zerrors_openbsd_arm.go | 1310 VEOL2 = 0x2 const
|
D | zerrors_darwin_arm64.go | 1446 VEOL2 = 0x2 const
|
D | zerrors_darwin_386.go | 1446 VEOL2 = 0x2 const
|
D | zerrors_darwin_arm.go | 1446 VEOL2 = 0x2 const
|
D | zerrors_darwin_amd64.go | 1446 VEOL2 = 0x2 const
|
D | zerrors_netbsd_amd64.go | 1410 VEOL2 = 0x2 const
|
D | zerrors_netbsd_386.go | 1420 VEOL2 = 0x2 const
|
D | zerrors_freebsd_arm.go | 1462 VEOL2 = 0x2 const
|
D | zerrors_freebsd_amd64.go | 1454 VEOL2 = 0x2 const
|
D | zerrors_freebsd_386.go | 1453 VEOL2 = 0x2 const
|
D | zerrors_netbsd_arm.go | 1399 VEOL2 = 0x2 const
|
12