Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Dtest-pexecute.c50 #ifndef WIFSIGNALED
51 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro
272 if (!WIFSIGNALED (status) || WTERMSIG (status) != SIGABRT) in main()
/toolchain/binutils/binutils-2.25/binutils/
Ddllwrap.c38 #ifndef WIFSIGNALED
39 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
51 #ifndef WIFSIGNALED
52 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
413 else if (WIFSIGNALED (wait_status)) in run()
Ddlltool.c285 #ifndef WIFSIGNALED
286 #define WIFSIGNALED(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0) macro
298 #ifndef WIFSIGNALED
299 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
1371 else if (WIFSIGNALED (wait_status)) in run()
Dresrc.c42 #ifndef WIFSIGNALED
43 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
55 #ifndef WIFSIGNALED
56 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
290 else if (WIFSIGNALED (wait_status)) in run_cmd()