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

/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dbsd-waitpid.h40 #undef WIFSIGNALED macro
46 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w)) macro
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dwait.h60 #undef WIFSIGNALED macro
76 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dwait.h97 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0) macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dwait.h88 #define WIFSIGNALED(stat) ((int)((stat)&0xFF) > 0 && \ macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Ddosish.h178 #undef WIFSIGNALED macro
187 #define WIFSIGNALED(stat_val) 0 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h83 #define WIFSIGNALED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \ macro
/opensolaris-onvv-gate/usr/src/ucbhead/sys/
H A Dwait.h138 #define WIFSIGNALED(stat) (WLOBYTE(stat) > 0 && WHIBYTE(stat) == 0) macro
/opensolaris-onvv-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2323 # undef WIFSIGNALED macro

Completed in 195 milliseconds