Searched refs:__WIFSTOPPED (Results 1 – 3 of 3) sorted by relevance
44 #define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
59 # define WIFSTOPPED(status) __WIFSTOPPED (status)
49 # define WIFSTOPPED(status) __WIFSTOPPED (status)