Searched refs:ENOMSG (Results 1 – 25 of 28) sorted by relevance
12
| /netbsd/src/sys/rump/include/rump/ |
| D | rumperrno2host.h | 348 #ifdef ENOMSG in rump_errno2host() 350 return ENOMSG; in rump_errno2host()
|
| /netbsd/src/lib/librumpuser/ |
| D | rumpuser_errtrans.c | 276 #ifdef ENOMSG in rumpuser__errtrans() 277 case ENOMSG : return 83; in rumpuser__errtrans()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | target-newlib-errno.c | 260 #ifdef ENOMSG 261 { "ENOMSG", ENOMSG, 35 },
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/ |
| D | nested.c | 50 #ifndef ENOMSG 51 #define ENOMSG ENOENT macro 720 errno = ENOMSG; in optionLoadNested() 769 errno = ENOMSG; in optionLoadNested()
|
| /netbsd/src/external/cddl/osnet/lib/libdtrace/ |
| D | errno.d | 205 inline int ENOMSG = 83; variable 206 #pragma D binding "1.0" ENOMSG
|
| /netbsd/src/sys/sys/ |
| D | errno.h | 145 #define ENOMSG 83 /* No message of desired type */ macro
|
| /netbsd/src/lib/libc/nls/ |
| D | catgets.c | 111 errno = ENOMSG; in __weak_alias()
|
| D | Pig.msg | 166 $ ENOMSG
|
| D | C.msg | 166 $ ENOMSG
|
| D | nl.msg | 166 $ ENOMSG
|
| D | de.msg | 166 $ ENOMSG
|
| D | pl.msg | 166 $ ENOMSG
|
| D | sk.msg | 166 $ ENOMSG
|
| D | ca.msg | 166 $ ENOMSG
|
| D | cs.msg | 166 $ ENOMSG
|
| D | es.msg | 166 $ ENOMSG
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | strerror.c | 181 #if defined (ENOMSG) 182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | strerror.c | 181 #if defined (ENOMSG) 182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | strerror.c | 181 #if defined (ENOMSG) 182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
| D | error_constants.h | 99 no_message = ENOMSG, in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/tests/include/ |
| D | t_errno.c | 471 #ifdef ENOMSG in ATF_TC_BODY()
|
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_msgrcv.c | 166 ATF_REQUIRE_ERRNO(ENOMSG, msgrcv(id, &msg, in ATF_TC_BODY()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | linux-targ-map.h | 1450 #ifdef ENOMSG 1452 { "ENOMSG", ENOMSG, TARGET_LINUX_ENOMSG },
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | traps.c | 438 #ifdef ENOMSG 439 { "ENOMSG", ENOMSG, 42 },
|
| /netbsd/src/sys/kern/ |
| D | sysv_msg.c | 1147 error = ENOMSG; in msgrcv1()
|
12