Searched defs:tcgetpgrp (Results 1 – 7 of 7) sorted by relevance
6 pid_t tcgetpgrp(int fd) in tcgetpgrp() function
56 pub fn tcgetpgrp<Fd: AsFd>(fd: Fd) -> io::Result<Pid> { in tcgetpgrp() function
31 pub(crate) fn tcgetpgrp(fd: BorrowedFd<'_>) -> io::Result<Pid> { in tcgetpgrp() function
45 pub(crate) fn tcgetpgrp(fd: BorrowedFd<'_>) -> io::Result<Pid> { in tcgetpgrp() function
937 pub fn tcgetpgrp(fd: ::c_int) -> pid_t; in tcgetpgrp() function
3631 pub fn tcgetpgrp(fd: ::c_int) -> pid_t; in tcgetpgrp() function