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

/haiku/headers/posix/sys/
H A Dwait.h22 #define WIFEXITED(value) (((value) & ~0xff) == 0) macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h89 # define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status)) macro

Completed in 50 milliseconds