Searched refs:TCSETS (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/src/termios/ |
D | tcsetattr.c | 11 return ioctl(fd, TCSETS+act, tio); in tcsetattr()
|
/third_party/ltp/testcases/kernel/pty/ |
D | ptem01.c | 82 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test1() 94 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test1() 410 if (ioctl(slavefd, TCSETS, &termios) != 0) { in test6()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 12 #define TCSETS 0x5402 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 12 #define TCSETS 0x5402 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 12 #define TCSETS 0x5402 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 12 #define TCSETS 0x5402 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 19 #define TCSETS 0x540E macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 19 #define TCSETS 0x540E macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 19 #define TCSETS 0x540E macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 29 #define TCSETS 0x5402 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 25 #define TCSETS _IOW('t', 20, char[44]) macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 25 #define TCSETS _IOW('t', 20, char[44]) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 29 #define TCSETS 0x5402 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 77 #define TCSETS _IO('T', 2) macro
|
/third_party/python/Modules/ |
D | termios.c | 811 #ifdef TCSETS 812 {"TCSETS", TCSETS},
|