Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 25 of 105) sorted by relevance

12345

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c60 EMSGSIZE, "EMSGSIZE", EMSGSIZE}, {
D4-1.c55 EMSGSIZE, "EMSGSIZE"}, {
D3-1-buildonly.c46 int dummy35 = EMSGSIZE;
/external/libcxx/include/
Derrno.h130 #ifndef EMSGSIZE
131 #define EMSGSIZE 9913 macro
D__errc54 message_size, // EMSGSIZE
151 message_size = EMSGSIZE,
/external/u-boot/drivers/spi/
Dbcm63xx_spi.c219 return -EMSGSIZE; in bcm63xx_spi_xfer()
227 return -EMSGSIZE; in bcm63xx_spi_xfer()
262 return -EMSGSIZE; in bcm63xx_spi_xfer()
/external/webrtc/webrtc/base/
Dsocket.h47 #undef EMSGSIZE
48 #define EMSGSIZE WSAEMSGSIZE macro
Dasynctcpsocket.cc141 socket_->SetError(EMSGSIZE); in SendRaw()
252 SetError(EMSGSIZE); in Send()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp151 #ifndef EMSGSIZE
152 #error EMSGSIZE not defined
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
D14-1.c58 if (errno != EMSGSIZE) { in main()
/external/curl/lib/
Dcurl_setup_once.h440 #undef EMSGSIZE /* override definition in errno.h */
441 #define EMSGSIZE WSAEMSGSIZE macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
D14-1.c63 if (errno != EMSGSIZE) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
D12-1.c61 if (EMSGSIZE != errno) { in main()
/external/u-boot/drivers/misc/
Datsha204a-i2c.c188 return -EMSGSIZE; in atsha204a_recv_resp()
281 if (!res || res == -EMSGSIZE || res == -EBADMSG) in atsha204a_transaction()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
D15-1.c64 if (EMSGSIZE != errno) { in main()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h73 #define EMSGSIZE 90 /* Message too long */ macro
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h94 #define EMSGSIZE 40 /* Message too long */ macro
/external/strace/tests-mx32/
Derrno2name.c237 #ifdef EMSGSIZE in errno2name()
238 CASE(EMSGSIZE); in errno2name()
/external/strace/tests-m32/
Derrno2name.c237 #ifdef EMSGSIZE in errno2name()
238 CASE(EMSGSIZE); in errno2name()
/external/strace/tests/
Derrno2name.c237 #ifdef EMSGSIZE in errno2name()
238 CASE(EMSGSIZE); in errno2name()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py96 EMSGSIZE = 97 variable
/external/u-boot/include/linux/
Derrno.h98 #define EMSGSIZE 90 /* Message too long */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py101 EMSGSIZE = 97 variable
/external/webrtc/webrtc/p2p/base/
Dasyncstuntcpsocket.cc54 SetError(EMSGSIZE); in Send()
/external/ltp/testcases/kernel/syscalls/mq_timedreceive/
Dmq_timedreceive01.c69 .err = EMSGSIZE,

12345