Searched defs:WTERMSIG (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/include/
H A Dwait.h61 #undef WTERMSIG macro
79 #ifndef WTERMSIG
80 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h70 #undef WTERMSIG macro
88 #ifndef WTERMSIG
89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dwait.h70 #undef WTERMSIG macro
88 #ifndef WTERMSIG
89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h70 #undef WTERMSIG macro
88 #ifndef WTERMSIG
89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h70 #undef WTERMSIG macro
88 #ifndef WTERMSIG
89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h92 #define WTERMSIG(stat) ((int)((stat)&0x7F)) macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h88 #define WTERMSIG(x) (((union __wait*)&(x))->__w_termsig) macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h143 #define WTERMSIG(stat) (WLOBYTE(stat)&WSIGMASK) macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h712 # undef WTERMSIG macro
2326 # undef WTERMSIG macro
2888 # ifndef WTERMSIG
2889 # define WTERMSIG(st) (((st) & 0177)) macro
2890 # endif /* ! WTERMSIG */

Completed in 94 milliseconds