Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h102 ENOTEMPTY = 0x40000042, /* Directory not empty */ enumerator
300 #define ENOTEMPTY 0x40000042 macro
/glibc-2.36/stdio-common/
Dtest-strerr.c321 #ifdef ENOTEMPTY in do_test()
322 TEST_COMPARE_STRING (strerrordesc_np (ENOTEMPTY), "Directory not empty"); in do_test()
323 TEST_COMPARE_STRING (strerrorname_np (ENOTEMPTY), "ENOTEMPTY"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h447 #ifdef ENOTEMPTY
451 _S(ENOTEMPTY, N_("Directory not empty"))
/glibc-2.36/conform/data/
Derrno.h-data93 macro-int-constant ENOTEMPTY {int} > 0
/glibc-2.36/manual/
Derrno.texi641 @deftypevr Macro int ENOTEMPTY
643 @errno{ENOTEMPTY, 66, Directory not empty}
Dfilesys.texi1560 @item ENOTEMPTY
1566 the other. @gnulinuxhurdsystems{} always use @code{ENOTEMPTY}.
1645 @item ENOTEMPTY
1648 @code{ENOTEMPTY} for this, but some other systems return @code{EEXIST}.
/glibc-2.36/ChangeLog.old/
DChangeLog.1883969 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.