Home
last modified time | relevance | path

Searched refs:tcgetpgrp (Results 1 – 22 of 22) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-misc.h86 pid_t tcgetpgrp(int);
Dbsd-misc.c182 tcgetpgrp(int fd) in tcgetpgrp() function
/external/openssh/
Dprogressmeter.c84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
Dconfig.h.in1259 /* Define to 1 if you have the `tcgetpgrp' function. */
Dconfigure.ac1776 tcgetpgrp \
Dconfigure10727 tcgetpgrp \
/external/u-boot/common/
Dcli_hush.c1502 if ((curpgrp = tcgetpgrp(shell_terminal = 2)) < 0
1503 && (curpgrp = tcgetpgrp(shell_terminal = 0)) < 0
1504 && (curpgrp = tcgetpgrp(shell_terminal = 1)) < 0)
3364 while (tcgetpgrp (shell_terminal) != (shell_pgrp = getpgrp ()))
/external/mksh/src/
Djobs.c358 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) { in j_change()
1188 (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0) in j_waitj()
/external/python/cpython2/
Dpyconfig.h.in850 /* Define to 1 if you have the `tcgetpgrp' function. */
Dconfigure.ac3134 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
Dconfigure10617 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
/external/python/cpython3/
Dpyconfig.h.in1139 /* Define to 1 if you have the `tcgetpgrp' function. */
Dconfigure.ac3574 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
Dconfigure11521 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3078 fun:tcgetpgrp=uninstrumented
/external/python/cpython2/Doc/library/
Dos.rst825 .. function:: tcgetpgrp(fd)
/external/python/cpython2/Modules/
Dposixmodule.c6571 pgid = tcgetpgrp(fd); in posix_tcgetpgrp()
/external/python/cpython3/Modules/
Dposixmodule.c7656 pid_t pgid = tcgetpgrp(fd); in os_tcgetpgrp_impl()
/external/python/cpython3/Doc/library/
Dos.rst1303 .. function:: tcgetpgrp(fd)
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym914 PUBLIC d32e0 0 tcgetpgrp
/external/python/cpython2/Misc/
DHISTORY16581 supports them: setsid(), setpgid(), tcgetpgrp(), tcsetpgrp().
/external/python/cpython3/Misc/
DHISTORY33960 supports them: setsid(), setpgid(), tcgetpgrp(), tcsetpgrp().