Searched defs:tcsetattr (Results 1 - 6 of 6) sorted by relevance
| /third_party/musl/src/termios/ |
| H A D | tcsetattr.c | 5 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr() function
|
| /third_party/rust/crates/rustix/src/termios/ |
| H A D | tc.rs | 91 pub fn tcsetattr<Fd: AsFd>( in tcsetattr() functions
|
| /third_party/python/Lib/ |
| H A D | pty.py | 16 from tty import setraw, tcgetattr, tcsetattr namespace
|
| /third_party/rust/crates/nix/src/sys/ |
| H A D | termios.rs | 1162 pub fn tcsetattr(fd: RawFd, actions: SetArg, termios: &Termios) -> Result<()> { in tcsetattr() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 1378 pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int; in tcsetattr() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3840 pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int; in tcsetattr() functions
|
Completed in 17 milliseconds