Searched defs:WIFEXITED (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 51 milliseconds