Searched defs:WIFSIGNALED (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dwait.h38 # define WIFSIGNALED(s) (LDAP_LO(s) > 0 && LDAP_HI(s) == 0) macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-waitpid.h35 #undef WIFSIGNALED macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyswait.h55 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status)) macro
85 #define WIFSIGNALED(w) ((w&0377) != 0177 && (w&~0377) == 0) macro
113 #undef WIFSIGNALED macro
127 #define WIFSIGNALED(w) (WTERMSIG (w) != 0177 && (WSTOPSIG (w)) == 0) macro
142 #define WIFSIGNALED(w) 0 macro
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dwait.h60 #undef WIFSIGNALED macro
76 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixwait.h76 # define WIFSIGNALED(s) (!WIFSTOPPED(s) && !WIFEXITED(s)) macro
H A Dunionwait.h91 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0) macro
/macosx-10.10.1/cron-39/cron/
H A Dexterns.h105 #define WIFSIGNALED(x) (WTERMSIG(x) != 0) macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dmi.wait.h32 #define WIFSIGNALED(s) ((((unsigned int)(s)-1) & 0xFFFF) < 0xFF) /* signaled */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c51 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro
/macosx-10.10.1/groff-38/groff/src/roff/groff/
H A Dpipeline.c50 #define WIFSIGNALED(s) (((s) & 0377) != 0 && (((s) & 0377) != 0177)) macro
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dsignal.h116 #define WIFSIGNALED(a) ((a !=-1)&&((((unsigned long)(a)) & 0xC0000000 ) != 0)) macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dwait.h153 #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dsystem.h341 # define WIFSIGNALED(s) (((s) & 0xffff) - 1 < (unsigned) 0xff) macro
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h203 # define WIFSIGNALED(stat) (((*((int *) &(stat)))) && ((*((int *) &(stat))) == ((*((int *) &(stat))) & 0x00ff))) macro
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinPort.h263 # define WIFSIGNALED(stat) ((*((int *) &(stat))) & 0xC0000000) macro
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixPort.h231 # define WIFSIGNALED(stat) (((*((int *) &(stat)))) && ((*((int *) &(stat))) == ((*((int *) &(stat))) & 0x00ff))) macro
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h241 # define WIFSIGNALED(stat) ((*((int *) &(stat))) & 0xC0000000) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Ddllwrap.c51 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
64 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Dresrc.c47 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
60 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Ddlltool.c285 #define WIFSIGNALED(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0) macro
298 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh_system.h345 # undef WIFSIGNALED macro
360 # define WIFSIGNALED(X) (((X)&0377)!=0&&((X)&0377)!=0177) macro
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dnode.cpp60 #define WIFSIGNALED(s) (((s) & 0377) != 0 && (((s) & 0377) != 0177)) macro
/macosx-10.10.1/ruby-106/ruby/
H A Dprocess.c93 #define WIFSIGNALED(w) (((w) & 0x7f) > 0 && (((w) & 0x7f) < 0x7f)) macro

Completed in 210 milliseconds