OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:posix_errno
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
system_error.inc
61
// Windows system ->
posix_errno
decode table ---------------------------//
/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 270 milliseconds