Home
last modified time | relevance | path

Searched refs:ENOTBLK (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h51 ENOTBLK = 0x4000000f, /* Block device required */ enumerator
248 #define ENOTBLK 0x4000000f macro
/glibc-2.36/stdio-common/
Dtest-strerr.c89 #ifdef ENOTBLK in do_test()
90 TEST_COMPARE_STRING (strerrordesc_np (ENOTBLK), "Block device required"); in do_test()
91 TEST_COMPARE_STRING (strerrorname_np (ENOTBLK), "ENOTBLK"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h98 #ifdef ENOTBLK
103 _S(ENOTBLK, N_("Block device required"))
/glibc-2.36/manual/
Derrno.texi230 @deftypevr Macro int ENOTBLK
232 @errno{ENOTBLK, 15, Block device required}
Dsysinfo.texi976 @item ENOTBLK