Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h56 PyObject *myerrno; member
67 PyObject *myerrno; member
/external/python/cpython2/Modules/_io/
D_iomodule.h80 PyObject *myerrno; member
D_iomodule.c100 PyObject *myerrno = NULL, *strerror = NULL; in blockingioerror_init() local
/external/python/cpython2/Objects/
Dexceptions.c596 PyObject *myerrno = NULL, *strerror = NULL, *filename = NULL; in EnvironmentError_init() local