Searched refs:WCOREDUMP (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/port/cygwin/include/sys/
H A Dwait.h7 #if !defined (WCOREDUMP)
8 # define WCOREDUMP(x) (((x) & 0x80) == 0x80) macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/port/sunos/include/sys/
H A Dwait.h7 #define WCOREDUMP(x) (((union __wait*)&(x))->__w_coredump) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dwait.h30 #ifndef WCOREDUMP /* not POSIX, but common and useful */
31 #define WCOREDUMP(w) (((w) & 0x80) != 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_wait.h83 #ifndef WCOREDUMP
84 #define WCOREDUMP(w) (((w)&0200) != 0) macro
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dexterns.h121 #ifndef WCOREDUMP
122 # define WCOREDUMP(st) (((st) & 0200) != 0) macro
H A Ddo_command.c536 if (WIFSIGNALED(waiter) && WCOREDUMP(waiter))
/netbsd-6-1-5-RELEASE/usr.bin/nvi/build/
H A Dport.h167 #ifndef WCOREDUMP
168 #define WCOREDUMP(a) 0 macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dwait-process.c41 #define WCOREDUMP(x) 0 macro
58 # ifndef WCOREDUMP
59 # define WCOREDUMP(x) ((x).w_coredump) macro
69 # ifndef WCOREDUMP
70 # define WCOREDUMP(x) ((x) & 0x80) macro
/netbsd-6-1-5-RELEASE/dist/nvi/dist/
H A Dport.h.in165 #ifndef WCOREDUMP
166 #define WCOREDUMP(a) 0
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dwait.h64 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
/netbsd-6-1-5-RELEASE/distrib/utils/ssh/
H A Dssh.c46 #ifndef WCOREDUMP
47 #define WCOREDUMP(x) ((x) & 0200) macro
584 if (WCOREDUMP(cstat))
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dpipeline.c72 #ifndef WCOREDUMP
74 #define WCOREDUMP(s) ((s) & WCOREFLAG) macro
76 #define WCOREDUMP(s) (0) macro
78 #endif /* not WCOREDUMP */
542 WCOREDUMP(status) ? " (core dumped)" : "");
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_exec/
H A Dpam_exec.c145 WCOREDUMP(status) ? " (core dumped)" : "");
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/rlfe/
H A Dos.h467 /* NET-2 uses WCOREDUMP */
468 #if defined(WCOREDUMP) && !defined(WIFCORESIG)
469 # define WIFCORESIG(status) WCOREDUMP(status)
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dprocess.c238 #if defined(WCOREDUMP)
240 return WCOREDUMP(mutable_status);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dprocess.c240 #if defined(WCOREDUMP)
242 return WCOREDUMP(mutable_status);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/testsuite/
H A Dtest-pexecute.c65 #ifndef WCOREDUMP
66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/testsuite/
H A Dtest-pexecute.c65 #ifndef WCOREDUMP
66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h343 #ifndef WCOREDUMP
344 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-pexecute.c65 #ifndef WCOREDUMP
66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/testsuite/
H A Dtest-pexecute.c65 #ifndef WCOREDUMP
66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_shell.c179 WCOREDUMP(pstat) ? "; core dumped" : "");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlto-wrapper.c183 if (WCOREDUMP (status))
H A Dsystem.h349 #ifndef WCOREDUMP
350 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dexec.c77 if (WCOREDUMP(retstat))

Completed in 443 milliseconds

12