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

/haiku-fatelf/src/bin/findutils/lib/
H A Dwait.h29 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/haiku-fatelf/src/bin/gdb/gdb/vx-share/
H A Dwait.h21 #define WIFEXITED(w) (((w)&0377) == 0) macro
/haiku-fatelf/src/bin/bash/include/
H A Dposixwait.h72 # define WIFEXITED(s) (((s) & 0377) == 0) macro
H A Dunionwait.h90 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0) macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_wait.h46 #define WIFEXITED(w) (((w)&0377) == 0) macro
/haiku-fatelf/headers/posix/sys/
H A Dwait.h22 #define WIFEXITED(value) (((value) & ~0xff) == 0) macro
/haiku-fatelf/headers/private/libroot/time/
H A Dprivate.h105 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h89 # define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status)) macro
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h159 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/haiku-fatelf/src/bin/rcs/
H A Dconf.h305 #undef WIFEXITED /* Avoid 4.3BSD incompatibility with Posix. */ macro
308 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) macro

Completed in 73 milliseconds