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

/illumos-gate/usr/src/lib/libast/common/include/
H A Dwait.h58 #undef WIFEXITED macro
67 #ifndef WIFEXITED
68 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h67 #undef WIFEXITED macro
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dwait.h67 #undef WIFEXITED macro
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h67 #undef WIFEXITED macro
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h67 #undef WIFEXITED macro
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/illumos-gate/usr/src/cmd/csh/
H A Dwait.h98 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h86 #define WIFEXITED(stat) ((int)((stat)&0xFF) == 0) macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h85 #define WIFEXITED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h137 #define WIFEXITED(stat) (WLOBYTE(stat) == 0) macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h501 # undef WIFEXITED macro
710 # undef WIFEXITED macro
1089 # undef WIFEXITED macro
1159 # undef WIFEXITED macro
1302 # undef WIFEXITED macro
1403 # undef WIFEXITED macro
1599 # undef WIFEXITED macro
1621 # undef WIFEXITED macro
1639 # undef WIFEXITED macro
1663 /* Have to redefine WIFEXITED t
1664 # undef WIFEXITED macro
1665 # define WIFEXITED macro
1947 # undef WIFEXITED macro
2149 # undef WIFEXITED macro
2170 # undef WIFEXITED macro
2217 # undef WIFEXITED macro
2246 # undef WIFEXITED macro
2322 # undef WIFEXITED macro
2880 # define WIFEXITED macro
[all...]

Completed in 73 milliseconds