| /freebsd-13.1/contrib/sendmail/include/sm/ |
| H A D | conf.h | 305 # define setpgid BSDsetpgrp macro 510 # define setpgid setpgrp macro 701 # define setpgid setpgrp macro 1108 # define setpgid setpgrp macro 1174 # define setpgid setpgrp macro 1431 # define setpgid setpgrp macro 1671 # define setpgid setpgrp macro 1695 # define setpgid setpgrp macro 2183 # define setpgid setpgrp macro 2251 # define setpgid setpgrp macro
|
| /freebsd-13.1/lib/libc/compat-43/ |
| H A D | setpgrp.c | 44 return(setpgid(pid, pgid)); in setpgrp()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_kill.c | 226 ATF_REQUIRE(setpgid(0, 0) == 0); in ATF_TC_BODY() 273 ATF_REQUIRE(setpgid(0, 0) == 0); in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/apr/threadproc/unix/ |
| H A D | procsup.c | 58 if (setpgid(0, 0) == -1) { in apr_proc_detach()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | platform.c | 117 setpgid(0, 0); in platform_setusercontext()
|
| /freebsd-13.1/usr.sbin/cron/lib/ |
| H A D | compat.c | 97 newpgrp = setpgid((pid_t)0, getpid()); in setsid()
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | sh.c | 473 (void) setpgid(0, shpgrp); in main() 1211 (void) setpgid(0, shpgrp); in main() 1235 if (setpgid(0, shpgrp) == -1) { in main() 1252 if (setpgid(0, shpgrp) == -1) { in main() 1264 (void) setpgid(0, shpgrp); in main() 1462 (void) setpgid(0, opgrp); in untty()
|
| H A D | tc.os.h | 402 # define setpgid(pid, pgrp) setpgrp(pid, pgrp) macro
|
| H A D | sh.proc.c | 1897 if (setpgid(pid, pgrp) == -1 && errno == EPERM) { in pfork() 1903 (void) setpgid(pid, pgrp = pid); in pfork() 2028 if (setpgid(0, pgrp) == -1) { in pgetty() 2031 if (setpgid(0, pgrp = getpid()) == -1) { in pgetty()
|
| H A D | WishList | 147 only for non POSIX machines cause otherwise the setpgid() I added
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 94 if (setpgid(0, 0) != 0) in ChildFunc()
|
| /freebsd-13.1/lib/libc/sys/ |
| H A D | Makefile.inc | 308 setpgid.2 \ 478 MLINKS+=setpgid.2 setpgrp.2
|
| H A D | Symbol.map | 233 setpgid;
|
| /freebsd-13.1/bin/sh/ |
| H A D | jobs.c | 229 setpgid(0, rootpid); in setjobctl() 232 setpgid(0, initialpgrp); in setjobctl() 929 if (setpgid(0, pgrp) == 0 && mode == FORK_FG && in forkshell() 983 setpgid(pid, pgrp); in forkshell()
|
| /freebsd-13.1/crypto/heimdal/kadmin/ |
| H A D | kadm_conn.c | 192 if(setpgid(0, pgrp) < 0) in wait_for_connection()
|
| /freebsd-13.1/include/ |
| H A D | unistd.h | 362 int setpgid(pid_t, pid_t);
|
| /freebsd-13.1/contrib/kyua/utils/process/ |
| H A D | operations_test.cpp | 263 ::setpgid(::getpid(), ::getpid()); in ATF_TEST_CASE_BODY()
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | posix_spawn.c | 109 if (setpgid(0, sa->sa_pgroup) != 0) in process_spawnattr()
|
| /freebsd-13.1/usr.bin/su/ |
| H A D | su.c | 453 setpgid(child_pid, child_pid); in main()
|
| /freebsd-13.1/sys/sys/ |
| H A D | syscall.mk | 70 setpgid.o \
|
| /freebsd-13.1/crypto/heimdal/appl/login/ |
| H A D | login.c | 85 setpgid(0, getpid()); in start_logout_process()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | ocsp.c | 69 int setpgid(pid_t pid, pid_t pgid) in setpgid() function 919 if (setpgid(0, 0)) { in spawn_loop()
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | config.h.in | 104 /* Define to 1 if you have the `setpgid' function. */
|
| /freebsd-13.1/contrib/ntp/parseutil/ |
| H A D | dcfd.c | 1208 if (setpgid(0, 0) == -1) in detach()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntpd.c | 635 if (setpgid(0, 0) == -1) in detach_from_terminal()
|