Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dioctls.h29 #undef TCSETSW
33 #define TCSETSW _IOW ('T', 10, char[36]) macro
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dioctls.h29 #undef TCSETSW
33 #define TCSETSW _IOW ('T', 18, char[36]) macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dioctls.h29 #undef TCSETSW
33 #define TCSETSW _IOW ('t', 21, char[44]) macro
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dkernel_termios.h46 #undef TCSETSW
50 #define TCSETSW _IOW ('t', 21, struct __kernel_termios) macro
Dinternal-ioctl.h36 case TCSETSW: in __ioctl_arch()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtcsetattr.c55 cmd = TCSETSW; in __tcsetattr()