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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 866 long posix_errno; local
880 posix_errno = winerror_to_errno(errcode);
885 o_errcode = PyInt_FromLong(posix_errno);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 865 long posix_errno; local
879 posix_errno = winerror_to_errno(errcode);
884 o_errcode = PyInt_FromLong(posix_errno);
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 860 long posix_errno; local
874 posix_errno = winerror_to_errno(errcode);
878 o_errcode = PyInt_FromLong(posix_errno);
    [all...]

Completed in 63 milliseconds