Searched refs:tcgetpgrp (Results 1 – 25 of 25) sorted by relevance
30 pid = tcgetpgrp(STDIN_FILENO); in tcgetpgrp_handler()71 result = tcgetpgrp(-1); in tcgetpgrp_0200()
30 pid = tcgetpgrp(STDIN_FILENO); in tcgetpgrp_handler()
15 "tcgetpgrp",
5 pid_t tcgetpgrp(int fd) in tcgetpgrp() function
6 pid_t tcgetpgrp(int fd) in tcgetpgrp() function
100 pid_t tcgetpgrp(int);
128 pid_t tcgetpgrp(int);
103 pid_t tcgetpgrp(int);
104 pid_t tcgetpgrp(int);
322 {pid_t(*p)(int) = tcgetpgrp;} in f()
226 000000619208 004200000007 R_X86_64_JUMP_SLO 0000000000000000 tcgetpgrp + 0337 66: 0000000000000000 0 FUNC GLOBAL DEFAULT UND tcgetpgrp@GLIBC_2.2.5 (3)
363 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) {1193 (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0)
1760 tcgetpgrp;
1530 "src/unistd/tcgetpgrp.c",
1244 /* Define to 1 if you have the `tcgetpgrp' function. */
3731 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
11975 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
9061 pid_t pgid = tcgetpgrp(fd); in os_tcgetpgrp_impl()
1484 .. function:: tcgetpgrp(fd)
33960 supports them: setsid(), setpgid(), tcgetpgrp(), tcsetpgrp().