Searched defs:WTERMSIG (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dwait.h38 #define WTERMSIG(w) ((w) & 0x7f) macro
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dwait.h43 # define WTERMSIG(s) (LDAP_LO(s) & 0177) macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_wait.in.h65 # define WTERMSIG(x) ((x) & 0x7f) macro
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_wait.h90 # define WTERMSIG(w) windows_status_to_termsig (w) macro
92 # define WTERMSIG(w) ((w) & 0177) macro
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_wait.h90 # define WTERMSIG(w) windows_status_to_termsig (w) macro
92 # define WTERMSIG(w) ((w) & 0177) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dwait-process.c38 #define WTERMSIG(x) ((x) & 0xff) /* or: SIGABRT ?? */ macro
54 # define WTERMSIG(x) ((x).w_termsig) macro
65 # define WTERMSIG(x) ((x) & 0x7f) macro
[all...]
/netbsd-current/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c54 #define WTERMSIG(s) ((s) & 0177) macro
/netbsd-current/sys/sys/
H A Dwait.h65 #define WTERMSIG(x) (_WSTATUS(x)) macro
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/testsuite/
H A Dtest-pexecute.c54 #define WTERMSIG(S) ((S) & 0x7f) macro
/netbsd-current/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-pexecute.c54 #define WTERMSIG(S) ((S) & 0x7f) macro
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h455 # define WTERMSIG(status) (status & 0177) macro
457 # define WTERMSIG(status) status.w_T.w_Termsig macro
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Dos.h455 # define WTERMSIG(status) (status & 0177) macro
457 # define WTERMSIG(status) status.w_T.w_Termsig macro
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h316 #define WTERMSIG(stat_val) ((stat_val) & 0177) macro
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddllwrap.c42 #define WTERMSIG(w) ((w) & 0177) macro
55 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Dresrc.c46 #define WTERMSIG(w) ((w) & 0177) macro
59 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Ddlltool.c290 #define WTERMSIG(w) ((w) & 0177) macro
303 #define WTERMSIG(w) ((w) & 0x7f) macro
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c42 #define WTERMSIG(w) ((w) & 0177) macro
55 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Dresrc.c46 #define WTERMSIG(w) ((w) & 0177) macro
59 #define WTERMSIG(w) ((w) & 0x7f) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h409 #define WTERMSIG(S) ((S) & 0x7f) macro
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddllwrap.c42 #define WTERMSIG(w) ((w) & 0177) macro
55 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Dresrc.c46 #define WTERMSIG(w) ((w) & 0177) macro
59 #define WTERMSIG(w) ((w) & 0x7f) macro
/netbsd-current/external/gpl2/gmake/dist/
H A Djob.c141 # define WTERMSIG(x) ((x) & 0x7f) macro
160 # define WTERMSIG(x) ((x).w_termsig) macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsystem.h421 #define WTERMSIG(S) ((S) & 0x7f) macro
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1114 #define WTERMSIG(x) ((x).w_termsig) macro
1168 #define WTERMSIG(x) ((x).w_termsig) macro
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_nextstep.h262 #define WTERMSIG(status) (int)(WIFSIGNALED(status) ? \ macro

Completed in 286 milliseconds

12