Home
last modified time | relevance | path

Searched defs:tcsetattr (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/termios/
H A Dtcsetattr.c5 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr() function
/third_party/rust/crates/rustix/src/termios/
H A Dtc.rs91 pub fn tcsetattr<Fd: AsFd>( in tcsetattr() functions
/third_party/python/Lib/
H A Dpty.py16 from tty import setraw, tcgetattr, tcsetattr namespace
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs1162 pub fn tcsetattr(fd: RawFd, actions: SetArg, termios: &Termios) -> Result<()> { in tcsetattr() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1378 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 Dmod.rs3840 pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int; in tcsetattr() functions

Completed in 17 milliseconds