Searched refs:TIOCGPGRP (Results 1 – 3 of 3) sorted by relevance
40 return (ioctl(fd, TIOCGPGRP, &pid) == -1) ? -1 : pid; in tcgetpgrp()
36 #define TIOCGPGRP 0x540F macro
63 #define TIOCGPGRP _IOR('t', 119, int) macro