Home | History | Annotate | Download | only in lib

Lines Matching full:maps

32 /* If ERRNUM maps to an errno value defined by gnulib, return a string
129 /* WSA_INVALID_HANDLE maps to EBADF */
130 /* WSA_NOT_ENOUGH_MEMORY maps to ENOMEM */
131 /* WSA_INVALID_PARAMETER maps to EINVAL */
138 /* WSAEINTR maps to EINTR */
139 /* WSAEBADF maps to EBADF */
140 /* WSAEACCES maps to EACCES */
141 /* WSAEFAULT maps to EFAULT */
142 /* WSAEINVAL maps to EINVAL */
143 /* WSAEMFILE maps to EMFILE */
144 /* WSAEWOULDBLOCK maps to EWOULDBLOCK */
145 /* WSAEINPROGRESS maps to EINPROGRESS */
146 /* WSAEALREADY maps to EALREADY */
147 /* WSAENOTSOCK maps to ENOTSOCK */
148 /* WSAEDESTADDRREQ maps to EDESTADDRREQ */
149 /* WSAEMSGSIZE maps to EMSGSIZE */
150 /* WSAEPROTOTYPE maps to EPROTOTYPE */
151 /* WSAENOPROTOOPT maps to ENOPROTOOPT */
152 /* WSAEPROTONOSUPPORT maps to EPROTONOSUPPORT */
154 /* WSAEOPNOTSUPP maps to EOPNOTSUPP */
156 /* WSAEAFNOSUPPORT maps to EAFNOSUPPORT */
157 /* WSAEADDRINUSE maps to EADDRINUSE */
158 /* WSAEADDRNOTAVAIL maps to EADDRNOTAVAIL */
159 /* WSAENETDOWN maps to ENETDOWN */
160 /* WSAENETUNREACH maps to ENETUNREACH */
161 /* WSAENETRESET maps to ENETRESET */
162 /* WSAECONNABORTED maps to ECONNABORTED */
163 /* WSAECONNRESET maps to ECONNRESET */
164 /* WSAENOBUFS maps to ENOBUFS */
165 /* WSAEISCONN maps to EISCONN */
166 /* WSAENOTCONN maps to ENOTCONN */
169 /* WSAETIMEDOUT maps to ETIMEDOUT */
170 /* WSAECONNREFUSED maps to ECONNREFUSED */
171 /* WSAELOOP maps to ELOOP */
172 /* WSAENAMETOOLONG maps to ENAMETOOLONG */
174 /* WSAEHOSTUNREACH maps to EHOSTUNREACH */
175 /* WSAENOTEMPTY maps to ENOTEMPTY */