Home
last modified time | relevance | path

Searched refs:tcsetpgrp (Results 1 – 22 of 22) 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.c247 if (tcsetpgrp(tty_fd, restore_ttypgrp) < 0) { in j_suspend()
272 } else if (tcsetpgrp(tty_fd, kshpid) < 0) { in j_suspend()
326 tcsetpgrp(tty_fd, restore_ttypgrp); in j_exit()
379 if (tcsetpgrp(tty_fd, kshpid) < 0) { in j_change()
546 tcsetpgrp(tty_fd, j->pgrp); in exchild()
865 tcsetpgrp(tty_fd, (j->flags & JF_SAVEDTTYPGRP) ? in j_resume()
892 if (ttypgrp_ok && tcsetpgrp(tty_fd, kshpgrp) < 0) in j_resume()
1190 if (tcsetpgrp(tty_fd, kshpgrp) < 0) in j_waitj()
/external/toybox/toys/pending/
Dgetty.c306 tcsetpgrp(STDIN_FILENO, pid); in getty_main()
/external/u-boot/common/
Dcli_hush.c686 tcsetpgrp(shell_terminal, pi->pgrp); in builtin_fg_bg()
1731 tcsetpgrp(2, pi->pgrp);
1890 if (tcsetpgrp(shell_terminal, pi->pgrp) && errno != ENOTTY)
1894 if (tcsetpgrp(shell_terminal, getpgid(0)) && errno != ENOTTY)
3382 tcsetpgrp(shell_terminal, shell_pgrp);
/external/python/cpython2/Lib/test/
Dtest_os.py726 self.check(os.tcsetpgrp, 0)
/external/python/cpython2/
Dpyconfig.h.in853 /* Define to 1 if you have the `tcsetpgrp' 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.in1142 /* Define to 1 if you have the `tcsetpgrp' 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/python/cpython3/Lib/test/
Dtest_os.py1741 self.check(os.tcsetpgrp, 0)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3082 fun:tcsetpgrp=uninstrumented
/external/python/cpython2/Doc/library/
Dos.rst833 .. function:: tcsetpgrp(fd, pg)
/external/python/cpython2/Modules/
Dposixmodule.c6591 if (tcsetpgrp(fd, pgid) < 0) in posix_tcsetpgrp()
/external/python/cpython3/Modules/
Dposixmodule.c7679 if (tcsetpgrp(fd, pgid) < 0) in os_tcsetpgrp_impl()
/external/python/cpython3/Doc/library/
Dos.rst1311 .. 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().
/external/python/cpython3/Misc/
DHISTORY33960 supports them: setsid(), setpgid(), tcgetpgrp(), tcsetpgrp().