Searched defs:myerrno (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | pyerrors.h | 58 PyObject *myerrno; member
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 526 int fd, myerrno; in execute_sysw() local
|
/third_party/python/Objects/ |
H A D | exceptions.c | 1822 PyObject *myerrno in OSError_new() local 1673 oserror_parse_args(PyObject **p_args, PyObject **myerrno, PyObject **strerror, PyObject **filename, PyObject **filename2 , PyObject **winerror ) oserror_parse_args() argument 1731 oserror_init(PyOSErrorObject *self, PyObject **p_args, PyObject *myerrno, PyObject *strerror, PyObject *filename, PyObject *filename2 , PyObject *winerror ) oserror_init() argument 1889 PyObject *myerrno = NULL, *strerror = NULL; OSError_init() local [all...] |
Completed in 7 milliseconds