Searched refs:EMULTIHOP (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | errno.h | 129 EMULTIHOP = 0x4000006d, /* Multihop attempted */ enumerator 327 #define EMULTIHOP 0x4000006d macro
|
/glibc-2.36/stdio-common/ |
D | test-strerr.c | 362 #ifdef EMULTIHOP in do_test() 363 TEST_COMPARE_STRING (strerrordesc_np (EMULTIHOP), "Multihop attempted"); in do_test() 364 TEST_COMPARE_STRING (strerrorname_np (EMULTIHOP), "EMULTIHOP"); in do_test()
|
/glibc-2.36/sysdeps/gnu/ |
D | errlist.h | 510 #ifdef EMULTIHOP 511 _S(EMULTIHOP, N_("Multihop attempted"))
|
/glibc-2.36/conform/data/ |
D | errno.h-data | 59 macro-int-constant EMULTIHOP {int} > 0
|
/glibc-2.36/manual/ |
D | errno.texi | 849 @deftypevr Macro int EMULTIHOP 851 @errno{EMULTIHOP, 109, Multihop attempted}
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 3346 * manual/errno.texi (EBADMSG, EIDRM, EMULTIHOP, ENODATA, ENOLINK,
|
D | ChangeLog.18 | 74023 [POSIX] (EMULTIHOP): Likewise. 83948 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
|