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

/external/honggfuzz/
H A Dsubproc.h29 /* Missing WIFCONTINUED in Android */
30 #ifndef WIFCONTINUED
31 #define WIFCONTINUED(x) WEXITSTATUS(0) macro
/external/python/cpython2/Lib/plat-irix6/
H A DWAIT.py32 def WIFCONTINUED(stat): return (WWORD(stat)==WCONTFLG) function

Completed in 116 milliseconds