HomeSort by relevance Sort by last modified time
    Searched refs:o_errcode (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 864 PyObject *o_errcode = NULL; local
885 o_errcode = PyInt_FromLong(posix_errno);
886 if (!o_errcode)
889 self->myerrno = o_errcode;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 863 PyObject *o_errcode = NULL; local
884 o_errcode = PyInt_FromLong(posix_errno);
885 if (!o_errcode)
888 self->myerrno = o_errcode;
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 858 PyObject *o_errcode = NULL; local
878 o_errcode = PyInt_FromLong(posix_errno);
879 if (!o_errcode)
882 self->myerrno = o_errcode;
    [all...]

Completed in 433 milliseconds