/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"}, {
|
D | 3-1-buildonly.c | 63 int dummy50 = ENOMSG;
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 358 # ifndef ENOMSG 359 # define ENOMSG 122 macro 550 no_message_available = ENOMSG, 552 no_message = ENOMSG,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 209 #ifndef ENOMSG 210 #error ENOMSG not defined
|
/external/strace/tests-mx32/ |
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/strace/tests/ |
D | errno2name.c | 300 #ifdef ENOMSG in errno2name() 301 CASE(ENOMSG); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 23 #define ENOMSG 42 /* No message of desired type */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 18 #define ENOMSG 35 /* No message of desired type */ macro
|
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv04.c | 88 MSGSIZE, 2, IPC_NOWAIT, ENOMSG}
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 43 ENOMSG = 35 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 48 #define ENOMSG 42 /* No message of desired type */ macro
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
D | msg_comm.c | 89 if (n == -1 && errno != ENOMSG) { in chld1_msg()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 158 case ENOMSG: // No message of the desired type in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 47 ENOMSG = 35 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 374 #ifdef ENOMSG 375 { "ENOMSG", (unsigned long) ENOMSG },
|
/external/u-boot/lib/ |
D | errno_str.c | 56 ERRNO_MSG(ENOMSG, "No message of desired type"),
|
/external/ltp/lib/ |
D | errnos.h | 75 PAIR(ENOMSG) in tst_strerrno()
|
/external/u-boot/tools/ |
D | image-host.c | 476 return -ENOMSG; in fit_config_get_hash_list() 485 return -ENOMSG; in fit_config_get_hash_list()
|
/external/linux-kselftest/tools/testing/selftests/ipc/ |
D | msgque.c | 90 if (errno == ENOMSG) in check_and_destroy_queue()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 75 ERROR_ENTRY(ENOMSG), // No message of desired type
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 61 static_assert(static_cast<int>(std::errc::no_message) == ENOMSG, ""); in main()
|