Home
last modified time | relevance | path

Searched refs:hstrerror (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dherror.c83 hstrerror(
107 v->iov_base = (char *)hstrerror(h_errno); in herror()
125 hstrerror( in hstrerror() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c553 v = Py_BuildValue("(is)", h_error, (char *)hstrerror(h_error)); in set_herror()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c565 v = Py_BuildValue("(is)", h_error, (char *)hstrerror(h_error)); in set_herror()