Searched refs:EPROTO (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | errno.h | 136 EPROTO = 0x40000074, /* Protocol error */ enumerator 334 #define EPROTO 0x40000074 macro
|
/glibc-2.36/stdio-common/ |
D | test-strerr.c | 392 #ifdef EPROTO in do_test() 393 TEST_COMPARE_STRING (strerrordesc_np (EPROTO), "Protocol error"); in do_test() 394 TEST_COMPARE_STRING (strerrorname_np (EPROTO), "EPROTO"); in do_test()
|
/glibc-2.36/sysdeps/gnu/ |
D | errlist.h | 531 #ifdef EPROTO 532 _S(EPROTO, N_("Protocol error"))
|
/glibc-2.36/conform/data/ |
D | errno.h-data | 107 macro-int-constant EPROTO {int} > 0
|
/glibc-2.36/manual/ |
D | errno.texi | 884 @deftypevr Macro int EPROTO 886 @errno{EPROTO, 116, Protocol error}
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 3347 ENOMSG, ENOSR, ENOSTR, EOVERFLOW, EPROTO, ETIME): Redesignate as
|
D | ChangeLog.18 | 74037 [POSIX] (EPROTO): Likewise. 83978 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
|