Home
last modified time | relevance | path

Searched refs:TCSETA (Results 1 – 21 of 21) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c184 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/
Dtool_getpass.c200 ioctl(fd, TCSETA, &noecho); in ttyecho()
213 ioctl(fd, TCSETA, &withecho); in ttyecho()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h16 #define TCSETA 0x5406 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h16 #define TCSETA 0x5406 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h16 #define TCSETA 0x5406 macro
/third_party/musl/arch/generic/bits/
Dioctl.h16 #define TCSETA 0x5406 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h12 #define TCSETA 0x5402 macro
/third_party/musl/arch/mips/bits/
Dioctl.h12 #define TCSETA 0x5402 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h12 #define TCSETA 0x5402 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h30 #define TCSETA _IOW('t', 24, char[20]) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h33 #define TCSETA 0x5406 macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h30 #define TCSETA _IOW('t', 24, char[20]) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h33 #define TCSETA 0x5406 macro
/third_party/musl/arch/sh/bits/
Dioctl.h20 #define TCSETA _IOW('t', 24, char[18]) macro
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c106 ioctl(fd, TCSETA, &new_tty); in repl_getch()
108 ioctl(fd, TCSETA, &old_tty); in repl_getch()
Drpng2-win.c117 ioctl(fd, TCSETA, &new_tty); in repl_getch()
119 ioctl(fd, TCSETA, &old_tty); in repl_getch()
/third_party/libpng/contrib/gregbook/
Drpng-win.c106 ioctl(fd, TCSETA, &new_tty); in repl_getch()
108 ioctl(fd, TCSETA, &old_tty); in repl_getch()
Drpng2-win.c117 ioctl(fd, TCSETA, &new_tty); in repl_getch()
119 ioctl(fd, TCSETA, &old_tty); in repl_getch()
/third_party/python/Modules/
Dtermios.c802 #ifdef TCSETA
803 {"TCSETA", TCSETA},
/third_party/ltp/testcases/kernel/pty/
Dptem01.c102 if (ioctl(slavefd, TCSETA, &termio) != 0) { in test1()
/third_party/openssl/crypto/ui/
Dui_openssl.c123 # define TTY_set(tty,data) ioctl(tty,TCSETA,data)