Home
last modified time | relevance | path

Searched refs:getpgrp (Results 1 – 25 of 101) sorted by relevance

12345

/external/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid01.c82 pgid = getpgrp(); in setpgid_test1()
86 if (TEST_RETURN == -1 || getpgrp() != pgid) { in setpgid_test1()
120 pgid = getpgrp(); in setpgid_test2()
Dsetpgid02.c135 pgid = getpgrp(); in setup()
/external/python/cpython3/Lib/test/
Dtest_ioctl.py18 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/
Dtest_ioctl.py18 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/
Dsetpgrp02.c78 oldpgrp = getpgrp(); in main()
89 if (getpgrp() == oldpgrp) { in main()
Dsetpgrp01.c94 if (getpgrp() == getpid()) { in setup()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
D2-1.c21 if (killpg(getpgrp(), 0) != 0) { in main()
D4-1.c23 if ((pgrp = getpgrp()) == -1) { in main()
D5-1.c24 if ((pgrp = getpgrp()) == -1) { in main()
D6-1.c25 if ((pgrp = getpgrp()) == -1) { in main()
D1-1.c51 if ((pgrp = getpgrp()) == -1) { in main()
/external/openssh/openbsd-compat/
Dbsd-misc.c269 return getpgrp(pid); in getpgid()
272 return getpgrp(); in getpgid()
/external/ltp/testcases/kernel/syscalls/getpgrp/
Dgetpgrp01.c137 TEST(getpgrp()); in main()
/external/strace/tests/
Dinject-nf.test9 SYSCALL=getpgrp
Dinject-nf.c43 # define getpid getpgrp
/external/strace/tests-m32/
Dinject-nf.test9 SYSCALL=getpgrp
Dinject-nf.c43 # define getpid getpgrp
/external/strace/tests-mx32/
Dinject-nf.test9 SYSCALL=getpgrp
Dinject-nf.c43 # define getpid getpgrp
/external/ltp/testcases/kernel/syscalls/kill/
Dkill06.c120 TEST(kill(-getpgrp(), TEST_SIG)); in main()
/external/strace/linux/aarch64/
Dsyscallent.h54 [1060] = { 0, PU|NF, SEN(getpgrp), "getpgrp" },
/external/openssh/
Ddefines.h635 # define getpgrp() getpgrp(0) macro
Dprogressmeter.c84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
/external/ltp/include/lapi/syscalls/
Dsparc64.in73 getpgrp 81
Dx86_64.in112 getpgrp 111

12345