/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 60 EMSGSIZE, "EMSGSIZE", EMSGSIZE}, {
|
D | 4-1.c | 55 EMSGSIZE, "EMSGSIZE"}, {
|
D | 3-1-buildonly.c | 46 int dummy35 = EMSGSIZE;
|
/external/libcxx/include/ |
D | errno.h | 130 #ifndef EMSGSIZE 131 #define EMSGSIZE 9913 macro
|
D | __errc | 54 message_size, // EMSGSIZE 151 message_size = EMSGSIZE,
|
/external/u-boot/drivers/spi/ |
D | bcm63xx_spi.c | 219 return -EMSGSIZE; in bcm63xx_spi_xfer() 227 return -EMSGSIZE; in bcm63xx_spi_xfer() 262 return -EMSGSIZE; in bcm63xx_spi_xfer()
|
/external/webrtc/webrtc/base/ |
D | socket.h | 47 #undef EMSGSIZE 48 #define EMSGSIZE WSAEMSGSIZE macro
|
D | asynctcpsocket.cc | 141 socket_->SetError(EMSGSIZE); in SendRaw() 252 SetError(EMSGSIZE); in Send()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 151 #ifndef EMSGSIZE 152 #error EMSGSIZE not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 440 #undef EMSGSIZE /* override definition in errno.h */ 441 #define EMSGSIZE WSAEMSGSIZE macro
|
/external/u-boot/drivers/misc/ |
D | atsha204a-i2c.c | 187 return -EMSGSIZE; in atsha204a_recv_resp() 280 if (!res || res == -EMSGSIZE || res == -EBADMSG) in atsha204a_transaction()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
D | 14-1.c | 58 if (errno != EMSGSIZE) { in main()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 331 # ifndef EMSGSIZE 332 # define EMSGSIZE 115 macro 535 message_size = EMSGSIZE,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 237 #ifdef EMSGSIZE in errno2name() 238 CASE(EMSGSIZE); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 237 #ifdef EMSGSIZE in errno2name() 238 CASE(EMSGSIZE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 237 #ifdef EMSGSIZE in errno2name() 238 CASE(EMSGSIZE); in errno2name()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
D | 14-1.c | 63 if (errno != EMSGSIZE) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/ |
D | 12-1.c | 61 if (EMSGSIZE != errno) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
D | 15-1.c | 64 if (EMSGSIZE != errno) { in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 73 #define EMSGSIZE 90 /* Message too long */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 72 #define EMSGSIZE 97 /* Message too long */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 96 EMSGSIZE = 97 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 98 #define EMSGSIZE 90 /* Message too long */ macro
|
/external/webrtc/webrtc/p2p/base/ |
D | asyncstuntcpsocket.cc | 54 SetError(EMSGSIZE); in Send()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 101 EMSGSIZE = 97 variable
|