Searched refs:getpgrp (Results 1 – 25 of 101) sorted by relevance
12345
/external/ltp/testcases/kernel/syscalls/setpgid/ |
D | setpgid01.c | 82 pgid = getpgrp(); in setpgid_test1() 86 if (TEST_RETURN == -1 || getpgrp() != pgid) { in setpgid_test1() 120 pgid = getpgrp(); in setpgid_test2()
|
D | setpgid02.c | 135 pgid = getpgrp(); in setup()
|
/external/python/cpython3/Lib/test/ |
D | test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 32 ids = (os.getpgrp(), os.getsid(0)) 41 ids = (os.getpgrp(), os.getsid(0))
|
/external/python/cpython2/Lib/test/ |
D | test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 32 ids = (os.getpgrp(), os.getsid(0)) 41 ids = (os.getpgrp(), os.getsid(0))
|
/external/ltp/testcases/kernel/syscalls/setpgrp/ |
D | setpgrp02.c | 78 oldpgrp = getpgrp(); in main() 89 if (getpgrp() == oldpgrp) { in main()
|
D | setpgrp01.c | 94 if (getpgrp() == getpid()) { in setup()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/ |
D | 2-1.c | 21 if (killpg(getpgrp(), 0) != 0) { in main()
|
D | 4-1.c | 23 if ((pgrp = getpgrp()) == -1) { in main()
|
D | 5-1.c | 24 if ((pgrp = getpgrp()) == -1) { in main()
|
D | 6-1.c | 25 if ((pgrp = getpgrp()) == -1) { in main()
|
D | 1-1.c | 51 if ((pgrp = getpgrp()) == -1) { in main()
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.c | 269 return getpgrp(pid); in getpgid() 272 return getpgrp(); in getpgid()
|
/external/ltp/testcases/kernel/syscalls/getpgrp/ |
D | getpgrp01.c | 137 TEST(getpgrp()); in main()
|
/external/strace/tests/ |
D | inject-nf.test | 9 SYSCALL=getpgrp
|
D | inject-nf.c | 43 # define getpid getpgrp
|
/external/strace/tests-m32/ |
D | inject-nf.test | 9 SYSCALL=getpgrp
|
D | inject-nf.c | 43 # define getpid getpgrp
|
/external/strace/tests-mx32/ |
D | inject-nf.test | 9 SYSCALL=getpgrp
|
D | inject-nf.c | 43 # define getpid getpgrp
|
/external/ltp/testcases/kernel/syscalls/kill/ |
D | kill06.c | 120 TEST(kill(-getpgrp(), TEST_SIG)); in main()
|
/external/strace/linux/aarch64/ |
D | syscallent.h | 54 [1060] = { 0, PU|NF, SEN(getpgrp), "getpgrp" },
|
/external/openssh/ |
D | defines.h | 635 # define getpgrp() getpgrp(0) macro
|
D | progressmeter.c | 84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
|
/external/ltp/include/lapi/syscalls/ |
D | sparc64.in | 73 getpgrp 81
|
D | x86_64.in | 112 getpgrp 111
|
12345