Home
last modified time | relevance | path

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

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