Searched refs:setpgrp (Results 1 – 25 of 40) sorted by relevance
12
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/ |
D | 1-2.c | 56 setpgrp(0, 0); in main() 58 setpgrp(); in main()
|
/external/ltp/testcases/kernel/syscalls/kill/ |
D | kill02.c | 589 (void)setpgrp(); in child2_rout() 657 (void)setpgrp(); in childB_rout() 700 (void)setpgrp(); in setup()
|
D | kill08.c | 102 setpgrp(); in main()
|
D | kill06.c | 102 setpgrp(); in main()
|
/external/ltp/testcases/kernel/syscalls/setpgrp/ |
D | setpgrp01.c | 65 TEST(setpgrp()); in main()
|
D | setpgrp02.c | 80 TEST(setpgrp()); in main()
|
/external/autotest/client/profilers/top/ |
D | top.py | 34 preexec_fn=os.setpgrp,
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 119 ret = setpgrp(); in setup() 317 ret = setpgrp(); in signal_parent()
|
/external/toolchain-utils/cros_utils/ |
D | no_pseudo_terminal_test.py | 31 self._strace_process = subprocess.Popen(args, preexec_fn=os.setpgrp)
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 25 #define setsid() setpgrp(0, getpid())
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/ |
D | SubprocessLogger.py | 134 os.setpgrp()
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 146 int setpgrp(int, int);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 145 int setpgrp(int, int);
|
/external/openssh/ |
D | sshpty.c | 164 if (setpgrp(0,0) < 0) in pty_make_controlling_tty()
|
/external/ltp/testcases/kernel/sched/tool/ |
D | time-schedule.c | 112 setpgrp(); in main()
|
/external/ltp/testcases/kernel/sched/process_stress/ |
D | process.c | 1166 procgrp = setpgrp(0, 0); 1168 procgrp = setpgrp();
|
/external/igt-gpu-tools/lib/ |
D | igt_aux.c | 326 setpgrp(); /* define a new process group for the tests */ in igt_fork_signal_helper() 329 setpgrp(); /* Escape from the test process group */ in igt_fork_signal_helper()
|
/external/toybox/toys/pending/ |
D | crond.c | 458 setpgrp(); in do_fork()
|
/external/strace/linux/alpha/ |
D | syscallent.h | 112 [ 82] = { 2, 0, SEN(setpgrp), "setpgrp" },
|
/external/python/cpython2/ |
D | pyconfig.h.in | 646 /* Define to 1 if you have the `setpgrp' function. */ 1025 /* Define if setpgrp() must be called as setpgrp(0, 0). */
|
D | configure.ac | 3130 setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \ 3132 setsid setpgid setpgrp setuid setvbuf snprintf \ 3403 AC_CHECK_FUNCS(setpgrp, 3404 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <unistd.h>]], [[setpgrp(0,0);]])], 3405 [AC_DEFINE(SETPGRP_HAVE_ARG, 1, [Define if setpgrp() must be called as setpgrp(0, 0).])],
|
/external/ltp/runtest/ |
D | quickhit | 195 # Basic test for setpgrp(2)
|
/external/python/cpython3/ |
D | pyconfig.h.in | 919 /* Define to 1 if you have the `setpgrp' function. */ 1414 /* Define if setpgrp() must be called as setpgrp(0, 0). */
|
D | configure.ac | 3558 setlocale setregid setreuid setresuid setresgid setsid setpgid setpgrp setpriority setuid setvbuf \ 3866 AC_CHECK_FUNCS(setpgrp, 3867 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <unistd.h>]], [[setpgrp(0,0);]])], 3868 [AC_DEFINE(SETPGRP_HAVE_ARG, 1, [Define if setpgrp() must be called as setpgrp(0, 0).])],
|
/external/ltp/pan/ |
D | ltp-pan.c | 979 setpgrp(); in run_child()
|
12