Searched defs:h_errno (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dherror.c80 int h_errno; variable
89 * print the error indicated by the h_errno value.
108 v->iov_base = (char *)hstrerror(h_errno);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetdb.c57 /** h_errno is exported in netdb.h for access by applications. */
59 int h_errno; variable
100 h_errno = HOST_NOT_FOUND;
157 * the global h_errno)
159 * is stored in *h_errnop instead of h_errno to be thread-safe
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h916 #define h_errno WSAGetLastError() macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h946 #define h_errno WSAGetLastError() macro

Completed in 118 milliseconds