Home
last modified time | relevance | path

Searched refs:WCOREDUMP (Results 1 – 25 of 2212) sorted by relevance

12345678910>>...89

/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dpidstatus.c14 #ifndef WCOREDUMP
15 # define WCOREDUMP(s) ((s) & 0x80) macro
63 WCOREDUMP(status) ? ", core dumped" : ""); in pidstatus()
65 fprintf (fp, "%s\n", WCOREDUMP(status) ? " (core dumped)" : ""); in pidstatus()
/dports/mail/mmh/mmh-0.4/sbr/
H A Dpidstatus.c22 #ifndef WCOREDUMP
23 # define WCOREDUMP(s) ((s) & 0x80) macro
60 WCOREDUMP(status) ? in pidstatus()
63 fprintf(fp, "%s\n", WCOREDUMP(status) ? in pidstatus()
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dwait.h219 #undef WCOREDUMP
234 # ifndef WCOREDUMP
235 # define WCOREDUMP(status) (_W_U(status)->w_coredump) macro
268 # ifndef WCOREDUMP
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status))) macro
272 # define WCOREDUMP(status) (_W_I(status) & 0x80) macro
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dwait.h219 #undef WCOREDUMP
234 # ifndef WCOREDUMP
235 # define WCOREDUMP(status) (_W_U(status)->w_coredump) macro
268 # ifndef WCOREDUMP
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status))) macro
272 # define WCOREDUMP(status) (_W_I(status) & 0x80) macro
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dwait.h219 #undef WCOREDUMP
234 # ifndef WCOREDUMP
235 # define WCOREDUMP(status) (_W_U(status)->w_coredump) macro
268 # ifndef WCOREDUMP
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status))) macro
272 # define WCOREDUMP(status) (_W_I(status) & 0x80) macro
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dwait.h219 #undef WCOREDUMP
234 # ifndef WCOREDUMP
235 # define WCOREDUMP(status) (_W_U(status)->w_coredump) macro
268 # ifndef WCOREDUMP
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status))) macro
272 # define WCOREDUMP(status) (_W_I(status) & 0x80) macro
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dwait.h219 #undef WCOREDUMP
234 # ifndef WCOREDUMP
235 # define WCOREDUMP(status) (_W_U(status)->w_coredump) macro
268 # ifndef WCOREDUMP
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status))) macro
272 # define WCOREDUMP(status) (_W_I(status) & 0x80) macro
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dwait.h219 #undef WCOREDUMP
234 # ifndef WCOREDUMP
235 # define WCOREDUMP(status) (_W_U(status)->w_coredump) macro
268 # ifndef WCOREDUMP
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status))) macro
272 # define WCOREDUMP(status) (_W_I(status) & 0x80) macro
/dports/editors/ved/schily-2021-09-18/include/schily/
H A Dwait.h219 #undef WCOREDUMP
234 # ifndef WCOREDUMP
235 # define WCOREDUMP(status) (_W_U(status)->w_coredump) macro
268 # ifndef WCOREDUMP
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status))) macro
272 # define WCOREDUMP(status) (_W_I(status) & 0x80) macro
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Dwait.h219 #undef WCOREDUMP
234 # ifndef WCOREDUMP
235 # define WCOREDUMP(status) (_W_U(status)->w_coredump) macro
268 # ifndef WCOREDUMP
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status))) macro
272 # define WCOREDUMP(status) (_W_I(status) & 0x80) macro
/dports/sysutils/schilyutils/schily-2021-09-18/include/schily/
H A Dwait.h219 #undef WCOREDUMP
234 # ifndef WCOREDUMP
235 # define WCOREDUMP(status) (_W_U(status)->w_coredump) macro
268 # ifndef WCOREDUMP
270 # define WCOREDUMP(status) (WIFCORED(_W_I(status))) macro
272 # define WCOREDUMP(status) (_W_I(status) & 0x80) macro
/dports/sysutils/cdrkit/cdrkit-1.1.11/include/
H A Dwaitdefs.h86 # ifndef WCOREDUMP
87 # define WCOREDUMP(status) ((status).w_coredump) macro
114 # ifndef WCOREDUMP
115 # define WCOREDUMP(status) ((status) & 0x80)
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/include/
H A Dwaitdefs.h75 # ifndef WCOREDUMP
76 # define WCOREDUMP(status) ((status).w_coredump) macro
103 # ifndef WCOREDUMP
104 # define WCOREDUMP(status) ((status) & 0x80)
/dports/sysutils/genisoimage/cdrkit-1.1.11/include/
H A Dwaitdefs.h86 # ifndef WCOREDUMP
87 # define WCOREDUMP(status) ((status).w_coredump) macro
114 # ifndef WCOREDUMP
115 # define WCOREDUMP(status) ((status) & 0x80)
/dports/www/varnish6/varnish-cache-varnish-6.6.2/include/vapi/
H A Dvsig.h45 #ifndef WCOREDUMP
47 # define WCOREDUMP(s) WIFCORED(s) macro
49 # define WCOREDUMP(s) (-1) macro
/dports/devel/p5-IPC-System-Simple/IPC-System-Simple-1.30/lib/IPC/System/
H A DSimple.pm132 eval { POSIX::WCOREDUMP(1); };
135 *WCOREDUMP = sub { $_[0] & 128 };
141 *WCOREDUMP = \&POSIX::WCOREDUMP;
532 my $coredump = WCOREDUMP($child_error);
541 $coredump ||= WCOREDUMP( ${^CHILD_ERROR_NATIVE} );
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dsys_wait.in.h79 # ifndef WCOREDUMP
80 # define WCOREDUMP(x) ((x) & 0x80) macro
106 # define WCOREDUMP(x) 0
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dsys_wait.in.h79 # ifndef WCOREDUMP
80 # define WCOREDUMP(x) ((x) & 0x80) macro
106 # define WCOREDUMP(x) 0
/dports/databases/recutils/recutils-1.8/lib/
H A Dsys_wait.in.h79 # ifndef WCOREDUMP
80 # define WCOREDUMP(x) ((x) & 0x80) macro
106 # define WCOREDUMP(x) 0
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dsys_wait.in.h79 # ifndef WCOREDUMP
80 # define WCOREDUMP(x) ((x) & 0x80) macro
106 # define WCOREDUMP(x) 0
/dports/devel/m4/m4-1.4.19/lib/
H A Dsys_wait.in.h79 # ifndef WCOREDUMP
80 # define WCOREDUMP(x) ((x) & 0x80) macro
106 # define WCOREDUMP(x) 0
/dports/devel/rcs/rcs-5.10.0/lib/
H A Dsys_wait.in.h79 # ifndef WCOREDUMP
80 # define WCOREDUMP(x) ((x) & 0x80) macro
106 # define WCOREDUMP(x) 0
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dsys_wait.in.h79 # ifndef WCOREDUMP
80 # define WCOREDUMP(x) ((x) & 0x80) macro
106 # define WCOREDUMP(x) 0
/dports/math/octave/octave-6.4.0/libgnu/
H A Dsys_wait.in.h79 # ifndef WCOREDUMP
80 # define WCOREDUMP(x) ((x) & 0x80) macro
106 # define WCOREDUMP(x) 0
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dsys_wait.in.h79 # ifndef WCOREDUMP
80 # define WCOREDUMP(x) ((x) & 0x80) macro
106 # define WCOREDUMP(x) 0

12345678910>>...89