Searched refs:NOFLSH (Results 1 – 25 of 36) sorted by relevance
12
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 242 ((unsigned short)(ISIG | ICANON | XCASE | ECHO | ECHOE | NOFLSH)); in run_ptest() 333 && (ISIG | ICANON | XCASE | ECHO | ECHOE | NOFLSH))) { in chk_tty_parms()
|
/external/openssh/ |
D | ttymodes.h | 143 TTYMODE(NOFLSH, c_lflag, 57)
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termbits.h | 174 #define NOFLSH 0000200 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termbits.h | 198 #define NOFLSH 0000200 /* Disable flush after interrupt. */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IOCTL.py | 163 NOFLSH = 0000200 variable
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IOCTL.py | 163 NOFLSH = 0000200 variable
|
/external/python/cpython2/Modules/ |
D | termios.c | 536 {"NOFLSH", NOFLSH},
|
/external/python/cpython3/Modules/ |
D | termios.c | 564 {"NOFLSH", NOFLSH},
|
/external/toybox/toys/pending/ |
D | stty.c | 114 { "echonl", ECHONL }, { "noflsh", NOFLSH }, { "xcase", XCASE },
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 672 NOFLSH = 0x80 const
|
D | zerrors_dragonfly_amd64.go | 907 NOFLSH = 0x80000000 const
|
D | zerrors_openbsd_arm.go | 924 NOFLSH = 0x80000000 const
|
D | zerrors_openbsd_amd64.go | 964 NOFLSH = 0x80000000 const
|
D | zerrors_openbsd_386.go | 923 NOFLSH = 0x80000000 const
|
D | zerrors_darwin_386.go | 988 NOFLSH = 0x80000000 const
|
D | zerrors_darwin_arm64.go | 988 NOFLSH = 0x80000000 const
|
D | zerrors_darwin_amd64.go | 988 NOFLSH = 0x80000000 const
|
D | zerrors_netbsd_arm.go | 1027 NOFLSH = 0x80000000 const
|
D | zerrors_darwin_arm.go | 988 NOFLSH = 0x80000000 const
|
D | zerrors_freebsd_386.go | 1058 NOFLSH = 0x80000000 const
|
D | zerrors_freebsd_arm.go | 1066 NOFLSH = 0x80000000 const
|
D | zerrors_netbsd_386.go | 1047 NOFLSH = 0x80000000 const
|
D | zerrors_freebsd_amd64.go | 1059 NOFLSH = 0x80000000 const
|
D | zerrors_netbsd_amd64.go | 1037 NOFLSH = 0x80000000 const
|
D | zerrors_linux_sparc64.go | 903 NOFLSH = 0x80 const
|
12