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

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_wait.h85 #define WCOREDUMP(w) (((w)&0200) != 0) macro
/freebsd-10-stable/usr.sbin/cron/cron/
H A Dexterns.h92 # define WCOREDUMP(x) ((x) & 0x80) macro
102 # define WCOREDUMP(x) ((x).w_coredump) macro
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/freebsd-10-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c72 #define WCOREDUMP(s) ((s) & WCOREFLAG) macro
74 #define WCOREDUMP(s) (0) macro
/freebsd-10-stable/sys/sys/
H A Dwait.h62 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h346 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/freebsd-10-stable/contrib/tcsh/
H A Dsh.proc.c68 # define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
74 # define WCOREDUMP(w) (((union wait *) &(w))->w_coredump) macro
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h2901 # define WCOREDUMP(st) (((st) & 0200) != 0) macro

Completed in 178 milliseconds