/netbsd-src/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()
|
H A D | t_ptrace_kill_wait.h | 64 setpgid(child, 0); in ptrace_kill()
|
H A D | t_ptrace_fork_wait.h | 57 setpgid(0, 0); in fork_body() 382 setpgid(0, 0); in unrelated_tracer_fork_body()
|
/netbsd-src/lib/libc/compat-43/ |
H A D | setpgrp.c | 47 return(setpgid(pid, pgid)); in setpgrp()
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/ |
H A D | child.cpp | 275 ::setpgid(::getpid(), ::getpid()); in fork_capture_aux() 330 ::setpgid(::getpid(), ::getpid()); in fork_files_aux()
|
/netbsd-src/lib/libc/sys/ |
H A D | Makefile.inc | 151 setgid.S setgroups.S __setitimer50.S __setlogin.S setpgid.S \ 289 semget.2 semop.2 send.2 setgroups.2 setpgid.2 setregid.2 \ 381 MLINKS+=setpgid.2 setpgrp.2
|
/netbsd-src/usr.bin/timeout/ |
H A D | timeout.c | 259 pgid = setpgid(0,0); in main()
|
/netbsd-src/bin/ksh/ |
H A D | jobs.c | 54 # define setpgid setpgrp macro 321 setpgid(0, restore_ttypgrp); in j_exit() 374 if (setpgid(0, kshpid) < 0) { in j_change() 561 setpgid(p->pid, j->pgrp);
|
/netbsd-src/include/ |
H A D | unistd.h | 136 int setpgid(pid_t, pid_t); 281 int setpgrp(pid_t, pid_t); /* obsoleted by setpgid() */
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
H A D | kadm_conn.c | 197 if(setpgid(0, pgrp) < 0 && errno != EPERM) in wait_for_connection()
|
/netbsd-src/external/bsd/kyua-testers/dist/ |
H A D | run.c | 327 setpgid(getpid(), getpid()); in setup_child()
|
/netbsd-src/share/doc/psd/05.sysman/ |
H A D | spell.ok | 424 setpgid
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | http_server.c | 124 if (setpgid(0, 0)) { in spawn_loop()
|
/netbsd-src/sys/rump/ |
H A D | rump.sysmap | 44 82 sys_setpgid setpgid rump___sysimpl_setpgid
|
/netbsd-src/bin/csh/ |
H A D | csh.c | 571 if (setpgid(0, shpgrp) == -1) in main() 681 (void)setpgid(0, opgrp); in untty()
|
H A D | proc.c | 1320 (void)setpgid(pid, pcurrjob ? pcurrjob->p_jobid : pid); in pfork() 1369 if (setpgid(0, pgrp) == -1) { in pgetty()
|
/netbsd-src/usr.bin/su/ |
H A D | su_pam.c | 405 (void)setpgid(pid, pid); in main()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | aclocal.m4 | 1297 # define setpgid(x,y) setpgrp(x,y) 1307 setpgid(0, getpid()); 1310 setpgid(pid1, pid1); 1321 setpgid(0, pid1); 1326 setpgid(pid2, pid1);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
|
/netbsd-src/external/bsd/am-utils/dist/conf/autofs/ |
H A D | autofs_linux.c | 689 if ((err = setpgid(0, pgrp))) { in autofs_mount_fs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 692 setpgid
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 692 setpgid
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | test-program.cpp | 257 const int ret = ::setpgid(::getpid(), 0); in prepare_child()
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | main.c | 1224 (void)setpgid(pager_pid, 0); in spawn_pager()
|
/netbsd-src/usr.bin/xlint/llib/ |
H A D | llib-lposix | 230 int (setpgid)(pid_t pid, pid_t pgid);
|