Searched refs:tcsetpgrp (Results 1 – 14 of 14) sorted by relevance
/external/toybox/toys/other/ |
D | setsid.c | 25 tcsetpgrp(0, getpid()); in setsid_main()
|
/external/openssh/openbsd-compat/ |
D | bsd-nextstep.h | 51 int tcsetpgrp(int, pid_t);
|
D | bsd-nextstep.c | 75 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp() function
|
/external/mksh/src/ |
D | jobs.c | 240 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/ |
D | getty.c | 308 tcsetpgrp(STDIN_FILENO, pid); in getty_main()
|
/external/python/cpython2/Lib/test/ |
D | test_os.py | 705 self.check(os.tcsetpgrp, 0)
|
/external/python/cpython2/ |
D | pyconfig.h.in | 823 /* Define to 1 if you have the `tcsetpgrp' function. */
|
D | configure.ac | 3105 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
D | configure | 10583 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3082 fun:tcsetpgrp=uninstrumented
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 6564 if (tcsetpgrp(fd, pgid) < 0) in posix_tcsetpgrp()
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 833 .. function:: tcsetpgrp(fd, pg)
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 915 PUBLIC d3310 0 tcsetpgrp
|
/external/python/cpython2/Misc/ |
D | HISTORY | 16581 supports them: setsid(), setpgid(), tcgetpgrp(), tcsetpgrp().
|