Home
last modified time | relevance | path

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

/third_party/musl/src/termios/
H A Dtcgetsid.c4 pid_t tcgetsid(int fd) in tcgetsid() function
/third_party/rust/crates/rustix/src/termios/
H A Dtc.rs180 pub fn tcgetsid<Fd: AsFd>(fd: Fd) -> io::Result<Pid> { in tcgetsid() functions
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs1207 pub fn tcgetsid(fd: RawFd) -> Result<Pid> { in tcgetsid() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1381 pub fn tcgetsid(fd: ::c_int) -> ::pid_t; in tcgetsid() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3843 pub fn tcgetsid(fd: ::c_int) -> ::pid_t; in tcgetsid() functions

Completed in 17 milliseconds