Home
last modified time | relevance | path

Searched refs:tcsetpgrp (Results 1 – 14 of 14) sorted by relevance

/external/toybox/toys/other/
Dsetsid.c25 tcsetpgrp(0, getpid()); in setsid_main()
/external/openssh/openbsd-compat/
Dbsd-nextstep.h51 int tcsetpgrp(int, pid_t);
Dbsd-nextstep.c75 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
/external/mksh/src/
Djobs.c240 if (tcsetpgrp(tty_fd, restore_ttypgrp) < 0) { in j_suspend()
265 } else if (tcsetpgrp(tty_fd, kshpid) < 0) { in j_suspend()
319 tcsetpgrp(tty_fd, restore_ttypgrp); in j_exit()
372 if (tcsetpgrp(tty_fd, kshpid) < 0) { in j_change()
539 tcsetpgrp(tty_fd, j->pgrp); in exchild()
858 tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ? in j_resume()
885 if (ttypgrp_ok && tcsetpgrp(tty_fd, kshpgrp) < 0) in j_resume()
1177 if (tcsetpgrp(tty_fd, kshpgrp) < 0) in j_waitj()
/external/toybox/toys/pending/
Dgetty.c308 tcsetpgrp(STDIN_FILENO, pid); in getty_main()
/external/python/cpython2/Lib/test/
Dtest_os.py705 self.check(os.tcsetpgrp, 0)
/external/python/cpython2/
Dpyconfig.h.in823 /* Define to 1 if you have the `tcsetpgrp' 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.txt3082 fun:tcsetpgrp=uninstrumented
/external/python/cpython2/Modules/
Dposixmodule.c6564 if (tcsetpgrp(fd, pgid) < 0) in posix_tcsetpgrp()
/external/python/cpython2/Doc/library/
Dos.rst833 .. function:: tcsetpgrp(fd, pg)
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym915 PUBLIC d3310 0 tcsetpgrp
/external/python/cpython2/Misc/
DHISTORY16581 supports them: setsid(), setpgid(), tcgetpgrp(), tcsetpgrp().