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

/haiku-fatelf/src/bin/findutils/lib/
H A Dwait.h39 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) macro
/haiku-fatelf/src/bin/bash/include/
H A Dposixwait.h64 # define WEXITSTATUS(s) ((s) >> 8) macro
94 # define WEXITSTATUS(s) ((s).w_retcode) macro
H A Dunionwait.h95 #define WEXITSTATUS(x) ((x).w_retcode) macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_wait.h69 #define WEXITSTATUS(w) (((w) >> 8) & 0377) /* same as WRETCODE */ macro
/haiku-fatelf/headers/posix/sys/
H A Dwait.h23 #define WEXITSTATUS(value) ((value) & 0xff) macro
/haiku-fatelf/headers/private/libroot/time/
H A Dprivate.h108 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h86 # define WEXITSTATUS(status) __WEXITSTATUS(__WAIT_INT(status)) macro
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h156 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) macro
/haiku-fatelf/src/bin/rcs/
H A Dconf.h304 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/haiku-fatelf/src/bin/gawk/
H A Dawk.h1139 #define WEXITSTATUS(stat_val) ((((unsigned) (stat_val)) >> 8) & 0xFF) macro

Completed in 99 milliseconds