Searched refs:ENOMSG (Results 1 – 25 of 39) sorted by relevance
12
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| D | system_error.cc | 220 #ifdef ENOMSG in default_error_condition() 221 case ENOMSG: in default_error_condition()
|
| /dragonfly/contrib/grep/lib/ |
| HD | strerror-override.c | 220 case ENOMSG: in strerror_override()
|
| /dragonfly/sys/sys/ |
| HD | errno.h | 180 #define ENOMSG 83 /* No message of desired type */ macro
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | strerror.c | 181 #if defined (ENOMSG) 182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | strerror.c | 181 #if defined (ENOMSG) 182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | strerror.c | 181 #if defined (ENOMSG) 182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | strerror.c | 181 #if defined (ENOMSG) 182 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
|
| /dragonfly/lib/libc/nls/ |
| HD | mn_Cyrl_MN.UTF-8.msg | 170 $ ENOMSG
|
| HD | el_GR.ISO8859-7.msg | 172 $ ENOMSG
|
| HD | uk_UA.UTF-8.msg | 172 $ ENOMSG
|
| HD | be_BY.UTF-8.msg | 172 $ ENOMSG
|
| HD | ru_RU.KOI8-R.msg | 174 $ ENOMSG
|
| HD | zh_Hans_CN.GB2312.msg | 168 $ ENOMSG
|
| HD | ja_JP.UTF-8.msg | 172 $ ENOMSG
|
| HD | ja_JP.eucJP.msg | 172 $ ENOMSG
|
| HD | zh_Hans_CN.GB18030.msg | 168 $ ENOMSG
|
| HD | ko_KR.UTF-8.msg | 172 $ ENOMSG
|
| HD | zh_Hans_CN.UTF-8.msg | 168 $ ENOMSG
|
| HD | ko_KR.eucKR.msg | 172 $ ENOMSG
|
| HD | de_DE.ISO8859-1.msg | 172 $ ENOMSG
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/ |
| D | error_constants.h | 99 no_message = ENOMSG, in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/ |
| D | error_constants.h | 99 no_message = ENOMSG, in _GLIBCXX_VISIBILITY()
|
| /dragonfly/sys/vfs/fuse/ |
| HD | fuse_device.c | 202 return ENOMSG; in fuse_device_write()
|
| /dragonfly/lib/libsdp/ |
| HD | search.c | 194 ss->error = ENOMSG; in sdp_search()
|
| /dragonfly/sys/kern/ |
| HD | sysv_msg.c | 944 #ifdef ENOMSG in sys_msgrcv() 945 eval = ENOMSG; in sys_msgrcv()
|
12