Searched refs:EMSGSIZE (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.10.1/libresolv-57/
H A Dns_name.c115 errno = EMSGSIZE;
120 errno = EMSGSIZE;
126 errno = EMSGSIZE; /* XXX */
130 errno = EMSGSIZE;
143 errno = EMSGSIZE;
153 errno = EMSGSIZE;
160 errno = EMSGSIZE;
169 errno = EMSGSIZE;
178 errno = EMSGSIZE;
184 errno = EMSGSIZE;
[all...]
H A Dns_parse.c86 RETERR(EMSGSIZE);
90 RETERR(EMSGSIZE);
97 RETERR(EMSGSIZE);
110 RETERR(EMSGSIZE);
113 RETERR(EMSGSIZE);
117 RETERR(EMSGSIZE);
133 RETERR(EMSGSIZE);
172 RETERR(EMSGSIZE);
181 RETERR(EMSGSIZE);
185 RETERR(EMSGSIZE);
[all...]
H A Dns_samedomain.c176 errno = EMSGSIZE;
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_proto.c246 error = EMSGSIZE;
252 error = EMSGSIZE;
269 error = EMSGSIZE;
275 error = EMSGSIZE;
281 error = EMSGSIZE;
287 error = EMSGSIZE;
300 error = EMSGSIZE;
308 error = EMSGSIZE;
318 error = EMSGSIZE;
326 error = EMSGSIZE;
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/build_brew/
H A Derrno.h101 #define EMSGSIZE 40 /* Message too long */ macro
/macosx-10.10.1/BerkeleyDB-21/db/build_wince/
H A Derrno.h101 #define EMSGSIZE 40 /* Message too long */ macro
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Derrno.h101 #define EMSGSIZE 40 /* Message too long */ macro
/macosx-10.10.1/Libc-1044.1.2/net/FreeBSD/
H A Dinet_neta.c87 errno = EMSGSIZE;
H A Dinet_net_ntop.c149 errno = EMSGSIZE;
277 errno = EMSGSIZE;
H A Dinet_net_pton.c191 errno = EMSGSIZE;
383 errno = EMSGSIZE;
/macosx-10.10.1/libxml2-26/libxml2/include/
H A Dwsockcompat.h49 #define EMSGSIZE WSAEMSGSIZE macro
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/
H A Dwsockcompat.h46 #define EMSGSIZE WSAEMSGSIZE macro
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A DtclErrno.h60 #define EMSGSIZE 40 /* Message too long */ macro
/macosx-10.10.1/tcpdump-61/tcpdump/win32/Include/
H A Derrno.h95 #define EMSGSIZE 90 /* Message too long */ macro
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_proto.c245 error = EMSGSIZE;
256 error = EMSGSIZE;
263 error = EMSGSIZE;
287 error = EMSGSIZE;
307 error = EMSGSIZE;
323 error = EMSGSIZE;
336 error = EMSGSIZE;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto.c76 return EMSGSIZE;
150 return EMSGSIZE;
208 return EMSGSIZE;
294 return EMSGSIZE;
383 return EMSGSIZE;
456 return EMSGSIZE;
527 return EMSGSIZE;
603 return EMSGSIZE;
663 return EMSGSIZE;
/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dos_errno.c306 #ifdef EMSGSIZE
307 return (EMSGSIZE);
/macosx-10.10.1/apr-32/apr/apr/file_io/os2/
H A Dmaperrorcode.c46 { SOCEMSGSIZE, EMSGSIZE },
/macosx-10.10.1/BerkeleyDB-21/db/clib/
H A Dstrerror.c139 ERRSTR(EMSGSIZE, "Message too long");
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h120 #define EMSGSIZE WSAEMSGSIZE macro
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Derrno.d103 inline int EMSGSIZE = 40;
104 #pragma D binding "1.0" EMSGSIZE
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Derrno.h139 #define EMSGSIZE 40 /* Message too long */ macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_setup_once.h473 #undef EMSGSIZE /* override definition in errno.h */ macro
474 #define EMSGSIZE WSAEMSGSIZE macro
/macosx-10.10.1/ppp-786.1.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_proto.c241 error = EMSGSIZE;
259 error = EMSGSIZE;
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinPort.h126 #ifndef EMSGSIZE
127 # define EMSGSIZE 97 /* Message too long */ macro

Completed in 322 milliseconds

1234