Searched refs:ENOMSG (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | errno.h | 132 ENOMSG = 0x40000070, /* No message of desired type */ enumerator 330 #define ENOMSG 0x40000070 macro
|
/glibc-2.36/stdio-common/ |
D | test-strerr.c | 374 #ifdef ENOMSG in do_test() 375 TEST_COMPARE_STRING (strerrordesc_np (ENOMSG), in do_test() 377 TEST_COMPARE_STRING (strerrorname_np (ENOMSG), "ENOMSG"); in do_test()
|
/glibc-2.36/sysdeps/gnu/ |
D | errlist.h | 519 #ifdef ENOMSG 520 _S(ENOMSG, N_("No message of desired type"))
|
/glibc-2.36/sysvipc/ |
D | test-sysvmsg.c | 113 && errno != ENOMSG) in do_test()
|
/glibc-2.36/catgets/ |
D | catgets.c | 112 __set_errno (ENOMSG); in catgets()
|
/glibc-2.36/conform/data/ |
D | errno.h-data | 80 macro-int-constant ENOMSG {int} > 0
|
/glibc-2.36/manual/ |
D | errno.texi | 864 @deftypevr Macro int ENOMSG 866 @errno{ENOMSG, 112, No message of desired type}
|
D | message.texi | 250 @item ENOMSG
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 3347 ENOMSG, ENOSR, ENOSTR, EOVERFLOW, EPROTO, ETIME): Redesignate as 3747 Set errno to ENOMSG when translation is not available.
|
D | ChangeLog.9 | 5933 * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
|
D | ChangeLog.7 | 787 * sysdeps/generic/bits/errno.h (ENOMSG): Define it.
|
D | ChangeLog.18 | 74029 [POSIX] (ENOMSG): Likewise. 83961 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
|