Searched defs:tcgetpgrp (Results 1 – 6 of 6) sorted by relevance
40 tcgetpgrp(int fd) in tcgetpgrp() function
209 tcgetpgrp(int fd) in tcgetpgrp() function
892 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1) macro 894 # define tcgetpgrp(a) (-1) macro
890 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1) macro892 # define tcgetpgrp(a) (-1) macro
156 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1) macro
173 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1) macro