Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/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.c1257 man_pgid = getpgid(0); in run_pager()
1259 man_pgid == getpid() ? getpgid(getppid()) : man_pgid; in run_pager()
/freebsd-14.2/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
/freebsd-14.2/usr.bin/su/
H A Dsu.c458 child_pgrp = getpgid(child_pid); in main()
463 child_pgrp = getpgid(child_pid); in main()
/freebsd-14.2/include/
H A Dunistd.h419 int getpgid(pid_t _pid);
/freebsd-14.2/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()
/freebsd-14.2/contrib/kyua/utils/process/
H A Disolation_test.cpp277 std::exit(::getpgid(::getpid()) == ::getpid() ? in check_process_group()
/freebsd-14.2/lib/libc/sys/
H A DMakefile.inc431 MLINKS+=getpgrp.2 getpgid.2
H A DSymbol.map102 getpgid;
/freebsd-14.2/sys/sys/
H A Dsyscall.mk135 getpgid.o \
/freebsd-14.2/crypto/openssh/
H A Dsshd.c375 if (getpgid(0) == getpid()) { in grace_alarm_handler()
H A Dconfigure.ac1987 getpgid \
/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1357 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0); in dtrace_update()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc335 PRE_SYSCALL(getpgid)(long pid) {}
337 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 */ }
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1911 fun:getpgid=uninstrumented