Home
last modified time | relevance | path

Searched refs:setpgid (Results 1 – 25 of 46) sorted by relevance

12

/NextBSD/contrib/netbsd-tests/lib/libc/sys/
HDt_kill.c226 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/
HDsetpgrp.c42 return(setpgid(pid, pgid)); in setpgrp()
/NextBSD/contrib/apr/threadproc/unix/
HDprocsup.c58 if (setpgid(0, 0) == -1) { in apr_proc_detach()
/NextBSD/crypto/openssh/
HDplatform.c116 setpgid(0, 0); in platform_setusercontext()
HDsshpty.c115 setpgid(0, 0); in pty_make_controlling_tty()
/NextBSD/usr.sbin/cron/lib/
HDcompat.c109 newpgrp = setpgid((pid_t)0, getpid()); in setsid()
/NextBSD/lib/libc/sys/
HDMakefile.inc274 setpgid.2 \
424 MLINKS+=setpgid.2 setpgrp.2
HDSymbol.map253 setpgid;
/NextBSD/contrib/tcsh/
HDsh.c469 (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()
HDtc.os.h403 # define setpgid(pid, pgrp) setpgrp(pid, pgrp) macro
HDsh.proc.c1868 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()
HDconfig.h.in102 /* Define to 1 if you have the `setpgid' function. */
HDconfigure.in391 [nl_langinfo sbrk setpgid setpriority strerror strstr sysconf wcwidth])
/NextBSD/bin/sh/
HDjobs.c190 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/
HDlaunchproxy.c190 setpgid(0, 0); in main()
/NextBSD/crypto/heimdal/kadmin/
HDkadm_conn.c192 if(setpgid(0, pgrp) < 0) in wait_for_connection()
/NextBSD/contrib/gdb/gdb/
HDinflow.c718 retval = setpgid (getpid (), getpid ()); in gdb_setpgid()
/NextBSD/include/
HDunistd.h360 int setpgid(pid_t, pid_t);
/NextBSD/lib/libc/gen/
HDposix_spawn.c99 if (setpgid(0, sa->sa_pgroup) != 0) in process_spawnattr()
/NextBSD/usr.bin/su/
HDsu.c451 setpgid(child_pid, child_pid); in main()
/NextBSD/crypto/heimdal/appl/login/
HDlogin.c85 setpgid(0, getpid()); in start_logout_process()
/NextBSD/sys/sys/
HDsyscall.mk72 setpgid.o \
/NextBSD/release/picobsd/tinyware/oinit/
HDoinit.c574 setpgid(0,getpid()); in start_session()
/NextBSD/contrib/bmake/
HDconfig.h.in98 /* Define to 1 if you have the `setpgid' function. */
/NextBSD/gnu/usr.bin/gdb/gdbserver/
HDfbsd-low.c148 setpgid (0, 0); in fbsd_create_inferior()

12