/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 39 {&bfd, TCGETA, &termio, EBADF}, 41 {&fd, TCGETA, (struct termio *)-1, EFAULT}, 48 {&fd_file, TCGETA, &termio, ENOTTY}, 50 {&fd, TCGETA, NULL, EFAULT}
|
D | ioctl02.c | 260 rval = ioctl(parentfd, TCGETA, &termio); in run_ptest() 432 SAFE_IOCTL(cleanup, fd, TCGETA, &save_io); in setup()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 15 #define TCGETA 0x5405 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 15 #define TCGETA 0x5405 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 15 #define TCGETA 0x5405 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 15 #define TCGETA 0x5405 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 11 #define TCGETA 0x5401 macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 11 #define TCGETA 0x5401 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 11 #define TCGETA 0x5401 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 29 #define TCGETA _IOR('t', 23, char[20]) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 32 #define TCGETA 0x5405 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 29 #define TCGETA _IOR('t', 23, char[20]) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 32 #define TCGETA 0x5405 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 19 #define TCGETA _IOR('t', 23, char[18]) macro
|
/third_party/curl/src/ |
D | tool_getpass.c | 197 ioctl(fd, TCGETA, &withecho); in ttyecho()
|
/third_party/python/Modules/ |
D | termios.c | 790 #ifdef TCGETA 791 {"TCGETA", TCGETA},
|
/third_party/ltp/testcases/kernel/pty/ |
D | ptem01.c | 98 if (ioctl(slavefd, TCGETA, &termio) != 0) { in test1()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng-win.c | 103 ioctl(fd, TCGETA, &old_tty); in repl_getch()
|
D | rpng2-win.c | 114 ioctl(fd, TCGETA, &old_tty); in repl_getch()
|
/third_party/libpng/contrib/gregbook/ |
D | rpng-win.c | 103 ioctl(fd, TCGETA, &old_tty); in repl_getch()
|
D | rpng2-win.c | 114 ioctl(fd, TCGETA, &old_tty); in repl_getch()
|
/third_party/openssl/crypto/ui/ |
D | ui_openssl.c | 122 # define TTY_get(tty,data) ioctl(tty,TCGETA,data)
|
/third_party/mksh/ |
D | sh.h | 531 #define mksh_tcget(fd,st) ioctl((fd), TCGETA, (st))
|