Home
last modified time | relevance | path

Searched refs:TCGETS (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dioctls.h27 #undef TCGETS
31 #define TCGETS _IOR ('T', 8, char[36]) macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dioctls.h27 #undef TCGETS
31 #define TCGETS _IOR ('T', 16, char[36]) macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dioctls.h27 #undef TCGETS
31 #define TCGETS _IOR ('t', 19, char[44]) macro
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dkernel_termios.h44 #undef TCGETS
48 #define TCGETS _IOR ('t', 19, struct __kernel_termios) macro
Dinternal-ioctl.h28 case TCGETS: in __ioctl_arch()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtcgetattr.c38 retval = INLINE_SYSCALL (ioctl, 3, fd, TCGETS, &k_termios); in __tcgetattr()