Home
last modified time | relevance | path

Searched defs:WIFSIGNALED (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dwait.h25 #define WIFSIGNALED(w) (((w) & 0xff) != 0x7f && ((w) & 0xff) != 0) macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_wait.in.h54 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dwait.h40 # define WIFSIGNALED(s) (LDAP_LO(s) > 0 && LDAP_HI(s) == 0) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dwait-process.c41 #define WIFSIGNALED(x) (WTERMSIG (x) != 0) /* or: ((x) == 3) ?? */ macro
77 # define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f) macro
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c39 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
52 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Dresrc.c43 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
56 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Ddlltool.c287 #define WIFSIGNALED(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0) macro
300 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddllwrap.c39 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
52 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Dresrc.c43 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) macro
56 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
H A Ddlltool.c287 #define WIFSIGNALED(w) (((w) & 0377) != 0177 && ((w) & ~0377) == 0) macro
300 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) macro
/netbsd-src/sys/sys/
H A Dwait.h64 #define WIFSIGNALED(x) (!WIFSTOPPED(x) && !WIFCONTINUED(x) && !WIFEXITED(x)) macro
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c52 #define WIFSIGNALED(s) (((s) & 0377) != 0 && (((s) & 0377) != 0177)) macro
/netbsd-src/external/gpl2/gmake/dist/
H A Djob.c150 # define WIFSIGNALED(x) (WTERMSIG (x) != 0) macro
169 # define WIFSIGNALED(x) (WTERMSIG(x) != 0) macro
/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h320 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h415 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h406 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) macro
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_nextstep.h260 #define WIFSIGNALED(status) ( !WIFEXITED(status) && \ macro
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp62 #define WIFSIGNALED(s) (((s) & 0377) != 0 && (((s) & 0377) != 0177)) macro