Searched defs:tcsetattr (Results 1 – 4 of 4) sorted by relevance
5 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr() function
1162 pub fn tcsetattr(fd: RawFd, actions: SetArg, termios: &Termios) -> Result<()> { in tcsetattr() function
1375 pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int; in tcsetattr() function
3840 pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int; in tcsetattr() function