pollution: strtoimax_l
intmax_t strtoimax_l(const char * restrict, char ** restrict, int, locale_t); 

pollution: strtoumax_l
uintmax_t strtoumax_l(const char * restrict, char ** restrict, int, locale_t); 

pollution: wcstoimax_l
intmax_t wcstoimax_l(const wchar_t * restrict, wchar_t ** restrict, int, locale_t); 

pollution: wcstoumax_l
uintmax_t wcstoumax_l(const wchar_t * restrict, wchar_t ** restrict, int, locale_t); 

pollution: gethostbyaddr
struct hostent *gethostbyaddr(const void *, __socklen_t, int); 

pollution: gethostbyname
struct hostent *gethostbyname(const char *); 

pollution: allocaddrinfo
struct addrinfo *allocaddrinfo(__socklen_t); 

pollution: NO_ADDRESS
#define NO_ADDRESS NO_DATA

pollution: EAI_PROTOCOL
#define EAI_PROTOCOL 13

pollution: EAI_BADHINTS
#define EAI_BADHINTS 12

pollution: EAI_MAX
#define EAI_MAX 15

pollution: HOST_NOT_FOUND
#define HOST_NOT_FOUND 1

pollution: NI_WITHSCOPEID
#define NI_WITHSCOPEID 0x00000020

pollution: EAI_NODATA
#define EAI_NODATA 7

pollution: NO_DATA
#define NO_DATA 4

pollution: TRY_AGAIN
#define TRY_AGAIN 2

pollution: AI_MASK
#define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_ADDRCONFIG)

pollution: EAI_ADDRFAMILY
#define EAI_ADDRFAMILY 1

