Searched refs:WTERMSIG (Results 1 - 20 of 20) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcollect-utils.c76 int sig = WTERMSIG (status);
H A Dgcc-ar.c230 int sig = WTERMSIG (status);
H A Dsystem.h379 #ifndef WTERMSIG
380 #define WTERMSIG(S) ((S) & 0x7f) macro
H A Dgcc.c2938 if (WTERMSIG (status) == SIGPIPE
2947 strsignal (WTERMSIG (status)),
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h248 #ifndef WTERMSIG
249 #define WTERMSIG(S) ((S) & 0x7f) macro
H A Dcollect2.c1708 int sig = WTERMSIG (status);
H A Dprotoize.c2118 pname, WTERMSIG (wait_status));
H A Dgcc.c2373 commands[j].prog, WTERMSIG (status));
/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-pexecute.c53 #ifndef WTERMSIG
54 #define WTERMSIG(S) ((S) & 0x7f) macro
272 if (!WIFSIGNALED (status) || WTERMSIG (status) != SIGABRT)
/haiku-buildtools/legacy/binutils/libiberty/testsuite/
H A Dtest-pexecute.c53 #ifndef WTERMSIG
54 #define WTERMSIG(S) ((S) & 0x7f) macro
272 if (!WIFSIGNALED (status) || WTERMSIG (status) != SIGABRT)
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-pexecute.c53 #ifndef WTERMSIG
54 #define WTERMSIG(S) ((S) & 0x7f) macro
272 if (!WIFSIGNALED (status) || WTERMSIG (status) != SIGABRT)
/haiku-buildtools/autoconf/lib/Autom4te/
H A DFileUtils.pm230 use POSIX qw (WIFEXITED WEXITSTATUS WIFSIGNALED WTERMSIG);
243 my $signal = WTERMSIG ($?);
H A DGeneral.pm365 use POSIX qw (WIFEXITED WEXITSTATUS WIFSIGNALED WTERMSIG);
377 my $signal = WTERMSIG ($?);
/haiku-buildtools/legacy/binutils/binutils/
H A Ddllwrap.c53 #ifndef WTERMSIG
54 #define WTERMSIG(w) ((w) & 0177) macro
66 #ifndef WTERMSIG
67 #define WTERMSIG(w) ((w) & 0x7f) macro
413 warn (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
H A Dresrc.c49 #ifndef WTERMSIG
50 #define WTERMSIG(w) ((w) & 0177) macro
62 #ifndef WTERMSIG
63 #define WTERMSIG(w) ((w) & 0x7f) macro
275 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
H A Ddlltool.c284 #ifndef WTERMSIG
285 #define WTERMSIG(w) ((w) & 0177) macro
297 #ifndef WTERMSIG
298 #define WTERMSIG(w) ((w) & 0x7f) macro
1193 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
/haiku-buildtools/binutils/binutils/
H A Ddllwrap.c41 #ifndef WTERMSIG
42 #define WTERMSIG(w) ((w) & 0177) macro
54 #ifndef WTERMSIG
55 #define WTERMSIG(w) ((w) & 0x7f) macro
416 warn (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
H A Ddlltool.c288 #ifndef WTERMSIG
289 #define WTERMSIG(w) ((w) & 0177) macro
301 #ifndef WTERMSIG
302 #define WTERMSIG(w) ((w) & 0x7f) macro
1373 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
H A Dresrc.c45 #ifndef WTERMSIG
46 #define WTERMSIG(w) ((w) & 0177) macro
58 #ifndef WTERMSIG
59 #define WTERMSIG(w) ((w) & 0x7f) macro
294 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Daffinity-1.c215 if (WIFSIGNALED (status) && WTERMSIG (status) == SIGABRT)

Completed in 215 milliseconds