Searched defs:WCOREDUMP (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/port/cygwin/include/sys/
H A Dwait.h8 # 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.h31 #define WCOREDUMP(w) (((w) & 0x80) != 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_wait.h84 #define WCOREDUMP(w) (((w)&0200) != 0) macro
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dexterns.h122 # define WCOREDUMP(st) (((st) & 0200) != 0) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dwait-process.c41 #define WCOREDUMP(x) 0 macro
59 # define WCOREDUMP(x) ((x).w_coredump) macro
70 # define WCOREDUMP(x) ((x) & 0x80) macro
/netbsd-6-1-5-RELEASE/usr.bin/nvi/build/
H A Dport.h168 #define WCOREDUMP(a) 0 macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/testsuite/
H A Dtest-pexecute.c66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/testsuite/
H A Dtest-pexecute.c66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dpipeline.c74 #define WCOREDUMP(s) ((s) & WCOREFLAG) macro
76 #define WCOREDUMP(s) (0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-pexecute.c66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/testsuite/
H A Dtest-pexecute.c66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/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.c47 #define WCOREDUMP(x) ((x) & 0200) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h350 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h344 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Djob.c127 # define WCOREDUMP(x) ((x) & 0x80) macro
146 # define WCOREDUMP(x) ((x).w_coredump) macro

Completed in 147 milliseconds