Home
last modified time | relevance | path

Searched refs:__tcsetattr (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/sysv/linux/powerpc/
A Dinternal-ioctl.h33 *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()
/sysdeps/unix/sysv/linux/
A Dtcsetattr.c44 __tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in __tcsetattr() function
80 weak_alias (__tcsetattr, tcsetattr)

Completed in 3 milliseconds