| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | gdb_wait.h | 113 #ifndef WUNTRACED 114 #define WUNTRACED 2 /* Report status of stopped children. */ macro
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | tc.wait.h | 144 # ifndef WUNTRACED 145 # define WUNTRACED 2 /* tell about stopped, untraced children */ macro
|
| 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()
|
| D | mi.wait.h | 27 #define WUNTRACED 2 /* for job control; not implemented */ macro
|
| /freebsd-12-stable/sys/sys/ |
| D | wait.h | 81 #define WUNTRACED 2 /* Tell about stopped, untraced children. */ macro 82 #define WSTOPPED WUNTRACED /* SUS compatibility */
|
| /freebsd-12-stable/lib/libproc/ |
| D | proc_util.c | 105 waitpid(pid, &status, WUNTRACED); in proc_detach() 163 if (waitpid(proc_getpid(phdl), &status, WUNTRACED) < 0) { in proc_wstatus()
|
| D | proc_create.c | 155 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_attach() 213 if (waitpid(pid, &status, WUNTRACED) == -1) { in proc_create()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/ |
| D | t_wait_noproc.c | 146 WUNTRACED, in get_options6() 191 WUNTRACED, in get_options4()
|
| /freebsd-12-stable/release/picobsd/tinyware/oinit/ |
| D | 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()
|
| /freebsd-12-stable/contrib/amd/include/ |
| D | am_defs.h | 539 # undef WUNTRACED 549 # undef WUNTRACED
|
| /freebsd-12-stable/release/picobsd/tinyware/passwd/ |
| D | pw_util.c | 220 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED); in pw_edit()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | sandbox-systrace.c | 134 pid = waitpid(child_pid, &status, WUNTRACED); in ssh_sandbox_parent()
|
| /freebsd-12-stable/contrib/netbsd-tests/kernel/ |
| D | t_lockf.c | 174 ATF_REQUIRE_MSG(waitpid(pid[i], &status, WUNTRACED) >= 0, in ATF_TC_BODY()
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_exit.c | 1216 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6() 1219 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) { in kern_wait6() 1272 if ((options & WUNTRACED) != 0 && in kern_wait6()
|
| /freebsd-12-stable/sbin/decryptcore/ |
| D | decryptcore.c | 68 if (waitpid(pid, &status, WUNTRACED | WEXITED) == -1) { in wait_for_process()
|
| /freebsd-12-stable/usr.bin/rpcgen/ |
| D | rpc_scan.c | 169 waitpid(childpid, &stat, WUNTRACED); in get_token()
|
| /freebsd-12-stable/sbin/init/ |
| D | init.c | 983 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in single_user() 1142 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in run_script() 1941 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in runshutdown()
|
| /freebsd-12-stable/usr.bin/su/ |
| D | su.c | 458 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) { in main()
|
| /freebsd-12-stable/lib/libutil/ |
| D | pw_util.c | 323 if (waitpid(editpid, &pstat, WUNTRACED) == -1) { in pw_edit()
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_misc.c | 999 if (options & ~(WNOHANG | WNOWAIT | WEXITED | WUNTRACED | WCONTINUED)) in linux_waitid() 1001 if (!(options & (WEXITED | WUNTRACED | WCONTINUED))) in linux_waitid() 2368 *bsdopts |= WUNTRACED; in linux_to_bsd_waitopts()
|
| /freebsd-12-stable/contrib/apr/threadproc/unix/ |
| D | proc.c | 627 int waitpid_options = WUNTRACED; in apr_proc_wait()
|
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/ |
| D | sys_term.c | 1598 int flags = WNOHANG|WUNTRACED; in cleanup()
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | main.c | 1289 WUNTRACED)) == -1 && errno == EINTR) in run_pager()
|
| /freebsd-12-stable/bin/sh/ |
| D | jobs.c | 1169 wflags = WUNTRACED | WCONTINUED; in dowait()
|
| /freebsd-12-stable/contrib/sendmail/include/sm/ |
| D | conf.h | 2357 # undef WUNTRACED
|