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

/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-waitpid.h45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyswait.h43 #define WCOREDUMP(status) ((status) & 0x80) macro
91 #define WCOREDUMP(w) ((w&0200) != 0) macro
104 #undef WCOREDUMP /* Later BSDs define this name differently. */ macro
105 #define WCOREDUMP(w) w.w_coredump macro
146 #define WCOREDUMP(w) 0 macro
/macosx-10.10.1/cron-39/cron/
H A Dexterns.h90 # define WCOREDUMP(x) ((x) & 0x80) macro
100 # define WCOREDUMP(x) ((x).w_coredump) macro
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dbsd386.h63 #define WCOREDUMP(w) ((w) & 0200) macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/macosx-10.10.1/groff-38/groff/src/roff/groff/
H A Dpipeline.c72 #define WCOREDUMP(s) ((s) & WCOREFLAG) macro
74 #define WCOREDUMP(s) (0) macro
/macosx-10.10.1/sudo-73/src/
H A Dmissing.h325 # define WCOREDUMP(x) ((x) & 0x80) macro
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dsignal.h118 #define WCOREDUMP(a) 0 macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dwait.h156 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.proc.c68 # define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
74 # define WCOREDUMP(w) (((union wait *) &(w))->w_coredump) macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh_system.h347 # undef WCOREDUMP macro
366 # define WCOREDUMP(X) ((X)&0200) macro

Completed in 118 milliseconds