Searched defs:WIFSIGNALED (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)
44 # ifndef WIFSIGNALED
45 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
54 /* The termination signal. Only to be accessed if WIFSIGNALED(x) is true. */
91 # define WIFSIGNALED(x) ((x) == 3)
/osnet-11/usr/src/lib/libast/common/include/
H A Dwait.h60 #undef WIFSIGNALED macro
75 #ifndef WIFSIGNALED
76 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h69 #undef WIFSIGNALED macro
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddosish.h178 #undef WIFSIGNALED macro
187 #define WIFSIGNALED(stat_val) 0 macro
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2332 # undef WIFSIGNALED macro

Completed in 242 milliseconds