Searched refs:WIFSIGNALED (Results 1 - 23 of 23) 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/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/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/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/lib/libast/common/comp/
H A Dexecve.c60 if (WIFSIGNALED(status))
/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/lib/libast/common/misc/
H A Dprocclose.c89 WIFSIGNALED(status) ?
/osnet-11/usr/src/lib/libcontract/common/
H A Dprocess_dump.c108 } else if (WIFSIGNALED(i)) {
/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c282 if (WIFSIGNALED(err) == 0 || WTERMSIG(err) != SIGABRT) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm30 WIFEXITED WIFSIGNALED WIFSTOPPED WSTOPSIG WTERMSIG));
855 sys_wait_h => [qw(WEXITSTATUS WIFEXITED WIFSIGNALED WIFSTOPPED
H A DPOSIX.xs386 WIFSIGNALED WIFSTOPPED WSTOPSIG WTERMSIG));
515 /* WEXITSTATUS WIFSIGNALED */
531 if (memEQ(name, "WIFSIGNALED", 11)) {
533 #ifdef WIFSIGNALED
535 *arg_result = WIFSIGNALED(WMUNGE(i));
/osnet-11/usr/src/lib/libexacct/demo/
H A Dexdump.c288 else if (WIFSIGNALED(wstat))
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgserv.c377 } else if (WIFSIGNALED(stat)) {
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c1503 if (WIFSIGNALED(status)) {
1616 if (WIFSIGNALED(status)) {
H A Ddt_proc.c836 } else if (WIFSIGNALED(stat)) {
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1176 if (WIFSIGNALED(status)) {
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2332 # undef WIFSIGNALED macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c472 if (WIFSIGNALED(wstat))
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c379 if (prp != NULL && WIFSIGNALED(prp->pr_wstat)) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c2477 if (WIFSIGNALED(status))
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c8659 if (WIFSIGNALED(pstatus) ||
9058 if (WIFSIGNALED(status)) {

Completed in 96 milliseconds