Home
last modified time | relevance | path

Searched refs:TCGETA (Results 1 – 23 of 23) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl01.c39 {&bfd, TCGETA, &termio, EBADF},
41 {&fd, TCGETA, (struct termio *)-1, EFAULT},
48 {&fd_file, TCGETA, &termio, ENOTTY},
50 {&fd, TCGETA, NULL, EFAULT}
Dioctl02.c260 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/
Dioctl.h15 #define TCGETA 0x5405 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h15 #define TCGETA 0x5405 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h15 #define TCGETA 0x5405 macro
/third_party/musl/arch/generic/bits/
Dioctl.h15 #define TCGETA 0x5405 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h11 #define TCGETA 0x5401 macro
/third_party/musl/arch/mips/bits/
Dioctl.h11 #define TCGETA 0x5401 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h11 #define TCGETA 0x5401 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h29 #define TCGETA _IOR('t', 23, char[20]) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h32 #define TCGETA 0x5405 macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h29 #define TCGETA _IOR('t', 23, char[20]) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h32 #define TCGETA 0x5405 macro
/third_party/musl/arch/sh/bits/
Dioctl.h19 #define TCGETA _IOR('t', 23, char[18]) macro
/third_party/curl/src/
Dtool_getpass.c197 ioctl(fd, TCGETA, &withecho); in ttyecho()
/third_party/python/Modules/
Dtermios.c790 #ifdef TCGETA
791 {"TCGETA", TCGETA},
/third_party/ltp/testcases/kernel/pty/
Dptem01.c98 if (ioctl(slavefd, TCGETA, &termio) != 0) { in test1()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c103 ioctl(fd, TCGETA, &old_tty); in repl_getch()
Drpng2-win.c114 ioctl(fd, TCGETA, &old_tty); in repl_getch()
/third_party/libpng/contrib/gregbook/
Drpng-win.c103 ioctl(fd, TCGETA, &old_tty); in repl_getch()
Drpng2-win.c114 ioctl(fd, TCGETA, &old_tty); in repl_getch()
/third_party/openssl/crypto/ui/
Dui_openssl.c122 # define TTY_get(tty,data) ioctl(tty,TCGETA,data)
/third_party/mksh/
Dsh.h531 #define mksh_tcget(fd,st) ioctl((fd), TCGETA, (st))