Home
last modified time | relevance | path

Searched refs:ENOLCK (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h113 ENOLCK = 0x4000004d, /* No locks available */ enumerator
311 #define ENOLCK 0x4000004d macro
/glibc-2.36/stdio-common/
Dtest-strerr.c341 #ifdef ENOLCK in do_test()
342 TEST_COMPARE_STRING (strerrordesc_np (ENOLCK), "No locks available"); in do_test()
343 TEST_COMPARE_STRING (strerrorname_np (ENOLCK), "ENOLCK"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h481 #ifdef ENOLCK
487 _S(ENOLCK, N_("No locks available"))
/glibc-2.36/conform/data/
Derrno.h-data74 macro-int-constant ENOLCK {int} > 0
/glibc-2.36/manual/
Derrno.texi713 @deftypevr Macro int ENOLCK
715 @errno{ENOLCK, 77, No locks available}
Dllio.texi4199 @item ENOLCK
4415 @item ENOLCK
/glibc-2.36/ChangeLog.old/
DChangeLog.1883958 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.