Home
last modified time | relevance | path

Searched refs:getpgid (Results 1 – 20 of 20) sorted by relevance

/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c157 ATF_REQUIRE_MSG(pid == getpgid(pid), "child pid: %d, child pgid: %d", in ATF_TC_BODY()
158 pid, getpgid(pid)); in ATF_TC_BODY()
/src/contrib/mandoc/
H A Dterm_tag.c200 tc_pgid == getpgid(0) || in term_tag_unlink()
201 getpgid(tc_pgid) == -1) in term_tag_unlink()
H A Dmain.c1238 man_pgid = getpgid(0); in run_pager()
1240 man_pgid == getpid() ? getpgid(getppid()) : man_pgid; in run_pager()
/src/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h126 pid_t getpgid(pid_t);
H A Dbsd-misc.c343 getpgid(pid_t pid) in getpgid() function
/src/usr.bin/su/
H A Dsu.c445 child_pgrp = getpgid(child_pid); in main()
450 child_pgrp = getpgid(child_pid); in main()
/src/lib/libsys/
H A DSymbol.sys.map95 getpgid;
H A DMakefile.sys459 MLINKS+=getpgrp.2 getpgid.2
/src/include/
H A Dunistd.h425 int getpgid(pid_t _pid);
/src/contrib/unbound/compat/
H A Dgetentropy_osx.c276 HX((pid = getpgid(0)) == -1, pid); in getentropy_fallback()
H A Dgetentropy_solaris.c295 HX((pid = getpgid(0)) == -1, pid); in getentropy_fallback()
H A Dgetentropy_linux.c376 HX((pid = getpgid(0)) == -1, pid); in getentropy_fallback()
/src/contrib/kyua/utils/process/
H A Disolation_test.cpp277 std::exit(::getpgid(::getpid()) == ::getpid() ? in check_process_group()
/src/sys/sys/
H A Dsyscall.mk137 getpgid.o \
/src/crypto/openssh/
H A Dsshd-session.c224 if (getpgid(0) == getpid()) { in grace_alarm_handler()
H A Dconfigure.ac2071 getpgid \
/src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1353 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0); in dtrace_update()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc349 PRE_SYSCALL(getpgid)(long pid) {}
351 POST_SYSCALL(getpgid)(long res, long pid) {}
H A Dsanitizer_syscalls_netbsd.inc1633 PRE_SYSCALL(getpgid)(long long pid_) { /* Nothing to do */ }
1634 POST_SYSCALL(getpgid)(long long res, long long pid_) { /* Nothing to do */ }
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1911 fun:getpgid=uninstrumented