Home
last modified time | relevance | path

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

12

/netbsd-src/tests/lib/libc/sys/
H A Dt_kill.c226 ATF_REQUIRE(setpgid(0, 0) == 0); in ATF_TC_BODY()
273 ATF_REQUIRE(setpgid(0, 0) == 0); in ATF_TC_BODY()
H A Dt_ptrace_kill_wait.h64 setpgid(child, 0); in ptrace_kill()
H A Dt_ptrace_fork_wait.h57 setpgid(0, 0); in fork_body()
382 setpgid(0, 0); in unrelated_tracer_fork_body()
/netbsd-src/lib/libc/compat-43/
H A Dsetpgrp.c47 return(setpgid(pid, pgid)); in setpgrp()
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dchild.cpp275 ::setpgid(::getpid(), ::getpid()); in fork_capture_aux()
330 ::setpgid(::getpid(), ::getpid()); in fork_files_aux()
/netbsd-src/lib/libc/sys/
H A DMakefile.inc151 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 Dtimeout.c259 pgid = setpgid(0,0); in main()
/netbsd-src/bin/ksh/
H A Djobs.c54 # 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 Dunistd.h136 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 Dkadm_conn.c197 if(setpgid(0, pgrp) < 0 && errno != EPERM) in wait_for_connection()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Drun.c327 setpgid(getpid(), getpid()); in setup_child()
/netbsd-src/share/doc/psd/05.sysman/
H A Dspell.ok424 setpgid
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dhttp_server.c124 if (setpgid(0, 0)) { in spawn_loop()
/netbsd-src/sys/rump/
H A Drump.sysmap44 82 sys_setpgid setpgid rump___sysimpl_setpgid
/netbsd-src/bin/csh/
H A Dcsh.c571 if (setpgid(0, shpgrp) == -1) in main()
681 (void)setpgid(0, opgrp); in untty()
H A Dproc.c1320 (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 Dsu_pam.c405 (void)setpgid(pid, pid); in main()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Daclocal.m41297 # 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 Docsp.c69 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 Dautofs_linux.c689 if ((err = setpgid(0, pgrp))) { in autofs_mount_fs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map692 setpgid
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map692 setpgid
/netbsd-src/external/bsd/atf/dist/tools/
H A Dtest-program.cpp257 const int ret = ::setpgid(::getpid(), 0); in prepare_child()
/netbsd-src/external/bsd/mdocml/dist/
H A Dmain.c1224 (void)setpgid(pager_pid, 0); in spawn_pager()
/netbsd-src/usr.bin/xlint/llib/
H A Dllib-lposix230 int (setpgid)(pid_t pid, pid_t pgid);

12