Searched refs:WUNTRACED (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_wait.h40 in POSIX.1. We fail to define WNOHANG and WUNTRACED, which POSIX.1
113 #ifndef WUNTRACED
114 #define WUNTRACED 2 /* Report status of stopped children. */ macro
/freebsd-9.3-release/contrib/tcsh/
H A Dmi.wait.h27 #define WUNTRACED 2 /* for job control; not implemented */ macro
H A Dtc.wait.h145 # ifndef WUNTRACED
146 # define WUNTRACED 2 /* tell about stopped, untraced children */
H A Dsh.proc.c190 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
195 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
198 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
205 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
212 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0);
215 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
236 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
241 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0);
260 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
/freebsd-9.3-release/lib/libproc/
H A Dproc_create.c70 if (waitpid(pid, &status, WUNTRACED) == -1) {
131 if (waitpid(pid, &status, WUNTRACED) == -1) {
H A Dproc_util.c89 waitpid(phdl->pid, &status, WUNTRACED);
147 if (waitpid(phdl->pid, &status, WUNTRACED) < 0) {
/freebsd-9.3-release/sys/sys/
H A Dwait.h71 * returning an error indication in this case (pid==0). WUNTRACED
79 #define WUNTRACED 2 /* Tell about stopped, untraced children. */ macro
80 #define WSTOPPED WUNTRACED /* SUS compatibility */
/freebsd-9.3-release/crypto/openssh/
H A Dsandbox-systrace.c116 pid = waitpid(child_pid, &status, WUNTRACED);
H A Dscp.c173 while (waitpid(do_cmd_pid, &status, WUNTRACED) == -1 &&
/freebsd-9.3-release/release/picobsd/tinyware/passwd/
H A Dpw_util.c218 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED);
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_scan.c169 waitpid(childpid, &stat, WUNTRACED);
/freebsd-9.3-release/release/picobsd/tinyware/oinit/
H A Doinit.c788 pid=waitpid(-1,(int *)0,WUNTRACED);
809 wpid=waitpid(pid,(int *)0,WUNTRACED);
872 while(waitpid(-1,(int *)0,WNOHANG|WUNTRACED)>0) continue;
/freebsd-9.3-release/contrib/amd/include/
H A Dam_defs.h541 # undef WUNTRACED macro
551 # undef WUNTRACED macro
/freebsd-9.3-release/sys/kern/
H A Dkern_exit.c1089 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT |
1092 if ((options & (WEXITED | WUNTRACED | WCONTINUED | WTRAPPED)) == 0) {
1149 if ((options & WUNTRACED) != 0 &&
/freebsd-9.3-release/sbin/init/
H A Dinit.c761 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1)
875 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1)
1666 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1)
/freebsd-9.3-release/lib/libutil/
H A Dpw_util.c328 if (waitpid(editpid, &pstat, WUNTRACED) == -1) {
/freebsd-9.3-release/usr.bin/rlogin/
H A Drlogin.c362 pid = wait3(&status, WNOHANG|WUNTRACED, NULL);
/freebsd-9.3-release/usr.bin/su/
H A Dsu.c454 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) {
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_misc.c895 if (args->options & ~(WUNTRACED | WNOHANG | WCONTINUED | __WCLONE))
898 options = (args->options & (WNOHANG | WUNTRACED));
/freebsd-9.3-release/bin/sh/
H A Djobs.c1124 flags = WUNTRACED;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1587 int flags = WNOHANG|WUNTRACED;
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_machdep.c1049 options = (args->options & (WNOHANG | WUNTRACED));
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_machdep.c1085 options = (args->options & (WNOHANG | WUNTRACED));
/freebsd-9.3-release/usr.bin/bc/
H A Dbc.y1097 pid = waitpid(dc, &status, WUNTRACED);
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dconf.h2332 # undef WUNTRACED macro

Completed in 341 milliseconds

12