/third_party/lwip/src/core/distributed_net/ |
H A D | udp_transmit.c | 50 set_errno(EMSGSIZE); in get_msg_data_len() 55 set_errno(EMSGSIZE); in get_msg_data_len() 66 set_errno(EMSGSIZE); in udp_transmit_sendto()
|
/third_party/musl/src/network/ |
H A 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/musl/libc-test/src/functionalext/supplement/network/ |
H A 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/rust/crates/nix/src/ |
H A D | errno.rs | 195 EMSGSIZE => "Message too long", 1212 EMSGSIZE = libc::EMSGSIZE, 1357 libc::EMSGSIZE => EMSGSIZE, 1454 EMSGSIZE = libc::EMSGSIZE, 1572 libc::EMSGSIZE => EMSGSIZE, 1690 EMSGSIZE [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 59 #ifndef EMSGSIZE 60 #define EMSGSIZE (MHDW32ERRBASE+6) macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | inet_net_pton.c | 204 SET_ERRNO(EMSGSIZE); in ares_inet_net_pton_ipv4() 363 SET_ERRNO(EMSGSIZE); in ares_inet_net_pton_ipv6() 389 SET_ERRNO(EMSGSIZE); in ares_inet_net_pton_ipv6()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 60 EMSGSIZE, "EMSGSIZE", EMSGSIZE}, {
|
H A D | 4-1.c | 55 EMSGSIZE, "EMSGSIZE"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 18 #undef EMSGSIZE macro 19 #define EMSGSIZE WSAEMSGSIZE macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A 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/ |
H A D | curl_setup_once.h | 339 #undef EMSGSIZE /* override definition in errno.h */ macro 340 #define EMSGSIZE WSAEMSGSIZE macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 203 #if defined(EMSGSIZE) && !defined(_WIN32) 204 # define UV__EMSGSIZE UV__ERR(EMSGSIZE)
|
/third_party/node/deps/uv/include/uv/ |
H A 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_send/ |
H A D | 14-1.c | 10 * 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"); in main() 58 if (errno != EMSGSIZE) { in main() 59 printf("errno != EMSGSIZE\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 14-1.c | 10 * 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"); in main() 63 if (errno != EMSGSIZE) { in main() 64 printf("errno != EMSGSIZE\n"); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/ |
H A D | 12-1.c | 11 * mq_receive will return EMSGSIZE when msg_len is less than the 61 if (EMSGSIZE != errno) { in main() 62 printf("errno != EMSGSIZE \n"); in main()
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 24 #undef EMSGSIZE macro 219 #ifdef EMSGSIZE in errno_exec() 220 add_errcode("EMSGSIZE", EMSGSIZE, "Message too long"); in errno_exec() 223 add_errcode("EMSGSIZE", WSAEMSGSIZE, "Message too long"); in errno_exec()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 91 #define EMSGSIZE 90 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 91 #define EMSGSIZE 90 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 91 #define EMSGSIZE 90 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 90 #define EMSGSIZE 90 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 91 #define EMSGSIZE 90 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
H A D | 15-1.c | 11 * mq_timedreceive will return EMSGSIZE when msg_len is less than the 64 if (EMSGSIZE != errno) { in main() 65 printf("errno != EMSGSIZE\n"); in main()
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 141 #define EMSGSIZE 90 /* Message too long */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 90 #define EMSGSIZE 90 macro
|