Searched refs:EAI_MEMORY (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/contrib/ldns/compat/
H A Dfake-rfc2553.c58 return (EAI_MEMORY);
65 return (EAI_MEMORY);
75 return (EAI_MEMORY);
95 case EAI_MEMORY:
181 return (EAI_MEMORY);
188 return (EAI_MEMORY);
195 return (EAI_MEMORY);
215 return (EAI_MEMORY);
H A Dfake-rfc2553.h130 #ifndef EAI_MEMORY
131 # define EAI_MEMORY (INT_MAX - 2) macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.c59 return (EAI_MEMORY);
66 return (EAI_MEMORY);
76 return (EAI_MEMORY);
96 case EAI_MEMORY:
187 return (EAI_MEMORY);
194 return (EAI_MEMORY);
201 return (EAI_MEMORY);
221 return (EAI_MEMORY);
H A Dfake-rfc2553.h126 #ifndef EAI_MEMORY
127 # define EAI_MEMORY (INT_MAX - 2) macro
/freebsd-10-stable/contrib/unbound/compat/
H A Dfake-rfc2553.c56 return (EAI_MEMORY);
63 return (EAI_MEMORY);
73 return (EAI_MEMORY);
93 case EAI_MEMORY:
177 return (EAI_MEMORY);
184 return (EAI_MEMORY);
191 return (EAI_MEMORY);
211 return (EAI_MEMORY);
H A Dfake-rfc2553.h125 #ifndef EAI_MEMORY
126 # define EAI_MEMORY (INT_MAX - 2) macro
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgai_strerror.c50 {EAI_MEMORY, "memory allocation failure"},
H A Dgetaddrinfo.c115 return EAI_MEMORY;
142 return EAI_MEMORY;
162 return EAI_MEMORY;
254 return EAI_MEMORY;
H A Droken-common.h204 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c65 case EAI_MEMORY:
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h77 #undef EAI_MEMORY macro
92 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/freebsd-10-stable/lib/libc/net/
H A Dgetnameinfo.c165 return EAI_MEMORY;
170 return EAI_MEMORY;
243 return EAI_MEMORY;
265 return EAI_MEMORY;
395 return (EAI_MEMORY);
404 return (EAI_MEMORY);
462 return EAI_MEMORY;
H A Dgetaddrinfo.c306 error = EAI_MEMORY; \
1152 error = EAI_MEMORY;
1325 return EAI_MEMORY;
1365 return EAI_MEMORY;
/freebsd-10-stable/contrib/tcpdump/missing/
H A Daddrinfo.h42 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c191 #ifdef EAI_MEMORY
195 atf_tc_fail_nonfatal("EAI_MEMORY not defined");
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_rfc2553.h202 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/freebsd-10-stable/include/
H A Dnetdb.h158 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/freebsd-10-stable/contrib/tnftp/
H A Dtnftp.h233 #undef EAI_MEMORY macro
234 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_rfc2553.c240 "Memory allocation failure", /* EAI_MEMORY */
300 return (EAI_MEMORY);
476 return (EAI_MEMORY);
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h673 #if defined(EAI_MEMORY) && defined(EVENT__HAVE_GETADDRINFO)
674 #define EVUTIL_EAI_MEMORY EAI_MEMORY

Completed in 164 milliseconds