Home
last modified time | relevance | path

Searched defs:tcsetattr (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/tools/driver/
DPlatform.cpp49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr() function
/external/openssh/openbsd-compat/
Dbsd-nextstep.c53 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
/external/rust/crates/nix/src/sys/
Dtermios.rs1035 pub fn tcsetattr(fd: RawFd, actions: SetArg, termios: &Termios) -> Result<()> { in tcsetattr() function
/external/rust/crates/libc/src/unix/
Dmod.rs1334 pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int; in tcsetattr() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3820 pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int; in tcsetattr() function