/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | wait-process.c | 38 #define WTERMSIG(x) ((x) & 0xff) /* or: SIGABRT ?? */ macro 54 # define WTERMSIG(x) ((x).w_termsig) macro 65 # define WTERMSIG(x) ((x) & 0x7f) macro
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | wait.h | 38 #define WTERMSIG(w) ((w) & 0x7f) macro
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | sys_wait.in.h | 65 # define WTERMSIG(x) ((x) & 0x7f) macro
|
/netbsd-src/external/bsd/openldap/dist/include/ac/ |
H A D | wait.h | 43 # define WTERMSIG(s) (LDAP_LO(s) & 0177) macro
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
H A D | os.h | 455 # define WTERMSIG(status) (status & 0177) macro 457 # define WTERMSIG(status) status.w_T.w_Termsig macro
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dllwrap.c | 42 #define WTERMSIG(w) ((w) & 0177) macro 55 #define WTERMSIG(w) ((w) & 0x7f) macro
|
H A D | resrc.c | 46 #define WTERMSIG(w) ((w) & 0177) macro 59 #define WTERMSIG(w) ((w) & 0x7f) macro
|
H A D | dlltool.c | 290 #define WTERMSIG(w) ((w) & 0177) macro 303 #define WTERMSIG(w) ((w) & 0x7f) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dllwrap.c | 42 #define WTERMSIG(w) ((w) & 0177) macro 55 #define WTERMSIG(w) ((w) & 0x7f) macro
|
H A D | resrc.c | 46 #define WTERMSIG(w) ((w) & 0177) macro 59 #define WTERMSIG(w) ((w) & 0x7f) macro
|
H A D | dlltool.c | 290 #define WTERMSIG(w) ((w) & 0177) macro 303 #define WTERMSIG(w) ((w) & 0x7f) macro
|
/netbsd-src/sys/sys/ |
H A D | wait.h | 65 #define WTERMSIG(x) (_WSTATUS(x)) macro
|
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/ |
H A D | pipeline.c | 54 #define WTERMSIG(s) ((s) & 0177) macro
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | job.c | 141 # define WTERMSIG(x) ((x) & 0x7f) macro 160 # define WTERMSIG(x) ((x).w_termsig) macro
|
/netbsd-src/external/gpl2/rcs/include/ |
H A D | conf.h | 316 #define WTERMSIG(stat_val) ((stat_val) & 0177) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | system.h | 418 #define WTERMSIG(S) ((S) & 0x7f) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | system.h | 409 #define WTERMSIG(S) ((S) & 0x7f) macro
|
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
H A D | nfs_prot_nextstep.h | 262 #define WTERMSIG(status) (int)(WIFSIGNALED(status) ? \ macro
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | sys_defs.h | 1114 #define WTERMSIG(x) ((x).w_termsig) macro 1168 #define WTERMSIG(x) ((x).w_termsig) macro
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | node.cpp | 59 #define WTERMSIG(s) ((s) & 0177) macro
|