Searched refs:EAI_IDN_ENCODE (Results 1 – 7 of 7) sorted by relevance
125 return EAI_IDN_ENCODE; in __idna_to_dns_encoding()137 return EAI_IDN_ENCODE; in __idna_to_dns_encoding()153 return EAI_IDN_ENCODE; in __idna_to_dns_encoding()180 return EAI_IDN_ENCODE; in libc_hidden_def()
308 if (rc == EAI_IDN_ENCODE) in gni_host_inet_name()
17 _S(EAI_IDN_ENCODE, N_("Parameter string not correctly encoded"))
364 else if (rc == EAI_IDN_ENCODE) in process_canonname()
634 # define EAI_IDN_ENCODE -105 /* IDN encoding failed. */ macro
290 TEST_COMPARE (ret, EAI_IDN_ENCODE); in gni_test()
1428 * sysdeps/posix/gai_strerror.c: Add error string for EAI_IDN_ENCODE.1469 [__USE_GNU]: Add new error code EAI_IDN_ENCODE for getaddrinfo.