Searched refs:SET_ERRNO (Results 1 – 5 of 5) sorted by relevance
180 SET_ERRNO(ENOENT); in inet_net_pton_ipv4()184 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv4()375 SET_ERRNO(ENOENT); in inet_net_pton_ipv6()379 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv6()410 SET_ERRNO(EAFNOSUPPORT); in ares_inet_net_pton()429 SET_ERRNO(EAFNOSUPPORT); in ares_inet_pton()
38 SET_ERRNO(EINVAL); in ares_writev()47 SET_ERRNO(EINVAL); in ares_writev()60 SET_ERRNO(ENOMEM); in ares_writev()
64 SET_ERRNO(EAFNOSUPPORT); in ares_inet_ntop()88 SET_ERRNO(ENOSPC); in inet_ntop4()185 SET_ERRNO(ENOSPC); in inet_ntop6()
438 #define SET_ERRNO(x) (SetLastError((DWORD)(x))) macro441 #define SET_ERRNO(x) (errno = (x)) macro
4523 - use macros ERRNO and SET_ERRNO() for errno handling.