| /freebsd-12.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 1096 # define setpgid setpgrp macro 1162 # define setpgid setpgrp macro 1419 # define setpgid setpgrp macro 1653 # define setpgid setpgrp macro 1677 # define setpgid setpgrp macro 2165 # define setpgid setpgrp macro 2233 # define setpgid setpgrp macro
|
| /freebsd-12.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-12.1/lib/libc/compat-43/ |
| H A D | setpgrp.c | 44 return(setpgid(pid, pgid)); in setpgrp()
|
| /freebsd-12.1/contrib/apr/threadproc/unix/ |
| H A D | procsup.c | 58 if (setpgid(0, 0) == -1) { in apr_proc_detach()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | platform.c | 116 setpgid(0, 0); in platform_setusercontext()
|
| /freebsd-12.1/usr.sbin/cron/lib/ |
| H A D | compat.c | 109 newpgrp = setpgid((pid_t)0, getpid()); in setsid()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.c | 475 (void) setpgid(0, shpgrp); in main() 1213 (void) setpgid(0, shpgrp); in main() 1237 if (setpgid(0, shpgrp) == -1) { in main() 1254 if(setpgid(0, shpgrp) == -1) { in main() 1266 (void) setpgid(0, shpgrp); in main() 1457 (void) setpgid(0, opgrp); in untty()
|
| H A D | tc.os.h | 403 # define setpgid(pid, pgrp) setpgrp(pid, pgrp) macro
|
| H A D | sh.proc.c | 1901 if (setpgid(pid, pgrp) == -1 && errno == EPERM) { in pfork() 1907 (void) setpgid(pid, pgrp = pid); in pfork() 2032 if (setpgid(0, pgrp) == -1) { in pgetty() 2035 if (setpgid(0, pgrp = getpid()) == -1) { in pgetty()
|
| H A D | config.h.in | 105 /* Define to 1 if you have the `setpgid' function. */
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | DarwinProcessLauncher.cpp | 178 ::setpgid(0, 0); in ForkChildForPTraceDebugging() 198 ::setpgid(*pid, *pid); in ForkChildForPTraceDebugging()
|
| /freebsd-12.1/lib/libc/sys/ |
| H A D | Makefile.inc | 303 setpgid.2 \ 467 MLINKS+=setpgid.2 setpgrp.2
|
| H A D | Symbol.map | 233 setpgid;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 94 if (setpgid(0, 0) != 0) in ChildFunc()
|
| /freebsd-12.1/bin/sh/ |
| H A D | jobs.c | 228 setpgid(0, rootpid); in setjobctl() 231 setpgid(0, initialpgrp); in setjobctl() 928 if (setpgid(0, pgrp) == 0 && mode == FORK_FG && in forkshell() 977 setpgid(pid, pgrp); in forkshell()
|
| /freebsd-12.1/crypto/heimdal/kadmin/ |
| H A D | kadm_conn.c | 192 if(setpgid(0, pgrp) < 0) in wait_for_connection()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | inflow.c | 718 retval = setpgid (getpid (), getpid ()); in gdb_setpgid()
|
| /freebsd-12.1/include/ |
| H A D | unistd.h | 362 int setpgid(pid_t, pid_t);
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | posix_spawn.c | 101 if (setpgid(0, sa->sa_pgroup) != 0) in process_spawnattr()
|
| /freebsd-12.1/usr.bin/su/ |
| H A D | su.c | 453 setpgid(child_pid, child_pid); in main()
|
| /freebsd-12.1/sys/sys/ |
| H A D | syscall.mk | 70 setpgid.o \
|
| /freebsd-12.1/crypto/heimdal/appl/login/ |
| H A D | login.c | 85 setpgid(0, getpid()); in start_logout_process()
|
| /freebsd-12.1/release/picobsd/tinyware/oinit/ |
| H A D | oinit.c | 574 setpgid(0,getpid()); in start_session()
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | ocsp.c | 72 int setpgid(pid_t pid, pid_t pgid) 922 if (setpgid(0, 0)) {
|
| /freebsd-12.1/gnu/usr.bin/gdb/gdbserver/ |
| H A D | fbsd-low.c | 148 setpgid (0, 0); in fbsd_create_inferior()
|