Home
last modified time | relevance | path

Searched refs:ENOMSG (Results 1 – 25 of 40) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv02.c59 {&queue_id, &rcv_buf, MSGSIZE, 3, IPC_NOWAIT, 0, ENOMSG},
60 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT, 0, ENOMSG},
61 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT | MSG_EXCEPT, 0, ENOMSG},
Dmsgrcv03.c52 {ENOMSG, IPC_NOWAIT, 2,
/third_party/musl/src/locale/
Dcatgets.c27 errno = ENOMSG; in catgets()
34 errno = ENOMSG; in catgets()
/third_party/boost/boost/
Dcerrno.hpp93 #ifndef ENOMSG
94 #define ENOMSG 9920 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c79 ENOMSG, "ENOMSG", ENOMSG}, {
D4-1.c74 ENOMSG, "ENOMSG"}, {
D3-1-buildonly.c63 static int dummy50 = ENOMSG;
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h43 #define ENOMSG 42 macro
/third_party/lwip/src/include/lwip/
Derrno.h89 #define ENOMSG 42 /* No message of desired type */ macro
/third_party/musl/arch/powerpc/bits/
Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/arch/mips/bits/
Derrno.h35 #define ENOMSG 35 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h43 #define ENOMSG 42 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h35 #define ENOMSG 35 macro
/third_party/musl/arch/mips64/bits/
Derrno.h35 #define ENOMSG 35 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h43 #define ENOMSG 42 macro
/third_party/musl/arch/generic/bits/
Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h43 #define ENOMSG 42 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h42 #define ENOMSG 42 macro
/third_party/ltp/testcases/kernel/containers/sysvipc/
Dmsg_comm.c89 if (n == -1 && errno != ENOMSG) { in chld1_msg()
/third_party/musl/libc-test/src/api/
Derrno.c57 C(ENOMSG) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h67 E(ENOMSG, "No message of desired type")
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h67 E(ENOMSG, "No message of desired type")
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h67 E(ENOMSG, "No message of desired type")
/third_party/musl/src/errno/
D__strerror.h67 E(ENOMSG, "No message of desired type")

12