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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dsys_wait.in.h39 WTERMSIG are bits 7..0, while BeOS uses the opposite. Therefore programs
45 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f)
48 # define WIFEXITED(x) (WTERMSIG (x) == 0)
51 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f)
55 # ifndef WTERMSIG
56 # define WTERMSIG(x) ((x) & 0x7f) macro
96 # define WTERMSIG(x) SIGTERM
/osnet-11/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
/osnet-11/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
/osnet-11/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
/osnet-11/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
/osnet-11/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
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddosish.h182 #undef WTERMSIG macro
191 #define WTERMSIG(stat_val) 0 macro
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h715 # undef WTERMSIG macro
2335 # undef WTERMSIG macro
2897 # ifndef WTERMSIG
2898 # define WTERMSIG(st) (((st) & 0177)) macro
2899 # endif /* ! WTERMSIG */

Completed in 34 milliseconds