Home
last modified time | relevance | path

Searched refs:WUNTRACED (Results 1 – 25 of 29) sorted by relevance

12

/NextBSD/contrib/gdb/gdb/
HDgdb_wait.h113 #ifndef WUNTRACED
114 #define WUNTRACED 2 /* Report status of stopped children. */ macro
/NextBSD/contrib/tcsh/
HDtc.wait.h145 # ifndef WUNTRACED
146 # define WUNTRACED 2 /* tell about stopped, untraced children */ macro
HDmi.wait.h27 #define WUNTRACED 2 /* for job control; not implemented */ macro
HDsh.proc.c190 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
195 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
198 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
205 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
212 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0); in pchild()
215 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
236 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
241 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0); in pchild()
260 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
/NextBSD/sys/sys/
HDwait.h79 #define WUNTRACED 2 /* Tell about stopped, untraced children. */ macro
80 #define WSTOPPED WUNTRACED /* SUS compatibility */
/NextBSD/lib/libproc/
HDproc_create.c102 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_attach()
163 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_create()
HDproc_util.c91 waitpid(phdl->pid, &status, WUNTRACED); in proc_detach()
149 if (waitpid(phdl->pid, &status, WUNTRACED) < 0) { in proc_wstatus()
/NextBSD/release/picobsd/tinyware/oinit/
HDoinit.c788 pid=waitpid(-1,(int *)0,WUNTRACED); in run_single()
809 wpid=waitpid(pid,(int *)0,WUNTRACED); in run_single()
872 while(waitpid(-1,(int *)0,WNOHANG|WUNTRACED)>0) continue; in transition_machine()
/NextBSD/contrib/amd/include/
HDam_defs.h541 # undef WUNTRACED
551 # undef WUNTRACED
/NextBSD/release/picobsd/tinyware/passwd/
HDpw_util.c218 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED); in pw_edit()
/NextBSD/crypto/openssh/
HDsandbox-systrace.c116 pid = waitpid(child_pid, &status, WUNTRACED); in ssh_sandbox_parent()
HDscp.c173 while (waitpid(do_cmd_pid, &status, WUNTRACED) == -1 && in suspchild()
/NextBSD/contrib/netbsd-tests/kernel/
HDt_lockf.c174 ATF_REQUIRE_MSG(waitpid(pid[i], &status, WUNTRACED) >= 0, in ATF_TC_BODY()
/NextBSD/sys/kern/
HDkern_exit.c1195 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6()
1198 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait6()
1262 if ((options & WUNTRACED) != 0 && in kern_wait6()
/NextBSD/usr.bin/rpcgen/
HDrpc_scan.c169 waitpid(childpid, &stat, WUNTRACED); in get_token()
/NextBSD/sbin/init/
HDinit.c986 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in single_user()
1095 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in run_script()
1891 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in runshutdown()
/NextBSD/usr.bin/rlogin/
HDrlogin.c362 pid = wait3(&status, WNOHANG|WUNTRACED, NULL); in catch_child()
/NextBSD/usr.bin/su/
HDsu.c456 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) { in main()
/NextBSD/lib/libutil/
HDpw_util.c325 if (waitpid(editpid, &pstat, WUNTRACED) == -1) { in pw_edit()
/NextBSD/sys/compat/linux/
HDlinux_misc.c1047 if (options & ~(WNOHANG | WNOWAIT | WEXITED | WUNTRACED | WCONTINUED)) in linux_waitid()
1049 if (!(options & (WEXITED | WUNTRACED | WCONTINUED))) in linux_waitid()
2499 *bsdopts |= WUNTRACED; in linux_to_bsd_waitopts()
/NextBSD/contrib/apr/threadproc/unix/
HDproc.c615 int waitpid_options = WUNTRACED; in apr_proc_wait()
/NextBSD/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c1598 int flags = WNOHANG|WUNTRACED; in cleanup()
/NextBSD/bin/sh/
HDjobs.c1113 wflags = WUNTRACED | WCONTINUED; in dowait()
/NextBSD/sys/compat/svr4/
HDsvr4_misc.c1222 options |= WUNTRACED;
/NextBSD/usr.sbin/lpr/lpd/
HDprintjob.c803 wait3(&wstatus, WUNTRACED, 0)) > 0 && wpid != of_pid) in print()

12