Searched refs:__tcsetattr (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | internal-ioctl.h | 33 *r = __tcsetattr (fd, TCSANOW, (struct termios *) arg); in __ioctl_arch() 37 *r = __tcsetattr (fd, TCSADRAIN, (struct termios *) arg); in __ioctl_arch() 41 *r = __tcsetattr (fd, TCSAFLUSH, (struct termios *) arg); in __ioctl_arch()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tcsetattr.c | 44 __tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in __tcsetattr() function 80 weak_alias (__tcsetattr, tcsetattr)
|
/glibc-2.36/include/ |
D | termios.h | 7 extern int __tcsetattr (int __fd, int __optional_actions,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 8418 && _HAVE_C_ISPEED] (__tcsetattr): Likewise.
|
D | ChangeLog.18 | 1614 * include/termios.h (__tcsetattr): Likewise.
|