Home
last modified time | relevance | path

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

/external/honggfuzz/
Dsubproc.h33 #define WIFCONTINUED(x) WEXITSTATUS(0) macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py32 def WIFCONTINUED(stat): return (WWORD(stat)==WCONTFLG) function