/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | wait.h | 28 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | sys_wait.in.h | 57 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro
|
/netbsd-src/external/bsd/openldap/dist/include/ac/ |
H A D | wait.h | 34 # define WIFEXITED(s) (LDAP_LO(s) == 0) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | wait-process.c | 42 #define WIFEXITED(x) (WTERMSIG (x) == 0) /* or: ((x) != 3) ?? */ macro 80 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | session.c | 47 # define WIFEXITED(s) (((s) & 255) == 0) macro
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dllwrap.c | 36 #define WIFEXITED(w) (((w)&0377) == 0) macro 49 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
|
H A D | resrc.c | 40 #define WIFEXITED(w) (((w)&0377) == 0) macro 53 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
|
H A D | dlltool.c | 284 #define WIFEXITED(w) (((w) & 0377) == 0) macro 297 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dllwrap.c | 36 #define WIFEXITED(w) (((w)&0377) == 0) macro 49 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
|
H A D | resrc.c | 40 #define WIFEXITED(w) (((w)&0377) == 0) macro 53 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
|
H A D | dlltool.c | 284 #define WIFEXITED(w) (((w) & 0377) == 0) macro 297 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
|
/netbsd-src/sys/sys/ |
H A D | wait.h | 66 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro
|
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | system.h | 141 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
|
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/ |
H A D | pipeline.c | 50 #define WIFEXITED(s) (((s) & 0377) == 0) macro
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_defs.h | 105 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | job.c | 153 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro 172 # define WIFEXITED(x) (WTERMSIG(x) == 0) macro
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | system.h | 161 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
|
/netbsd-src/external/gpl2/rcs/include/ |
H A D | conf.h | 313 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | system.h | 421 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | system.h | 412 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/ |
H A D | lto-plugin.c | 59 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
|
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/ |
H A D | lto-plugin.c | 62 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
|
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | node.cpp | 57 #define WIFEXITED(s) (((s) & 0377) == 0) macro
|