Home
last modified time | relevance | path

Searched refs:NOFLSH (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c241 ((unsigned short)(ISIG | ICANON | XCASE | ECHO | ECHOE | NOFLSH)); in run_ptest()
332 && (ISIG | ICANON | XCASE | ECHO | ECHOE | NOFLSH))) { in chk_tty_parms()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h131 #define NOFLSH 0000200 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h131 #define NOFLSH 0000200 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h131 #define NOFLSH 0000200 macro
/third_party/musl/arch/mips/bits/
Dtermios.h132 #define NOFLSH 0000200 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h137 #define NOFLSH 0x80000000 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h132 #define NOFLSH 0000200 macro
/third_party/musl/arch/generic/bits/
Dtermios.h131 #define NOFLSH 0000200 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h132 #define NOFLSH 0000200 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h131 #define NOFLSH 0000200 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h137 #define NOFLSH 0x80000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h131 #define NOFLSH 0000200 macro
/third_party/musl/libc-test/src/api/
Dtermios.c108 C(NOFLSH) in f()
/third_party/python/Modules/
Dtermios.c586 {"NOFLSH", NOFLSH},
/third_party/toybox/toys/pending/
Dstty.c114 { "echonl", ECHONL }, { "noflsh", NOFLSH }, { "xcase", XCASE },