Searched defs:WIFEXITED (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/haiku-buildtools/legacy/binutils/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h252 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Ddllwrap.c48 #define WIFEXITED(w) (((w)&0377) == 0) macro
61 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
H A Dresrc.c44 #define WIFEXITED(w) (((w)&0377) == 0) macro
57 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
H A Ddlltool.c279 #define WIFEXITED(w) (((w) & 0377) == 0) macro
292 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/haiku-buildtools/gcc/gcc/
H A Dsystem.h383 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/haiku-buildtools/gcc/lto-plugin/
H A Dlto-plugin.c55 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/haiku-buildtools/binutils/binutils/
H A Ddllwrap.c36 #define WIFEXITED(w) (((w)&0377) == 0) macro
49 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
H A Dresrc.c40 #define WIFEXITED(w) (((w)&0377) == 0) macro
53 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
H A Ddlltool.c283 #define WIFEXITED(w) (((w) & 0377) == 0) macro
296 #define WIFEXITED(w) (((w) & 0xff) == 0) macro

Completed in 146 milliseconds