Home
last modified time | relevance | path

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

/third_party/musl/src/unistd/
H A Dtcsetpgrp.c5 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/third_party/rust/crates/rustix/src/termios/
H A Dtc.rs73 pub fn tcsetpgrp<Fd: AsFd>(fd: Fd, pid: Pid) -> io::Result<()> { in tcsetpgrp() functions
/third_party/rust/crates/nix/src/
H A Dunistd.rs380 pub fn tcsetpgrp(fd: c_int, pgrp: Pid) -> Result<()> { in tcsetpgrp() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs938 pub fn tcsetpgrp(fd: ::c_int, pgrp: ::pid_t) -> ::c_int; in tcsetpgrp() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3632 pub fn tcsetpgrp(fd: ::c_int, pgrp: ::pid_t) -> ::c_int; in tcsetpgrp() functions

Completed in 19 milliseconds