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

12

/macosx-10.10/emacs-93/emacs/src/s/
H A Dbsd386.h62 #ifndef WCOREDUMP
63 #define WCOREDUMP(w) ((w) & 0200) macro
/macosx-10.10/emacs-93/emacs/src/
H A Dsyswait.h42 #ifndef WCOREDUMP /* not POSIX */
43 #define WCOREDUMP(status) ((status) & 0x80) macro
90 #ifndef WCOREDUMP
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/cron-39/cron/
H A Dexterns.h89 # ifndef WCOREDUMP
90 # define WCOREDUMP(x) ((x) & 0x80) macro
99 # ifndef WCOREDUMP
100 # define WCOREDUMP(x) ((x).w_coredump) macro
H A Ddo_command.c663 if (WIFSIGNALED(waiter) && WCOREDUMP(waiter))
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-waitpid.h45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dsignal.h118 #define WCOREDUMP(a) 0 macro
/macosx-10.10/groff-38/groff/src/roff/groff/
H A Dpipeline.c70 #ifndef WCOREDUMP
72 #define WCOREDUMP(s) ((s) & WCOREFLAG) macro
74 #define WCOREDUMP(s) (0) macro
76 #endif /* not WCOREDUMP */
540 WCOREDUMP(status) ? " (core dumped)" : "");
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dwait.h156 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
/macosx-10.10/sudo-73/src/
H A Dmissing.h324 #ifndef WCOREDUMP
325 # define WCOREDUMP(x) ((x) & 0x80) macro
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h347 # undef WCOREDUMP macro
365 #ifndef WCOREDUMP
366 # define WCOREDUMP(X) ((X)&0200) macro
/macosx-10.10/autofs-246/autofsd/
H A Dautofsd.c254 WCOREDUMP(status) ? "- core dumped" : "");
/macosx-10.10/screen-22/screen/
H A Dos.h470 /* NET-2 uses WCOREDUMP */
471 #if defined(WCOREDUMP) && !defined(WIFCORESIG)
472 # define WIFCORESIG(status) WCOREDUMP(status)
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dprocess.c238 #if defined(WCOREDUMP)
240 return WCOREDUMP(mutable_status);
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-pexecute.c65 #ifndef WCOREDUMP
66 #define WCOREDUMP(S) ((S) & WCOREFLG) macro
/macosx-10.10/rsync-45/rsync/
H A Dmain.c146 #ifdef WCOREDUMP
147 if (WCOREDUMP(status))
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dunixchild.cpp279 return WCOREDUMP(mStatus);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dunixchild.cpp279 return WCOREDUMP(mStatus);
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.proc.c67 # ifndef WCOREDUMP
68 # define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
72 #ifndef WCOREDUMP
74 # define WCOREDUMP(w) (((union wait *) &(w))->w_coredump) macro
76 # define WCOREDUMP(w) ((w) & 0200)
78 #endif /* !WCOREDUMP */
311 if (WCOREDUMP(w))
/macosx-10.10/apr-32/apr/apr/threadproc/unix/
H A Dproc.c727 #ifdef WCOREDUMP
728 if (WCOREDUMP(exit_int)) {
/macosx-10.10/gnutar-453/gnutar/tests/
H A Dgenfile.c819 #ifdef WCOREDUMP
820 else if (WCOREDUMP (status))
/macosx-10.10/mail_cmds-30/mail/
H A Dcmd2.c441 if (WIFSIGNALED(wait_status) && WCOREDUMP(wait_status))
/macosx-10.10/cron-39/crontab/
H A Dcrontab.c506 editor, WTERMSIG(waiter), WCOREDUMP(waiter) ?"" :"no ");
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-tester.c1142 #ifdef WCOREDUMP
1143 WCOREDUMP(status) ? ", core dumped" : ""
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DProgram.inc380 #ifdef WCOREDUMP
381 if (WCOREDUMP(status))
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-death-test.cc158 # ifdef WCOREDUMP
159 if (WCOREDUMP(exit_code)) {

Completed in 172 milliseconds

12