Searched refs:WSTOPSIG (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixwait.h55 # if !defined (WSTOPSIG)
56 # define WSTOPSIG(s) ((s) >> 8) macro
57 # endif /* !WSTOPSIG */
85 # if !defined (WSTOPSIG)
86 # define WSTOPSIG(s) ((s).w_stopsig) macro
87 # endif /* !WSTOPSIG */
H A Dunionwait.h94 #define WSTOPSIG(x) ((x).w_stopsig) macro
/macosx-10.10/emacs-93/emacs/src/
H A Dsyswait.h57 #ifndef WSTOPSIG
58 #define WSTOPSIG(status) WEXITSTATUS(status) macro
88 #define WSTOPSIG(w) (w >> 8) macro
111 #undef WSTOPSIG macro
120 #ifndef WSTOPSIG
121 #define WSTOPSIG(w) w.w_stopsig macro
127 #define WIFSIGNALED(w) (WTERMSIG (w) != 0177 && (WSTOPSIG (w)) == 0)
145 #define WSTOPSIG(w) (w) macro
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dwait.h46 #ifndef WSTOPSIG
47 # define WSTOPSIG(s) LDAP_HI(s) macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dwait.h63 #undef WSTOPSIG macro
87 #ifndef WSTOPSIG
88 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/macosx-10.10/tcsh-65/tcsh/
H A Dmi.wait.h34 #define WSTOPSIG(s) (__HIGH(s) & 0377) /* stop signal */ macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dwait.h149 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
150 #define WIFCONTINUED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) == 0x13)
151 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED && WSTOPSIG(x) != 0x13)
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dsignal.h120 #define WSTOPSIG(a) 0 macro
/macosx-10.10/xnu-2782.1.97/tools/tests/execperf/
H A Drun.c79 errx(1, "process stopped with signal %d", WSTOPSIG(ret));
/macosx-10.10/system_cmds-643.1.1/vifs.tproj/
H A Dvifs.c111 raise(WSTOPSIG(x));
/macosx-10.10/screen-22/screen/
H A Dos.h462 #ifndef WSTOPSIG
464 # define WSTOPSIG(status) ((status >> 8) & 0377) macro
466 # define WSTOPSIG(status) status.w_S.w_Stopsig macro
/macosx-10.10/uucp-11/uucp/contrib/
H A DdialHDB.c149 WSTOPSIG(stat));
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h214 #ifndef WSTOPSIG
215 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinPort.h274 #ifndef WSTOPSIG
275 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h252 #ifndef WSTOPSIG
253 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_tty.c740 #undef WSTOPSIG
741 #ifndef WSTOPSIG
742 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff)
773 p = Tcl_SignalMsg((int) (WSTOPSIG(waitStatus)));
775 Tcl_SignalId((int) (WSTOPSIG(waitStatus))), p, (char *) NULL);
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h349 # undef WSTOPSIG macro
371 #ifndef WSTOPSIG
372 # define WSTOPSIG(X) (((X)>>8)&0377) macro
/macosx-10.10/system_cmds-643.1.1/vipw.tproj/
H A Dpw_util.c210 raise(WSTOPSIG(pstat));
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixPort.h242 #ifndef WSTOPSIG
243 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c62 #ifndef WSTOPSIG
63 #define WSTOPSIG WEXITSTATUS macro
/macosx-10.10/system_cmds-643.1.1/chpass.tproj/
H A Dutil.c306 raise(WSTOPSIG(pstat));
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXprocess.c268 resultList [2] = Tcl_NewStringObj (Tcl_SignalId (WSTOPSIG (status)),
/macosx-10.10/sudo-73/src/
H A Dexec.c473 n = suspend_parent(WSTOPSIG(cstat->val));
599 int signo = WSTOPSIG(status);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclPipe.c344 p = Tcl_SignalMsg((int) (WSTOPSIG(waitStatus)));
346 Tcl_SignalId((int) (WSTOPSIG(waitStatus))), p,
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclPipe.c352 p = Tcl_SignalMsg((int) (WSTOPSIG(waitStatus)));
354 Tcl_SignalId((int) (WSTOPSIG(waitStatus))),

Completed in 174 milliseconds

12