Home
last modified time | relevance | path

Searched refs:W_STOPCODE (Results 1 – 6 of 6) sorted by relevance

/external/strace/
Dwait.c52 #ifndef W_STOPCODE
53 # define W_STOPCODE(sig) ((sig) << 8 | 0x7f) macro
79 status &= ~W_STOPCODE(sig); in printstatus()
DChangeLog-CVS2455 (W_STOPCODE, W_EXITCODE): Likewise.
/external/python/cpython2/Modules/
D_testcapimodule.c2639 #ifdef W_STOPCODE
2647 status = W_STOPCODE(sig); in py_w_stopcode()
2787 #ifdef W_STOPCODE
/external/python/cpython3/Modules/
D_testcapimodule.c4459 #ifdef W_STOPCODE
4467 status = W_STOPCODE(sig); in py_w_stopcode()
4797 #ifdef W_STOPCODE
/external/python/cpython2/Lib/test/
Dtest_subprocess.py1291 status = _testcapi.W_STOPCODE(3)
/external/python/cpython3/Lib/test/
Dtest_subprocess.py2808 status = _testcapi.W_STOPCODE(3)