Home
last modified time | relevance | path

Searched defs:reason_str (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/
Dexceptions.c1631 PyObject *reason_str = NULL; in UnicodeEncodeError_str() local
1719 PyObject *reason_str = NULL; in UnicodeDecodeError_str() local
1820 PyObject *reason_str = NULL; in UnicodeTranslateError_str() local
/external/python/cpython3/Objects/
Dexceptions.c1897 PyObject *reason_str = NULL; in UnicodeEncodeError_str() local
2019 PyObject *reason_str = NULL; in UnicodeDecodeError_str() local
2116 PyObject *reason_str = NULL; in UnicodeTranslateError_str() local
/external/u-boot/board/nokia/rx51/
Dtag_omap.h133 char reason_str[12]; member
/external/boringssl/src/crypto/err/
Derr.c392 const char *lib_str, *reason_str; in ERR_error_string_n() local