Searched refs:setpgid (Results 1 – 25 of 46) sorted by relevance
12
| /NextBSD/contrib/netbsd-tests/lib/libc/sys/ |
| HD | 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()
|
| /NextBSD/lib/libc/compat-43/ |
| HD | setpgrp.c | 42 return(setpgid(pid, pgid)); in setpgrp()
|
| /NextBSD/contrib/apr/threadproc/unix/ |
| HD | procsup.c | 58 if (setpgid(0, 0) == -1) { in apr_proc_detach()
|
| /NextBSD/crypto/openssh/ |
| HD | platform.c | 116 setpgid(0, 0); in platform_setusercontext()
|
| HD | sshpty.c | 115 setpgid(0, 0); in pty_make_controlling_tty()
|
| /NextBSD/usr.sbin/cron/lib/ |
| HD | compat.c | 109 newpgrp = setpgid((pid_t)0, getpid()); in setsid()
|
| /NextBSD/lib/libc/sys/ |
| HD | Makefile.inc | 274 setpgid.2 \ 424 MLINKS+=setpgid.2 setpgrp.2
|
| HD | Symbol.map | 253 setpgid;
|
| /NextBSD/contrib/tcsh/ |
| HD | sh.c | 469 (void) setpgid(0, shpgrp); in main() 1220 (void) setpgid(0, shpgrp); in main() 1244 if (setpgid(0, shpgrp) == -1) { in main() 1261 if(setpgid(0, shpgrp) == -1) { in main() 1273 (void) setpgid(0, shpgrp); in main() 1438 (void) setpgid(0, opgrp); in untty()
|
| HD | tc.os.h | 403 # define setpgid(pid, pgrp) setpgrp(pid, pgrp) macro
|
| HD | sh.proc.c | 1868 if (setpgid(pid, pgrp) == -1 && errno == EPERM) { in pfork() 1874 (void) setpgid(pid, pgrp = pid); in pfork() 1999 if (setpgid(0, pgrp) == -1) { in pgetty() 2002 if (setpgid(0, pgrp = getpid()) == -1) { in pgetty()
|
| HD | config.h.in | 102 /* Define to 1 if you have the `setpgid' function. */
|
| HD | configure.in | 391 [nl_langinfo sbrk setpgid setpriority strerror strstr sysconf wcwidth])
|
| /NextBSD/bin/sh/ |
| HD | jobs.c | 190 setpgid(0, rootpid); in setjobctl() 193 setpgid(0, initialpgrp); in setjobctl() 874 if (setpgid(0, pgrp) == 0 && mode == FORK_FG && in forkshell() 923 setpgid(pid, pgrp); in forkshell()
|
| /NextBSD/libexec/launchproxy/ |
| HD | launchproxy.c | 190 setpgid(0, 0); in main()
|
| /NextBSD/crypto/heimdal/kadmin/ |
| HD | kadm_conn.c | 192 if(setpgid(0, pgrp) < 0) in wait_for_connection()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | inflow.c | 718 retval = setpgid (getpid (), getpid ()); in gdb_setpgid()
|
| /NextBSD/include/ |
| HD | unistd.h | 360 int setpgid(pid_t, pid_t);
|
| /NextBSD/lib/libc/gen/ |
| HD | posix_spawn.c | 99 if (setpgid(0, sa->sa_pgroup) != 0) in process_spawnattr()
|
| /NextBSD/usr.bin/su/ |
| HD | su.c | 451 setpgid(child_pid, child_pid); in main()
|
| /NextBSD/crypto/heimdal/appl/login/ |
| HD | login.c | 85 setpgid(0, getpid()); in start_logout_process()
|
| /NextBSD/sys/sys/ |
| HD | syscall.mk | 72 setpgid.o \
|
| /NextBSD/release/picobsd/tinyware/oinit/ |
| HD | oinit.c | 574 setpgid(0,getpid()); in start_session()
|
| /NextBSD/contrib/bmake/ |
| HD | config.h.in | 98 /* Define to 1 if you have the `setpgid' function. */
|
| /NextBSD/gnu/usr.bin/gdb/gdbserver/ |
| HD | fbsd-low.c | 148 setpgid (0, 0); in fbsd_create_inferior()
|
12