/third_party/musl/src/network/ |
D | ns_parse.c | 76 errno = EMSGSIZE; in ns_initparse() 100 errno = EMSGSIZE; in ns_skiprr() 159 errno = EMSGSIZE; in ns_parserr() 168 if (r < 0) errno = EMSGSIZE; in ns_name_uncompress()
|
/third_party/lwip/src/core/distributed_net/ |
D | udp_transmit.c | 45 set_errno(EMSGSIZE); in get_msg_data_len() 50 set_errno(EMSGSIZE); in get_msg_data_len() 61 set_errno(EMSGSIZE); in udp_transmit_sendto()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | ns_parse.c | 149 EXPECT_EQ("ns_name_uncompress_0200", errno, EMSGSIZE); in ns_name_uncompress_0200() 164 EXPECT_EQ("ns_name_uncompress_0200", errno, EMSGSIZE); in ns_name_uncompress_0300() 197 EXPECT_EQ("ns_initparse_0200", errno, EMSGSIZE); in ns_initparse_0200() 202 EXPECT_EQ("ns_initparse_0200", errno, EMSGSIZE); in ns_initparse_0200()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 59 #ifndef EMSGSIZE 60 #define EMSGSIZE (MHDW32ERRBASE+6) macro
|
/third_party/boost/boost/ |
D | cerrno.hpp | 65 #ifndef EMSGSIZE 66 #define EMSGSIZE 9913 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 18 #undef EMSGSIZE 19 #define EMSGSIZE WSAEMSGSIZE macro
|
/third_party/glib/gio/ |
D | gioerror.c | 275 #ifdef EMSGSIZE in g_io_error_from_errno() 276 case EMSGSIZE: in g_io_error_from_errno()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 60 EMSGSIZE, "EMSGSIZE", EMSGSIZE}, {
|
D | 4-1.c | 55 EMSGSIZE, "EMSGSIZE"}, {
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 54 case WSAEMSGSIZE: return EMSGSIZE; in MHD_W32_errno_from_winsock_() 124 case EMSGSIZE: in MHD_W32_strerror_() 432 case EMSGSIZE: in MHD_W32_set_last_winsock_error_()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 405 #undef EMSGSIZE /* override definition in errno.h */ 406 #define EMSGSIZE WSAEMSGSIZE macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
D | 14-1.c | 58 if (errno != EMSGSIZE) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
D | 14-1.c | 63 if (errno != EMSGSIZE) { in main()
|
/third_party/libuv/include/uv/ |
D | errno.h | 203 #if defined(EMSGSIZE) && !defined(_WIN32) 204 # define UV__EMSGSIZE UV__ERR(EMSGSIZE)
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/ |
D | 12-1.c | 61 if (EMSGSIZE != errno) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
D | 15-1.c | 64 if (EMSGSIZE != errno) { in main()
|
/third_party/node/deps/cares/src/lib/ |
D | inet_net_pton.c | 184 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv4() 379 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv6()
|
D | setup_once.h | 466 #undef EMSGSIZE /* override definition in errno.h */ 467 #define EMSGSIZE WSAEMSGSIZE macro
|
/third_party/python/Modules/ |
D | errnomodule.c | 24 #undef EMSGSIZE 219 #ifdef EMSGSIZE in errno_exec() 220 add_errcode("EMSGSIZE", EMSGSIZE, "Message too long"); in errno_exec()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 91 #define EMSGSIZE 90 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 141 #define EMSGSIZE 90 /* Message too long */ macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 90 #define EMSGSIZE 90 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 89 #define EMSGSIZE 97 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 90 #define EMSGSIZE 90 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 91 #define EMSGSIZE 90 macro
|