/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 184 if (ioctl(parentfd, TCSETA, &save_io) == -1) in main() 251 TEST(ioctl(parentfd, TCSETA, &termio)); in run_ptest() 463 if (ioctl(parentfd, TCSETA, &save_io) == -1) in cleanup()
|
/third_party/curl/src/ |
D | tool_getpass.c | 200 ioctl(fd, TCSETA, &noecho); in ttyecho() 213 ioctl(fd, TCSETA, &withecho); in ttyecho()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 16 #define TCSETA 0x5406 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 16 #define TCSETA 0x5406 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 16 #define TCSETA 0x5406 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 16 #define TCSETA 0x5406 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 12 #define TCSETA 0x5402 macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 12 #define TCSETA 0x5402 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 12 #define TCSETA 0x5402 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 30 #define TCSETA _IOW('t', 24, char[20]) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 33 #define TCSETA 0x5406 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 30 #define TCSETA _IOW('t', 24, char[20]) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 33 #define TCSETA 0x5406 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 20 #define TCSETA _IOW('t', 24, char[18]) macro
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng-win.c | 106 ioctl(fd, TCSETA, &new_tty); in repl_getch() 108 ioctl(fd, TCSETA, &old_tty); in repl_getch()
|
D | rpng2-win.c | 117 ioctl(fd, TCSETA, &new_tty); in repl_getch() 119 ioctl(fd, TCSETA, &old_tty); in repl_getch()
|
/third_party/libpng/contrib/gregbook/ |
D | rpng-win.c | 106 ioctl(fd, TCSETA, &new_tty); in repl_getch() 108 ioctl(fd, TCSETA, &old_tty); in repl_getch()
|
D | rpng2-win.c | 117 ioctl(fd, TCSETA, &new_tty); in repl_getch() 119 ioctl(fd, TCSETA, &old_tty); in repl_getch()
|
/third_party/python/Modules/ |
D | termios.c | 802 #ifdef TCSETA 803 {"TCSETA", TCSETA},
|
/third_party/ltp/testcases/kernel/pty/ |
D | ptem01.c | 102 if (ioctl(slavefd, TCSETA, &termio) != 0) { in test1()
|
/third_party/openssl/crypto/ui/ |
D | ui_openssl.c | 123 # define TTY_set(tty,data) ioctl(tty,TCSETA,data)
|