Home
last modified time | relevance | path

Searched defs:WTERMSIG (Results 1 – 5 of 5) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-waitpid.h41 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py16 def WTERMSIG(stat): return (_W_INT(stat)&0177) function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py1180 def WTERMSIG(self, status): member in ChildWatcherTestsMixin
/external/python/cpython2/Modules/
Dposixmodule.c309 #define WTERMSIG(u_wait) ((u_wait).w_termsig) macro
/external/python/cpython3/Modules/
Dposixmodule.c447 # define WTERMSIG(u_wait) ((u_wait).w_termsig) macro