/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv02.c | 59 {&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},
|
D | msgrcv03.c | 52 {ENOMSG, IPC_NOWAIT, 2,
|
/third_party/musl/src/locale/ |
D | catgets.c | 27 errno = ENOMSG; in catgets() 34 errno = ENOMSG; in catgets()
|
/third_party/boost/boost/ |
D | cerrno.hpp | 93 #ifndef ENOMSG 94 #define ENOMSG 9920 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 79 ENOMSG, "ENOMSG", ENOMSG}, {
|
D | 4-1.c | 74 ENOMSG, "ENOMSG"}, {
|
D | 3-1-buildonly.c | 63 static int dummy50 = ENOMSG;
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 43 #define ENOMSG 42 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 89 #define ENOMSG 42 /* No message of desired type */ macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 42 #define ENOMSG 42 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 35 #define ENOMSG 35 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 42 #define ENOMSG 42 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 43 #define ENOMSG 42 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 35 #define ENOMSG 35 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 35 #define ENOMSG 35 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 43 #define ENOMSG 42 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 42 #define ENOMSG 42 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 43 #define ENOMSG 42 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 42 #define ENOMSG 42 macro
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | msg_comm.c | 89 if (n == -1 && errno != ENOMSG) { in chld1_msg()
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 57 C(ENOMSG) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 67 E(ENOMSG, "No message of desired type")
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 67 E(ENOMSG, "No message of desired type")
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 67 E(ENOMSG, "No message of desired type")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 67 E(ENOMSG, "No message of desired type")
|