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

123

/haiku-fatelf/src/kits/network/libbind/nameser/
H A Dns_name.c112 errno = EMSGSIZE;
117 errno = EMSGSIZE;
123 errno = EMSGSIZE; /*%< XXX */
127 errno = EMSGSIZE;
140 errno = EMSGSIZE;
150 errno = EMSGSIZE;
157 errno = EMSGSIZE;
166 errno = EMSGSIZE;
175 errno = EMSGSIZE;
181 errno = EMSGSIZE;
[all...]
H A Dns_parse.c88 RETERR(EMSGSIZE);
92 RETERR(EMSGSIZE);
99 RETERR(EMSGSIZE);
111 RETERR(EMSGSIZE);
114 RETERR(EMSGSIZE);
118 RETERR(EMSGSIZE);
134 RETERR(EMSGSIZE);
175 RETERR(EMSGSIZE);
184 RETERR(EMSGSIZE);
188 RETERR(EMSGSIZE);
[all...]
H A Dns_rdata.c50 errno = EMSGSIZE; \
62 errno = EMSGSIZE; \
73 errno = EMSGSIZE; \
134 errno = EMSGSIZE;
164 errno = EMSGSIZE; \
239 errno = EMSGSIZE; \
290 errno = EMSGSIZE;
H A Dns_samedomain.c170 errno = EMSGSIZE;
H A Dns_newmsg.c133 errno = EMSGSIZE;
171 errno = EMSGSIZE;
239 errno = EMSGSIZE;
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dhesiod.c363 errno = EMSGSIZE;
372 errno = EMSGSIZE;
389 errno = EMSGSIZE;
404 errno = EMSGSIZE;
409 errno = EMSGSIZE;
419 errno = EMSGSIZE;
435 errno = EMSGSIZE;
443 errno = EMSGSIZE;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/errno_h/
H A D3-2.c47 {EMSGSIZE,"EMSGSIZE",EMSGSIZE},{EMULTIHOP,"EMULTIHOP",EMULTIHOP},
H A D4-1.c43 {EMSGSIZE,"EMSGSIZE"},{EMULTIHOP,"EMULTIHOP"},
H A D3-1.c42 int dummy35 = EMSGSIZE;
/haiku-fatelf/src/bin/coreutils/lib/
H A Derrno.in.h51 # define EMSGSIZE 10040 macro
H A Dstrerror.c67 case EMSGSIZE:
181 /* WSAEMSGSIZE is EMSGSIZE */
/haiku-fatelf/src/bin/network/tcpdump/win32/Include/
H A Derrno.h95 #define EMSGSIZE 90 /* Message too long */ macro
/haiku-fatelf/src/bin/network/wget/lib/
H A Derrno.in.h48 # define EMSGSIZE 10040 macro
H A Dstrerror.c67 case EMSGSIZE:
181 /* WSAEMSGSIZE is EMSGSIZE */
/haiku-fatelf/src/kits/network/libbind/inet/
H A Dinet_neta.c85 errno = EMSGSIZE;
H A Dinet_net_ntop.c147 errno = EMSGSIZE;
275 errno = EMSGSIZE;
H A Dinet_cidr_ntop.c148 errno = EMSGSIZE;
234 errno = EMSGSIZE;
256 errno = EMSGSIZE;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_receive/
H A D12-1.c11 * mq_receive will return EMSGSIZE when msg_len is less than the
62 if (EMSGSIZE != errno) {
63 printf("errno != EMSGSIZE \n");
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_send/
H A D14-1.c10 * Test that EMSGSIZE is returned if msg_len is not <= mq_attr->mq_msgsize.
54 printf("mq_send() did not return -1 for EMSGSIZE\n");
58 if (errno != EMSGSIZE) {
59 printf("errno != EMSGSIZE\n");
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_timedreceive/
H A D15-1.c11 * mq_timedreceive will return EMSGSIZE when msg_len is less than the
65 if (EMSGSIZE != errno) {
66 printf("errno != EMSGSIZE \n");
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_timedsend/
H A D14-1.c10 * Test that EMSGSIZE is returned if msg_len is not <= mq_attr->mq_msgsize.
59 printf("mq_timedsend() didn't ret -1 for EMSGSIZE\n");
63 if (errno != EMSGSIZE) {
64 printf("errno != EMSGSIZE\n");
/haiku-fatelf/src/tools/docbook/libxml2/include/
H A Dwsockcompat.h44 #define EMSGSIZE WSAEMSGSIZE macro
/haiku-fatelf/src/add-ons/kernel/bluetooth/hci/
H A Dacl.cpp45 return (EMSGSIZE);
102 return (EMSGSIZE);
/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.h177 #define EMSGSIZE WSAEMSGSIZE macro
/haiku-fatelf/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_lower.cpp59 return EMSGSIZE;
82 return EMSGSIZE;

Completed in 284 milliseconds

123