Home
last modified time | relevance | path

Searched defs:tcflow (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/termios/
H A Dtcflow.c4 int tcflow(int fd, int action) in tcflow() function
/third_party/rust/crates/rustix/src/termios/
H A Dtc.rs165 pub fn tcflow<Fd: AsFd>(fd: Fd, action: Action) -> io::Result<()> { in tcflow() functions
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs1181 pub fn tcflow(fd: RawFd, action: FlowArg) -> Result<()> { in tcflow() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1379 pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflow() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3841 pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflow() functions

Completed in 17 milliseconds