Home
last modified time | relevance | path

Searched refs:tcgetpgrp (Results 1 – 15 of 15) 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/mksh/src/
Djobs.c351 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) { in j_change()
1175 (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0) in j_waitj()
/external/python/cpython2/
Dpyconfig.h.in820 /* Define to 1 if you have the `tcgetpgrp' function. */
Dconfigure.ac3105 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
Dconfigure10583 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/Modules/
Dposixmodule.c6544 pgid = tcgetpgrp(fd); in posix_tcgetpgrp()
/external/python/cpython2/Doc/library/
Dos.rst825 .. 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().