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

/illumos-gate/usr/src/lib/libast/common/include/
H A Dwait.h63 #undef WSTOPSIG macro
87 #ifndef WSTOPSIG
88 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h72 #undef WSTOPSIG macro
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dwait.h72 #undef WSTOPSIG macro
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h72 #undef WSTOPSIG macro
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h72 #undef WSTOPSIG macro
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h93 #define WSTOPSIG(stat) ((int)(((stat)>>8)&0xFF)) macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h89 #define WSTOPSIG(x) (((union __wait*)&(x))->__w_stopsig) macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h144 #define WSTOPSIG(stat) WHIBYTE(stat) macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2327 # undef WSTOPSIG macro

Completed in 78 milliseconds