Home
last modified time | relevance | path

Searched refs:TIOCSTI (Results 1 – 14 of 14) sorted by relevance

/third_party/libuv/test/
Dtest-osx-select.c74 r = ioctl(fd, TIOCSTI, str + i); in TEST_IMPL()
128 r = ioctl(fd, TIOCSTI, str + i); in TEST_IMPL()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h28 #define TIOCSTI 0x5412 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h28 #define TIOCSTI 0x5412 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h28 #define TIOCSTI 0x5412 macro
/third_party/musl/arch/generic/bits/
Dioctl.h28 #define TIOCSTI 0x5412 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h26 #define TIOCSTI 0x5472 macro
/third_party/musl/arch/mips/bits/
Dioctl.h26 #define TIOCSTI 0x5472 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h26 #define TIOCSTI 0x5472 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h54 #define TIOCSTI 0x5412 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h45 #define TIOCSTI 0x5412 macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h54 #define TIOCSTI 0x5412 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h45 #define TIOCSTI 0x5412 macro
/third_party/musl/arch/sh/bits/
Dioctl.h41 #define TIOCSTI _IOW('T', 18, char) macro
/third_party/python/Modules/
Dtermios.c979 #ifdef TIOCSTI
980 {"TIOCSTI", TIOCSTI},