Searched refs:WIFEXITED (Results 1 – 4 of 4) sorted by relevance
131 if (WIFEXITED(ret)) in exec_kernel_doc()404 if (WIFEXITED(ret)) in find_all_symbols()
22 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
85 # define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status)) macro
88 # define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status)) macro