Blame sysdeps/posix/gai_strerror-strs.h

Packit 6c4009
_S(EAI_ADDRFAMILY, N_("Address family for hostname not supported"))
Packit 6c4009
_S(EAI_AGAIN, N_("Temporary failure in name resolution"))
Packit 6c4009
_S(EAI_BADFLAGS, N_("Bad value for ai_flags"))
Packit 6c4009
_S(EAI_FAIL, N_("Non-recoverable failure in name resolution"))
Packit 6c4009
_S(EAI_FAMILY, N_("ai_family not supported"))
Packit 6c4009
_S(EAI_MEMORY, N_("Memory allocation failure"))
Packit 6c4009
_S(EAI_NODATA, N_("No address associated with hostname"))
Packit 6c4009
_S(EAI_NONAME, N_("Name or service not known"))
Packit 6c4009
_S(EAI_SERVICE, N_("Servname not supported for ai_socktype"))
Packit 6c4009
_S(EAI_SOCKTYPE, N_("ai_socktype not supported"))
Packit 6c4009
_S(EAI_SYSTEM, N_("System error"))
Packit 6c4009
_S(EAI_INPROGRESS, N_("Processing request in progress"))
Packit 6c4009
_S(EAI_CANCELED, N_("Request canceled"))
Packit 6c4009
_S(EAI_NOTCANCELED, N_("Request not canceled"))
Packit 6c4009
_S(EAI_ALLDONE, N_("All requests done"))
Packit 6c4009
_S(EAI_INTR, N_("Interrupted by a signal"))
Packit 6c4009
_S(EAI_IDN_ENCODE, N_("Parameter string not correctly encoded"))