/external/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,
|
/external/musl/src/locale/ |
D | catgets.c | 27 errno = ENOMSG; in catgets() 34 errno = ENOMSG; in catgets()
|
/external/rust/crates/nix/src/ |
D | errno.rs | 189 ENOMSG => "No message of desired type", in desc() 1165 ENOMSG = libc::ENOMSG, enumerator 1310 libc::ENOMSG => ENOMSG, in from_i32() 1505 ENOMSG = libc::ENOMSG, enumerator 1623 libc::ENOMSG => ENOMSG, in from_i32() 1733 ENOMSG = libc::ENOMSG, enumerator 1842 libc::ENOMSG => ENOMSG, in from_i32() 1950 ENOMSG = libc::ENOMSG, enumerator 2059 libc::ENOMSG => ENOMSG, in from_i32() 2172 ENOMSG = libc::ENOMSG, enumerator [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__system_error/ |
D | errc.h | 161 no_message_available = ENOMSG, in _LIBCPP_DECLARE_STRONG_ENUM() 163 no_message = ENOMSG, in _LIBCPP_DECLARE_STRONG_ENUM()
|
/external/libcxx/include/ |
D | __errc | 63 no_message, // ENOMSG 162 no_message_available = ENOMSG, 164 no_message = ENOMSG,
|
D | errno.h | 158 #ifndef ENOMSG 159 #define ENOMSG 9920 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 79 ENOMSG, "ENOMSG", ENOMSG}, {
|
D | 4-1.c | 74 ENOMSG, "ENOMSG"}, {
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | errno.h | 159 #ifndef ENOMSG 160 #define ENOMSG 9920 macro
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_tcp_hdr_options.c | 173 if (err == -ENOMSG) in synack_opt_len() 422 if (err && err != -ENOMSG) in handle_active_estab() 486 if (err && err != -ENOMSG) in handle_passive_estab() 590 if (err && err != -ENOMSG) in handle_parse_hdr()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 209 #ifndef ENOMSG 210 #error ENOMSG not defined
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 209 #ifndef ENOMSG 210 #error ENOMSG not defined
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
D | msg_comm.c | 57 if (TST_RET < 0 && TST_ERR != ENOMSG) in chld1_msg()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 300 #ifdef ENOMSG in errno2name() 301 CASE(ENOMSG); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 300 #ifdef ENOMSG in errno2name() 301 CASE(ENOMSG); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 300 #ifdef ENOMSG in errno2name() 301 CASE(ENOMSG); in errno2name()
|
/external/linux-kselftest/tools/testing/selftests/landlock/ |
D | base_test.c | 51 ASSERT_EQ(ENOMSG, errno); in TEST() 53 ASSERT_EQ(ENOMSG, errno); in TEST()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 149 #define ENOMSG 83 /* No message of desired type */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 23 #define ENOMSG 42 /* No message of desired type */ macro
|
/external/musl/arch/mipsn32/bits/ |
D | errno.h | 35 #define ENOMSG 35 macro
|
/external/musl/arch/mips/bits/ |
D | errno.h | 35 #define ENOMSG 35 macro
|
/external/musl/arch/mips64/bits/ |
D | errno.h | 35 #define ENOMSG 35 macro
|
/external/musl/arch/generic/bits/ |
D | errno.h | 42 #define ENOMSG 42 macro
|
/external/musl/arch/powerpc64/bits/ |
D | errno.h | 42 #define ENOMSG 42 macro
|