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

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

Completed in 97 milliseconds