Home
last modified time | relevance | path

Searched refs:TCOON (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/termios/
Dtcflow.c65 if (tcflow(fds, TCOON) != 0) { in tcflow_0100()
87 int result = tcflow(-1, TCOON); in tcflow_0200()
/third_party/ltp/testcases/kernel/pty/
Dpty05.c73 ioctl(ptmx, TCXONC, TCOON); in run()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h136 #define TCOON 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h136 #define TCOON 1 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h136 #define TCOON 1 macro
/third_party/musl/arch/mips/bits/
Dtermios.h138 #define TCOON 1 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h140 #define TCOON 1 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h138 #define TCOON 1 macro
/third_party/musl/arch/generic/bits/
Dtermios.h136 #define TCOON 1 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h138 #define TCOON 1 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h136 #define TCOON 1 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h140 #define TCOON 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h136 #define TCOON 1 macro
/third_party/musl/libc-test/src/api/
Dtermios.c119 C(TCOON) in f()
/third_party/python/Doc/library/
Dtermios.rst73 argument can be :const:`TCOOFF` to suspend output, :const:`TCOON` to restart
/third_party/python/Modules/
Dtermios.c424 {"TCOON", TCOON},