Home
last modified time | relevance | path

Searched defs:WSTOPSIG (Results 1 – 3 of 3) sorted by relevance

/external/musl/include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/external/musl/include/
Dstdlib.h96 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py18 def WSTOPSIG(stat): return ((_W_INT(stat)>>8)&0377) function