Searched refs:ENOMSG (Results 1 - 12 of 12) sorted by relevance

/haiku/src/build/libroot/
H A Derrors.cpp75 #ifdef ENOMSG
76 ADD_ERROR(ENOMSG);
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c490 case ENOMSG:
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c176 #if defined (ENOMSG)
177 ENTRY(ENOMSG, "ENOMSG", "No message of desired type"),
/haiku/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp199 assert_posix_bool_success(errno == ENOMSG);
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp232 // evaluate the string for spaminess. Note that it can return ENOMSG
249 if (errorCode == ENOMSG && fNoWordsMeansSpam)
/haiku/headers/build/os/support/
H A DErrors.h363 #undef ENOMSG macro
449 #define ENOMSG HAIKU_ENOMSG macro
/haiku/src/bin/
H A Derror.c249 E(ENOMSG),
/haiku/headers/os/support/
H A DErrors.h168 #define ENOMSG B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 39) macro
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp745 return ENOMSG;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c340 return ENOMSG;
362 return ENOMSG;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h625 #define ENOMSG FSSH_ENOMSG macro
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3334 /* ENOMSG usually means no message found in queue, but I'm using it to show
3338 ErrorCode = ENOMSG;

Completed in 169 milliseconds