Searched refs:getpgid (Results 1 – 20 of 20) sorted by relevance
| /src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
| H A D | t_spawnattr.c | 157 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 D | term_tag.c | 200 tc_pgid == getpgid(0) || in term_tag_unlink() 201 getpgid(tc_pgid) == -1) in term_tag_unlink()
|
| H A D | main.c | 1238 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 D | bsd-misc.h | 126 pid_t getpgid(pid_t);
|
| H A D | bsd-misc.c | 343 getpgid(pid_t pid) in getpgid() function
|
| /src/usr.bin/su/ |
| H A D | su.c | 445 child_pgrp = getpgid(child_pid); in main() 450 child_pgrp = getpgid(child_pid); in main()
|
| /src/lib/libsys/ |
| H A D | Symbol.sys.map | 95 getpgid;
|
| H A D | Makefile.sys | 459 MLINKS+=getpgrp.2 getpgid.2
|
| /src/include/ |
| H A D | unistd.h | 425 int getpgid(pid_t _pid);
|
| /src/contrib/unbound/compat/ |
| H A D | getentropy_osx.c | 276 HX((pid = getpgid(0)) == -1, pid); in getentropy_fallback()
|
| H A D | getentropy_solaris.c | 295 HX((pid = getpgid(0)) == -1, pid); in getentropy_fallback()
|
| H A D | getentropy_linux.c | 376 HX((pid = getpgid(0)) == -1, pid); in getentropy_fallback()
|
| /src/contrib/kyua/utils/process/ |
| H A D | isolation_test.cpp | 277 std::exit(::getpgid(::getpid()) == ::getpid() ? in check_process_group()
|
| /src/sys/sys/ |
| H A D | syscall.mk | 137 getpgid.o \
|
| /src/crypto/openssh/ |
| H A D | sshd-session.c | 224 if (getpgid(0) == getpid()) { in grace_alarm_handler()
|
| H A D | configure.ac | 2071 getpgid \
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_module.c | 1353 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 D | sanitizer_common_syscalls.inc | 349 PRE_SYSCALL(getpgid)(long pid) {} 351 POST_SYSCALL(getpgid)(long res, long pid) {}
|
| H A D | sanitizer_syscalls_netbsd.inc | 1633 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 D | libc_ubuntu1404_abilist.txt | 1911 fun:getpgid=uninstrumented
|