Searched defs:tcsetattr (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/driver/ |
D | Platform.cpp | 49 int tcsetattr(int fd, int optional_actions, const struct termios *termios_p) { in tcsetattr() function
|
/external/openssh/openbsd-compat/ |
D | bsd-nextstep.c | 53 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr() function
|
/external/rust/crates/nix/src/sys/ |
D | termios.rs | 1035 pub fn tcsetattr(fd: RawFd, actions: SetArg, termios: &Termios) -> Result<()> { in tcsetattr() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 1334 pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int; in tcsetattr() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3820 pub fn tcsetattr(fd: ::c_int, optional_actions: ::c_int, termios: *const ::termios) -> ::c_int; in tcsetattr() function
|