Home
last modified time | relevance | path

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

12

/freebsd-head/contrib/sendmail/include/sm/
HDconf.h305 # define setpgid BSDsetpgrp macro
510 # define setpgid setpgrp macro
701 # define setpgid setpgrp macro
1109 # define setpgid setpgrp macro
1175 # define setpgid setpgrp macro
1432 # define setpgid setpgrp macro
1674 # define setpgid setpgrp macro
1698 # define setpgid setpgrp macro
2186 # define setpgid setpgrp macro
2254 # define setpgid setpgrp macro
/freebsd-head/lib/libc/compat-43/
HDsetpgrp.c38 return(setpgid(pid, pgid)); in setpgrp()
/freebsd-head/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()
/freebsd-head/crypto/openssh/
HDplatform.c73 setpgid(0, 0); in platform_setusercontext()
/freebsd-head/contrib/tcsh/
HDsh.c473 (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()
HDtc.os.h402 # define setpgid(pid, pgrp) setpgrp(pid, pgrp) macro
HDsh.proc.c1897 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()
HDWishList147 only for non POSIX machines cause otherwise the setpgid() I added
/freebsd-head/lib/libsys/
HDMakefile.sys319 setpgid.2 \
506 MLINKS+=setpgid.2 setpgrp.2
HDSymbol.sys.map210 setpgid;
/freebsd-head/bin/sh/
HDjobs.c221 setpgid(0, rootpid); in setjobctl()
224 setpgid(0, initialpgrp); in setjobctl()
923 if (setpgid(0, pgrp) == 0 && mode == FORK_FG && in forkshell()
977 setpgid(pid, pgrp); in forkshell()
/freebsd-head/crypto/heimdal/kadmin/
HDkadm_conn.c192 if(setpgid(0, pgrp) < 0) in wait_for_connection()
/freebsd-head/usr.sbin/bsdinstall/runconsoles/
HDchild.c296 error = setpgid(0, pgid); in child_leader_run()
/freebsd-head/contrib/llvm-project/lldb/source/Host/posix/
HDProcessLauncherPosixFork.cpp121 if (setpgid(0, 0) != 0) in ChildFunc()
/freebsd-head/include/
HDunistd.h362 int setpgid(pid_t, pid_t);
/freebsd-head/contrib/kyua/utils/process/
HDoperations_test.cpp263 ::setpgid(::getpid(), ::getpid()); in ATF_TEST_CASE_BODY()
/freebsd-head/crypto/openssl/apps/lib/
HDhttp_server.c124 if (setpgid(0, 0)) { in spawn_loop()
/freebsd-head/lib/libc/gen/
HDposix_spawn.c105 if (setpgid(0, sa->sa_pgroup) != 0) in process_spawnattr()
/freebsd-head/sys/sys/
HDsyscall.mk71 setpgid.o \
/freebsd-head/usr.bin/su/
HDsu.c438 setpgid(child_pid, child_pid); in main()
/freebsd-head/crypto/heimdal/appl/login/
HDlogin.c85 setpgid(0, getpid()); in start_logout_process()
/freebsd-head/contrib/bmake/
HDconfig.h.in104 /* Define to 1 if you have the 'setpgid' function. */
HDconfigure.in332 setpgid \
/freebsd-head/contrib/ntp/parseutil/
HDdcfd.c1212 if (setpgid(0, 0) == -1) in detach()
/freebsd-head/contrib/ntp/ntpd/
HDntpd.c648 if (setpgid(0, 0) == -1) in detach_from_terminal()

12