Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsubprocess.py1028 _WTERMSIG=os.WTERMSIG, _WIFEXITED=os.WIFEXITED, argument
1034 elif _WIFEXITED(sts):