Searched refs:ETOOMANYREFS (Results 1 – 4 of 4) sorted by relevance
95 ETOOMANYREFS = 0x4000003b, /* Too many references: cannot splice */ enumerator293 #define ETOOMANYREFS 0x4000003b macro
291 #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()
409 #ifdef ETOOMANYREFS410 _S(ETOOMANYREFS, N_("Too many references: cannot splice"))
595 @deftypevr Macro int ETOOMANYREFS597 @errno{ETOOMANYREFS, 59, Too many references: cannot splice}