Home
last modified time | relevance | path

Searched refs:ETOOMANYREFS (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h95 ETOOMANYREFS = 0x4000003b, /* Too many references: cannot splice */ enumerator
293 #define ETOOMANYREFS 0x4000003b macro
/glibc-2.36/stdio-common/
Dtest-strerr.c291 #ifdef ETOOMANYREFS in do_test()
292 TEST_COMPARE_STRING (strerrordesc_np (ETOOMANYREFS), in do_test()
294 TEST_COMPARE_STRING (strerrorname_np (ETOOMANYREFS), "ETOOMANYREFS"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h409 #ifdef ETOOMANYREFS
410 _S(ETOOMANYREFS, N_("Too many references: cannot splice"))
/glibc-2.36/manual/
Derrno.texi595 @deftypevr Macro int ETOOMANYREFS
597 @errno{ETOOMANYREFS, 59, Too many references: cannot splice}