Symbol: WUNTRACED
bin/sh/jobs.c
1176
wflags = WUNTRACED | WCONTINUED;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1598
int flags = WNOHANG|WUNTRACED;
crypto/krb5/src/clients/ksu/main.c
753
while ((ret_pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) {
crypto/krb5/src/util/verto/ev.c
2665
if (0 >= (pid = waitpid (-1, &status, WNOHANG | WUNTRACED | WCONTINUED)))
crypto/krb5/src/util/verto/ev.c
2668
|| 0 >= (pid = waitpid (-1, &status, WNOHANG | WUNTRACED)))
crypto/openssh/scp.c
196
while (waitpid(pid, &status, WUNTRACED) == -1 &&
crypto/openssh/sftp.c
230
while (waitpid(sshpid, NULL, WUNTRACED) == -1 && errno == EINTR)
lib/libproc/proc_create.c
152
if (waitpid(pid, &status, WUNTRACED) == -1) {
lib/libproc/proc_create.c
210
if (waitpid(pid, &status, WUNTRACED) == -1) {
lib/libproc/proc_util.c
157
if (waitpid(proc_getpid(phdl), &status, WUNTRACED) < 0) {
lib/libproc/proc_util.c
99
waitpid(pid, &status, WUNTRACED);
lib/libutil/pw_util.c
320
if (waitpid(editpid, &pstat, WUNTRACED) == -1) {
libexec/flua/modules/lposix.c
655
lua_pushflag(L, WUNTRACED);
sbin/decryptcore/decryptcore.c
67
if (waitpid(pid, &status, WUNTRACED | WEXITED) == -1) {
sbin/init/init.c
1035
if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1)
sbin/init/init.c
1216
if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1)
sbin/init/init.c
2078
if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1)
sys/compat/linux/linux_misc.c
2463
*bsdopts |= WUNTRACED;
sys/kern/kern_exit.c
1377
if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT |
sys/kern/kern_exit.c
1380
if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) {
sys/kern/kern_exit.c
1428
if ((options & WUNTRACED) != 0 && (p->p_flag & P_STOPPED_SIG) != 0) {
sys/sys/wait.h
79
#define WSTOPPED WUNTRACED /* SUS compatibility */
tests/sys/kern/fdgrowtable_test.c
254
wpid = waitpid(child, &status, WUNTRACED);
tests/sys/kern/ptrace_test.c
4823
REQUIRE_EQ(waitpid(debuggee, &status, WUNTRACED), debuggee);
usr.bin/rpcgen/rpc_scan.c
159
waitpid(childpid, &stat, WUNTRACED);
usr.bin/su/su.c
443
while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) {
usr.sbin/lpr/lpd/printjob.c
793
wait3(&wstatus, WUNTRACED, 0)) > 0 && wpid != of_pid)