Home
last modified time | relevance | path

Searched defs:tcflow (Results 1 – 4 of 4) sorted by relevance

/external/musl/src/termios/
Dtcflow.c4 int tcflow(int fd, int action) in tcflow() function
/external/rust/crates/nix/src/sys/
Dtermios.rs1181 pub fn tcflow(fd: RawFd, action: FlowArg) -> Result<()> { in tcflow() function
/external/rust/crates/libc/src/unix/
Dmod.rs1376 pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflow() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3841 pub fn tcflow(fd: ::c_int, action: ::c_int) -> ::c_int; in tcflow() function