Searched refs:tcsetpgrp (Results 1 – 22 of 22) 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 | 247 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/ |
D | getty.c | 306 tcsetpgrp(STDIN_FILENO, pid); in getty_main()
|
/external/u-boot/common/ |
D | cli_hush.c | 686 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/ |
D | test_os.py | 726 self.check(os.tcsetpgrp, 0)
|
/external/python/cpython2/ |
D | pyconfig.h.in | 853 /* Define to 1 if you have the `tcsetpgrp' function. */
|
D | configure.ac | 3134 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
D | configure | 10617 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1142 /* Define to 1 if you have the `tcsetpgrp' function. */
|
D | configure.ac | 3574 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
D | configure | 11521 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
|
/external/python/cpython3/Lib/test/ |
D | test_os.py | 1741 self.check(os.tcsetpgrp, 0)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3082 fun:tcsetpgrp=uninstrumented
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 833 .. function:: tcsetpgrp(fd, pg)
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 6591 if (tcsetpgrp(fd, pgid) < 0) in posix_tcsetpgrp()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 7679 if (tcsetpgrp(fd, pgid) < 0) in os_tcsetpgrp_impl()
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 1311 .. 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().
|
/external/python/cpython3/Misc/ |
D | HISTORY | 33960 supports them: setsid(), setpgid(), tcgetpgrp(), tcsetpgrp().
|