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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dsys_wait.in.h42 /* For valid x, exactly one of WIFSIGNALED(x), WIFEXITED(x), WIFSTOPPED(x)
50 # ifndef WIFSTOPPED
51 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f) macro
93 # define WIFSTOPPED(x) 0
/osnet-11/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
/osnet-11/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
/osnet-11/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
/osnet-11/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
/osnet-11/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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddosish.h179 #undef WIFSTOPPED macro
188 #define WIFSTOPPED(stat_val) 0 macro
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h714 # undef WIFSTOPPED macro
2333 # undef WIFSTOPPED macro
2891 # ifndef WIFSTOPPED
2892 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro
2893 # endif /* ! WIFSTOPPED */

Completed in 27 milliseconds