Home
last modified time | relevance | path

Searched defs:strerror (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/String/
DMisc.c80 strerror(int errnum) in strerror() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h57 PyObject *strerror; member
68 PyObject *strerror; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h57 PyObject *strerror; member
68 PyObject *strerror; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
D_iomodule.h71 PyObject *strerror; member
D_iomodule.c100 PyObject *myerrno = NULL, *strerror = NULL; in blockingioerror_init() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
D_iomodule.h76 PyObject *strerror; member
D_iomodule.c100 PyObject *myerrno = NULL, *strerror = NULL; in blockingioerror_init() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dexceptions.c598 PyObject *myerrno = NULL, *strerror = NULL, *filename = NULL; in EnvironmentError_init() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dexceptions.c598 PyObject *myerrno = NULL, *strerror = NULL, *filename = NULL; in EnvironmentError_init() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py35 def __init__(self, errno, strerror, characters_written=0): argument