Searched refs:EAI_SYSTEM (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Deai_to_heim_errno.c77 #ifdef EAI_SYSTEM
78 case EAI_SYSTEM:
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgai_strerror.c57 {EAI_SYSTEM, "system error returned in errno"},
H A Dgetnameinfo.c50 return EAI_SYSTEM;
65 return EAI_SYSTEM;
H A Droken-common.h209 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dmyaddrinfo.c508 return (EAI_SYSTEM);
595 return (EAI_SYSTEM);
600 return (EAI_SYSTEM);
606 return (EAI_SYSTEM);
667 return (EAI_SYSTEM);
686 return (EAI_SYSTEM);
771 "System error returned in errno", /* EAI_SYSTEM */
783 * Note: EAI_SYSTEM errors are not automatically handed over to
822 argv[2], err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err));
828 err == EAI_SYSTEM
[all...]
H A Dmyaddrinfo.h90 #undef EAI_SYSTEM macro
91 #define EAI_SYSTEM 11 macro
169 #define MAI_STRERROR(e) ((e) == EAI_SYSTEM ? strerror(errno) : gai_strerror(e))
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/missing/
H A Daddrinfo.h45 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/rsync-45/rsync/lib/
H A Daddrinfo.h54 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dfake-rfc2553.h129 #ifndef EAI_SYSTEM
130 # define EAI_SYSTEM (INT_MAX - 4) macro
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dnetdb.h82 #undef EAI_SYSTEM macro
97 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dnetdb.h82 #undef EAI_SYSTEM macro
97 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Daddrinfo.h44 #undef EAI_SYSTEM macro
88 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
H A Dinit.c36 #ifdef EAI_SYSTEM
37 if (error == EAI_SYSTEM) rb_sys_fail(reason);
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/include/irs/
H A Dnetdb.h.in87 #undef EAI_SYSTEM
104 #define EAI_SYSTEM 11 /* system error returned in errno */
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/
H A Daddrinfo.h47 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/tcpdump-61/tcpdump/missing/
H A Daddrinfo.h47 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/ntp-92/include/
H A Dntp_rfc2553.h182 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/
H A Dgetnameinfo.c251 ERR(EAI_SYSTEM);
398 ERR(EAI_SYSTEM);
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h89 #undef EAI_SYSTEM macro
104 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dnetdb.h198 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/netcat-22/
H A Dsourceroute.c228 if (error == EAI_SYSTEM)
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h245 #undef EAI_SYSTEM macro
246 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dsocketsupport.m50 if (error == EAI_SYSTEM) {
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dsocketsupport.m50 if (error == EAI_SYSTEM) {
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dsocketsupport.m50 if (error == EAI_SYSTEM) {

Completed in 334 milliseconds

123