| /NextBSD/contrib/gdb/gdb/ |
| HD | gdb_wait.h | 113 #ifndef WUNTRACED 114 #define WUNTRACED 2 /* Report status of stopped children. */ macro
|
| /NextBSD/contrib/tcsh/ |
| HD | tc.wait.h | 145 # ifndef WUNTRACED 146 # define WUNTRACED 2 /* tell about stopped, untraced children */ macro
|
| HD | mi.wait.h | 27 #define WUNTRACED 2 /* for job control; not implemented */ macro
|
| HD | sh.proc.c | 190 (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/ |
| HD | wait.h | 79 #define WUNTRACED 2 /* Tell about stopped, untraced children. */ macro 80 #define WSTOPPED WUNTRACED /* SUS compatibility */
|
| /NextBSD/lib/libproc/ |
| HD | proc_create.c | 102 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_attach() 163 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_create()
|
| HD | proc_util.c | 91 waitpid(phdl->pid, &status, WUNTRACED); in proc_detach() 149 if (waitpid(phdl->pid, &status, WUNTRACED) < 0) { in proc_wstatus()
|
| /NextBSD/release/picobsd/tinyware/oinit/ |
| HD | oinit.c | 788 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/ |
| HD | am_defs.h | 541 # undef WUNTRACED 551 # undef WUNTRACED
|
| /NextBSD/release/picobsd/tinyware/passwd/ |
| HD | pw_util.c | 218 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED); in pw_edit()
|
| /NextBSD/crypto/openssh/ |
| HD | sandbox-systrace.c | 116 pid = waitpid(child_pid, &status, WUNTRACED); in ssh_sandbox_parent()
|
| HD | scp.c | 173 while (waitpid(do_cmd_pid, &status, WUNTRACED) == -1 && in suspchild()
|
| /NextBSD/contrib/netbsd-tests/kernel/ |
| HD | t_lockf.c | 174 ATF_REQUIRE_MSG(waitpid(pid[i], &status, WUNTRACED) >= 0, in ATF_TC_BODY()
|
| /NextBSD/sys/kern/ |
| HD | kern_exit.c | 1195 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/ |
| HD | rpc_scan.c | 169 waitpid(childpid, &stat, WUNTRACED); in get_token()
|
| /NextBSD/sbin/init/ |
| HD | init.c | 986 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/ |
| HD | rlogin.c | 362 pid = wait3(&status, WNOHANG|WUNTRACED, NULL); in catch_child()
|
| /NextBSD/usr.bin/su/ |
| HD | su.c | 456 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) { in main()
|
| /NextBSD/lib/libutil/ |
| HD | pw_util.c | 325 if (waitpid(editpid, &pstat, WUNTRACED) == -1) { in pw_edit()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_misc.c | 1047 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/ |
| HD | proc.c | 615 int waitpid_options = WUNTRACED; in apr_proc_wait()
|
| /NextBSD/crypto/heimdal/appl/telnet/telnetd/ |
| HD | sys_term.c | 1598 int flags = WNOHANG|WUNTRACED; in cleanup()
|
| /NextBSD/bin/sh/ |
| HD | jobs.c | 1113 wflags = WUNTRACED | WCONTINUED; in dowait()
|
| /NextBSD/sys/compat/svr4/ |
| HD | svr4_misc.c | 1222 options |= WUNTRACED;
|
| /NextBSD/usr.sbin/lpr/lpd/ |
| HD | printjob.c | 803 wait3(&wstatus, WUNTRACED, 0)) > 0 && wpid != of_pid) in print()
|