/freebsd/tools/test/stress2/misc/ |
H A D | ptrace9.sh | 88 if (waitpid(pid, &status, WUNTRACED) != pid) 98 if (waitpid(pid, &status, WUNTRACED) != pid)
|
H A D | ptrace10.sh | 118 if (waitpid(pid, &status, WUNTRACED) != pid) 127 ret = waitpid(pid, &status, WUNTRACED | WNOHANG);
|
H A D | sigfastblock2.sh | 118 int pid_res = waitpid(child, &status, WUNTRACED | WCONTINUED);
|
/freebsd/contrib/tcsh/ |
H A D | tc.wait.h | 144 # ifndef WUNTRACED 145 # define WUNTRACED 2 /* tell about stopped, untraced children */ macro
|
H A D | sh.proc.c | 184 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild() 190 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild() 193 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild() 197 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild() 204 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild() 211 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0); in pchild() 214 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild() 235 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild() 240 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0); in pchild() 259 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG)); in pchild()
|
H A D | mi.wait.h | 27 #define WUNTRACED 2 /* for job control; not implemented */ macro
|
/freebsd/sys/sys/ |
H A D | wait.h | 78 #define WUNTRACED 2 /* Tell about stopped, untraced children. */ macro 79 #define WSTOPPED WUNTRACED /* SUS compatibility */
|
/freebsd/lib/libproc/ |
H A D | proc_util.c | 98 waitpid(pid, &status, WUNTRACED); in proc_detach() 156 if (waitpid(proc_getpid(phdl), &status, WUNTRACED) < 0) { in proc_wstatus()
|
H A D | proc_create.c | 152 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_attach() 210 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_create()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait_noproc.c | 146 WUNTRACED, in get_options6() 191 WUNTRACED, in get_options4()
|
/freebsd/crypto/openssh/ |
H A D | sandbox-systrace.c | 134 pid = waitpid(child_pid, &status, WUNTRACED); in ssh_sandbox_parent()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_lockf.c | 174 ATF_REQUIRE_MSG(waitpid(pid[i], &status, WUNTRACED) >= 0, in ATF_TC_BODY()
|
/freebsd/tests/sys/kern/ |
H A D | fdgrowtable_test.c | 254 wpid = waitpid(child, &status, WUNTRACED); in ATF_TC_BODY()
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | 1296 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6() 1299 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait6() 1364 if ((options & WUNTRACED) != 0 && in kern_wait6()
|
/freebsd/sbin/decryptcore/ |
H A D | decryptcore.c | 65 if (waitpid(pid, &status, WUNTRACED | WEXITED) == -1) { in wait_for_process()
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_scan.c | 159 waitpid(childpid, &stat, WUNTRACED); in get_token()
|
/freebsd/sbin/init/ |
H A D | init.c | 970 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in single_user() 1139 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in run_script() 2001 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in runshutdown()
|
/freebsd/libexec/flua/modules/ |
H A D | lposix.c | 569 lua_pushflag(L, WUNTRACED);
|
/freebsd/usr.bin/su/ |
H A D | su.c | 443 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) { in main()
|
/freebsd/lib/libutil/ |
H A D | pw_util.c | 320 if (waitpid(editpid, &pstat, WUNTRACED) == -1) { in pw_edit()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | sys_term.c | 1598 int flags = WNOHANG|WUNTRACED; in cleanup()
|
/freebsd/bin/sh/ |
H A D | jobs.c | 1169 wflags = WUNTRACED | WCONTINUED; in dowait()
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 2359 # undef WUNTRACED
|
/freebsd/contrib/mandoc/ |
H A D | main.c | 1302 WUNTRACED)) == -1 && errno == EINTR) in run_pager()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 791 wait3(&wstatus, WUNTRACED, 0)) > 0 && wpid != of_pid) in print()
|