Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c660 PyObject *rtnval = NULL; in EnvironmentError_str() local
702 rtnval = PyString_Format(fmt, tuple); in EnvironmentError_str()
738 rtnval = PyString_Format(fmt, tuple); in EnvironmentError_str()
744 rtnval = BaseException_str((PyBaseExceptionObject *)self); in EnvironmentError_str()
746 return rtnval; in EnvironmentError_str()
891 PyObject *rtnval = NULL; in WindowsError_str() local
933 rtnval = PyString_Format(fmt, tuple); in WindowsError_str()
969 rtnval = PyString_Format(fmt, tuple); in WindowsError_str()
975 rtnval = EnvironmentError_str((PyEnvironmentErrorObject *)self); in WindowsError_str()
977 return rtnval; in WindowsError_str()