Searched defs:WIFSTOPPED (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/include/
H A Dwait.h62 #undef WIFSTOPPED macro
83 #ifndef WIFSTOPPED
84 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h71 #undef WIFSTOPPED macro
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dwait.h71 #undef WIFSTOPPED macro
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h71 #undef WIFSTOPPED macro
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h71 #undef WIFSTOPPED macro
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/cmd/csh/
H A Dwait.h96 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h89 #define WIFSTOPPED(stat) ((int)((stat)&0xFF) == 0177 && \ macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h82 #define WIFSTOPPED(x) (((union __wait*)&(x))->__w_stopval == _WSTOPPED) macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h139 #define WIFSTOPPED(stat) (WLOBYTE(stat) == WSTOPFLG&&WHIBYTE(stat) != 0) macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h711 # undef WIFSTOPPED macro
2324 # undef WIFSTOPPED macro
2882 # ifndef WIFSTOPPED
2883 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro
2884 # endif /* ! WIFSTOPPED */

Completed in 74 milliseconds