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

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dwait.h28 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_wait.h13 # undef WIFEXITED macro
29 # define WIFEXITED(s) (((s) & 0xff) == 0) macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dwait.h34 # define WIFEXITED(s) (LDAP_LO(s) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_wait.h45 #define WIFEXITED(w) (((w)&0377) == 0) macro
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dsession.c47 # define WIFEXITED(s) (((s) & 255) == 0) macro
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dprivate.h115 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dwait-process.c44 #define WIFEXITED(x) (WTERMSIG (x) == 0) /* or: ((x) != 3) ?? */ macro
82 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dsystem.h141 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dpipeline.c50 #define WIFEXITED(s) (((s) & 0377) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dwait.h60 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Dsystem.h161 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsystem.h341 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsystem.h335 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/include/
H A Dam_defs.h103 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h344 #define WIFEXITED(sts) ((sts & 0x100) == 0) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c45 #define WIFEXITED(w) (((w)&0377) == 0) macro
58 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
H A Dresrc.c46 #define WIFEXITED(w) (((w)&0377) == 0) macro
59 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
H A Ddlltool.c295 #define WIFEXITED(w) (((w) & 0377) == 0) macro
308 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dconf.h308 #undef WIFEXITED /* Avoid 4.3BSD incompatibility with Posix. */ macro
311 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Djob.c136 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro
155 # define WIFEXITED(x) (WTERMSIG(x) == 0) macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dnode.cpp57 #define WIFEXITED(s) (((s) & 0377) == 0) macro

Completed in 275 milliseconds