Searched defs:WIFEXITED (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dwait.h28 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dwait.h34 # define WIFEXITED(s) (LDAP_LO(s) == 0) macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_wait.in.h57 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dsys_wait.in.h57 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_wait.h50 # define WIFEXITED(w) (((w) & 0xC0000000) == 0) macro
52 # define WIFEXITED(w) (((w)&0377) == 0) macro
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_wait.h50 # define WIFEXITED(w) (((w) & 0xC0000000) == 0) macro
52 # define WIFEXITED(w) (((w)&0377) == 0) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dwait-process.c42 #define WIFEXITED(x) (WTERMSIG (x) == 0) /* or: ((x) != 3) ?? */ macro
80 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dsession.c47 # define WIFEXITED(s) (((s) & 255) == 0) macro
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Dsystem.h141 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/netbsd-current/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c50 #define WIFEXITED(s) (((s) & 0377) == 0) macro
/netbsd-current/sys/sys/
H A Dwait.h66 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro
/netbsd-current/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Dsystem.h161 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h280 #define WIFEXITED(sts) ((sts & 0x100) == 0) macro
/netbsd-current/external/bsd/am-utils/dist/include/
H A Dam_defs.h105 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h310 #undef WIFEXITED /* Avoid 4.3BSD incompatibility with Posix. */ macro
313 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h412 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/netbsd-current/external/gpl3/gcc.old/dist/lto-plugin/
H A Dlto-plugin.c59 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddllwrap.c36 #define WIFEXITED(w) (((w)&0377) == 0) macro
49 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
H A Dresrc.c40 #define WIFEXITED(w) (((w)&0377) == 0) macro
53 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c36 #define WIFEXITED(w) (((w)&0377) == 0) macro
49 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
H A Dresrc.c40 #define WIFEXITED(w) (((w)&0377) == 0) macro
53 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/netbsd-current/external/gpl2/gmake/dist/
H A Djob.c153 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro
172 # define WIFEXITED(x) (WTERMSIG(x) == 0) macro
/netbsd-current/external/gpl3/gcc/dist/lto-plugin/
H A Dlto-plugin.c62 #define WIFEXITED(S) (((S) & 0xff) == 0) macro

Completed in 518 milliseconds

12