Home
last modified time | relevance | path

Searched defs:tcgetpgrp (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/unistd/
H A Dtcgetpgrp.c6 pid_t tcgetpgrp(int fd) in tcgetpgrp() function
/third_party/musl/porting/liteos_a/user/src/unistd/
H A Dtcgetpgrp.c6 pid_t tcgetpgrp(int fd) in tcgetpgrp() function
/third_party/rust/crates/rustix/src/termios/
H A Dtc.rs56 pub fn tcgetpgrp<Fd: AsFd>(fd: Fd) -> io::Result<Pid> { in tcgetpgrp() functions
/third_party/rust/crates/nix/src/
H A Dunistd.rs370 pub fn tcgetpgrp(fd: c_int) -> Result<Pid> { in tcgetpgrp() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs937 pub fn tcgetpgrp(fd: ::c_int) -> pid_t; in tcgetpgrp() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3631 pub fn tcgetpgrp(fd: ::c_int) -> pid_t; in tcgetpgrp() functions

Completed in 20 milliseconds