Home
last modified time | relevance | path

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

1234

/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/curl/lib/
Dcurl_setup_once.h440 #undef EMSGSIZE /* override definition in errno.h */
441 #define EMSGSIZE WSAEMSGSIZE macro
/external/u-boot/drivers/misc/
Datsha204a-i2c.c187 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/
D14-1.c58 if (errno != EMSGSIZE) { in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h331 # ifndef EMSGSIZE
332 # define EMSGSIZE 115 macro
535 message_size = EMSGSIZE,
/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/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/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/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h72 #define EMSGSIZE 97 /* Message too long */ macro
/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/webrtc/webrtc/p2p/base/
Dasyncstuntcpsocket.cc54 SetError(EMSGSIZE); in Send()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py101 EMSGSIZE = 97 variable

1234