Searched refs:ESOCKTNOSUPPORT (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Derrno.h105 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Derrno.h105 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Derrno.h105 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/macosx-10.10/libxml2-26/libxml2/include/
H A Dwsockcompat.h53 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/
H A Dwsockcompat.h50 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A DtclErrno.h64 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/macosx-10.10/tcpdump-61/tcpdump/win32/Include/
H A Derrno.h99 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_errno.c384 #ifdef ESOCKTNOSUPPORT
385 return (ESOCKTNOSUPPORT);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclPosixStr.c275 #if defined(ENOLINK) && (!defined(ESOCKTNOSUPPORT) || (ESOCKTNOSUPPORT != ENOLINK))
407 #ifdef ESOCKTNOSUPPORT
408 case ESOCKTNOSUPPORT: return "ESOCKTNOSUPPORT";
724 #if defined(ENOLINK) && (!defined(ESOCKTNOSUPPORT) || (ESOCKTNOSUPPORT != ENOLINK))
856 #ifdef ESOCKTNOSUPPORT
857 case ESOCKTNOSUPPORT: return "socket type not supported";
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclPosixStr.c277 #if defined(ENOLINK) && (!defined(ESOCKTNOSUPPORT) || (ESOCKTNOSUPPORT != ENOLINK))
409 #ifdef ESOCKTNOSUPPORT
410 case ESOCKTNOSUPPORT: return "ESOCKTNOSUPPORT";
728 #if defined(ENOLINK) && (!defined(ESOCKTNOSUPPORT) || (ESOCKTNOSUPPORT != ENOLINK))
860 #ifdef ESOCKTNOSUPPORT
861 case ESOCKTNOSUPPORT: return "socket type not supported";
/macosx-10.10/apr-32/apr/apr/file_io/os2/
H A Dmaperrorcode.c50 { SOCESOCKTNOSUPPORT, ESOCKTNOSUPPORT },
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dstrerror.c143 ERRSTR(ESOCKTNOSUPPORT, "Socket type not supported");
/macosx-10.10/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h124 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Derrno.d111 inline int ESOCKTNOSUPPORT = 44;
112 #pragma D binding "1.0" ESOCKTNOSUPPORT
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Derrno.h144 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinPort.h138 #ifndef ESOCKTNOSUPPORT
139 # define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
H A DtclWinError.c309 ESOCKTNOSUPPORT, /* WSAESOCKTNOSUPPORT */
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h128 #ifndef ESOCKTNOSUPPORT
129 # define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
H A DtclWinError.c310 ESOCKTNOSUPPORT, /* WSAESOCKTNOSUPPORT */
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dnet.h201 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/macosx-10.10/emacs-93/emacs/nt/inc/sys/
H A Dsocket.h135 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/macosx-10.10/ntp-92/lib/isc/win32/include/isc/
H A Dnet.h201 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dstrerror.c355 #if defined (ESOCKTNOSUPPORT)
356 ENTRY(ESOCKTNOSUPPORT, "ESOCKTNOSUPPORT", "Socket type not supported"),
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_setup_once.h481 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_errno.c424 { BSM_ERRNO_ESOCKTNOSUPPORT, ESOCKTNOSUPPORT,

Completed in 323 milliseconds

12