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

123

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dwait.h51 # define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED )
53 # define WAIT_FLAGS ( WNOHANG | WUNTRACED )
/macosx-10.9.5/tcsh-65/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.c188 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
193 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
196 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru);
203 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
210 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0);
213 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
230 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
235 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), 0);
254 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG));
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dwait.h53 #ifndef WUNTRACED
54 #define WUNTRACED 2 macro
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dwaitpid.c57 if ((options & (WCONTINUED | WNOHANG | WUNTRACED)) != options) {
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dposixwait.h48 # define WUNTRACED 2 macro
/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Dwaitpid.c74 * WUNTRACED. */
96 if (!(options & WUNTRACED) && (WIFSTOPPED(waitPtr->status))) {
142 if (!(options & WUNTRACED) && (WIFSTOPPED(status))) {
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Dwaitpid.c79 * WUNTRACED. */
101 if (!(options & WUNTRACED) && (WIFSTOPPED(waitPtr->status))) {
147 if (!(options & WUNTRACED) && (WIFSTOPPED(status))) {
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXprocess.c27 #ifndef WUNTRACED
28 # define WUNTRACED 2 macro
191 if (options & WUNTRACED)
193 options |= WUNTRACED;
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dsignal.h111 #define WUNTRACED 1 macro
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vifs.tproj/
H A Dvifs.c107 editpid = waitpid(editpid, (int *)&x, WUNTRACED);
/macosx-10.9.5/system_cmds-597.90.1/vifs.tproj/
H A Dvifs.c107 editpid = waitpid(editpid, (int *)&x, WUNTRACED);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dwait.h115 * returning an error indication in this case (pid==0). WUNTRACED
122 #define WUNTRACED 0x00000002 /* [XSI] notify on stop, untraced child */ macro
167 /* WUNTRACED defined for wait4() but not for waitid() */
216 * with the WUNTRACED option bit.
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPort.h226 #ifndef WUNTRACED
227 # define WUNTRACED 2 macro
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinPort.h286 #ifndef WUNTRACED
287 # define WUNTRACED 2 macro
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinPort.h264 #ifndef WUNTRACED
265 # define WUNTRACED 2 macro
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsandbox-systrace.c114 pid = waitpid(child_pid, &status, WUNTRACED);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vipw.tproj/
H A Dpw_util.c206 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED);
/macosx-10.9.5/system_cmds-597.90.1/vipw.tproj/
H A Dpw_util.c206 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED);
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixPort.h254 #ifndef WUNTRACED
255 # define WUNTRACED 2 macro
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/netware/
H A Dproc.c33 int waitpid_options = WUNTRACED | WNOHANG;
395 int waitpid_options = WUNTRACED;
/macosx-10.9.5/apr-30/apr/apr/threadproc/netware/
H A Dproc.c33 int waitpid_options = WUNTRACED | WNOHANG;
395 int waitpid_options = WUNTRACED;
/macosx-10.9.5/system_cmds-597.90.1/chpass.tproj/
H A Dutil.c299 if (waitpid(editpid, &pstat, WUNTRACED) == -1) {
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chpass.tproj/
H A Dutil.c299 if (waitpid(editpid, &pstat, WUNTRACED) == -1) {

Completed in 309 milliseconds

123