Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h103 EPROCLIM = 0x40000043, /* Too many processes */ enumerator
301 #define EPROCLIM 0x40000043 macro
/glibc-2.36/stdio-common/
Dtest-strerr.c643 #ifdef EPROCLIM in do_test()
644 TEST_COMPARE_STRING (strerrordesc_np (EPROCLIM), "Too many processes"); in do_test()
645 TEST_COMPARE_STRING (strerrorname_np (EPROCLIM), "EPROCLIM"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h716 #ifdef EPROCLIM
721 _S(EPROCLIM, N_("Too many processes"))
/glibc-2.36/manual/
Derrno.texi648 @deftypevr Macro int EPROCLIM
650 @errno{EPROCLIM, 67, Too many processes}