Searched refs:setpgrp (Results 1 – 25 of 41) 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/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 119 ret = setpgrp(); in setup() 317 ret = setpgrp(); in signal_parent()
|
/external/autotest/client/profilers/top/ |
D | top.py | 34 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/libpcap/lbl/ |
D | os-sunos4.h | 145 int setpgrp(int, int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 146 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/autotest/scheduler/ |
D | drone_utility.py | 326 stderr=open('/dev/null', 'a'), preexec_fn=os.setpgrp)
|
/external/strace/linux/alpha/ |
D | syscallent.h | 112 [ 82] = { 2, 0, SEN(setpgrp), "setpgrp" },
|
/external/toybox/toys/pending/ |
D | crond.c | 458 setpgrp(); in do_fork()
|
/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/syzkaller/executor/ |
D | common_linux.h | 1465 setpgrp(); in sandbox_common() 2023 setpgrp(); in setup_test()
|
/external/ltp/runtest/ |
D | quickhit | 212 # Basic test for setpgrp(2)
|
/external/python/cpython3/ |
D | pyconfig.h.in | 866 /* Define to 1 if you have the `setpgrp' function. */ 1343 /* Define if setpgrp() must be called as setpgrp(0, 0). */
|
D | configure.ac | 3569 setlocale setregid setreuid setresuid setresgid setsid setpgid setpgrp setpriority setuid setvbuf \ 3863 AC_CHECK_FUNCS(setpgrp, 3864 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <unistd.h>]], [[setpgrp(0,0);]])], 3865 [AC_DEFINE(SETPGRP_HAVE_ARG, 1, [Define if setpgrp() must be called as setpgrp(0, 0).])],
|
/external/ltp/pan/ |
D | ltp-pan.c | 978 setpgrp(); in run_child()
|
12