Searched refs:ENOTEMPTY (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dtcpip.h59 # if ENOTEMPTY != 39
60 # error "ENOTEMPTY: value unknown"
63 # undef ENOTEMPTY macro
66 # undef ENOTEMPTY macro
68 # define ENOTEMPTY 39 macro
/openbsd-current/gnu/llvm/libcxx/include/
H A Derrno.h289 #ifndef ENOTEMPTY
290 #define ENOTEMPTY 9953 macro
/openbsd-current/sys/sys/
H A Derrno.h130 #define ENOTEMPTY 66 /* Directory not empty */ macro
/openbsd-current/gnu/usr.bin/perl/h2pl/eg/sys/
H A Derrno.pl66 $ENOTEMPTY = 0x42;
/openbsd-current/gnu/lib/libiberty/src/
H A Dstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dfileio.c45 2) newpath is a non-empty directory. - ENOTEMPTY or EEXIST
479 #ifdef ENOTEMPTY
480 case ENOTEMPTY: return "ENOTEMPTY";
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dstrerror.c332 #if defined (ENOTEMPTY)
333 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/openbsd-current/gnu/usr.bin/cvs/emx/
H A Dfilesubr.c463 if (errno == ENOTEMPTY
466 (it defines ENOTEMPTY and EEXIST to 17 but actually
468 || (ENOTEMPTY == 17 && EEXIST == 17 && errno == 87))
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dfilesubr.c484 if (errno == ENOTEMPTY
487 (it defines ENOTEMPTY and EEXIST to 17 but actually
489 || (ENOTEMPTY == 17 && EEXIST == 17 && errno == 87))
H A Dfileattr.c558 if (errno != ENOTEMPTY
/openbsd-current/gnu/usr.bin/perl/ext/Errno/
H A DErrno_pm.PL361 ENOTEMPTY ENOTSOCK ENOTTY ENXIO EOPNOTSUPP EPERM
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL46 ENOPROTOOPT ENOSPC ENOSR ENOSTR ENOSYS ENOTBLK ENOTCONN ENOTDIR ENOTEMPTY
/openbsd-current/usr.sbin/amd/amd/
H A Dutil.c574 if (errno != ENOTEMPTY &&
/openbsd-current/regress/sys/ffs/
H A Dfstest.c691 case ENOTEMPTY:
692 return ("ENOTEMPTY");
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t36 ENOTCONN ENOTDIR ENOTEMPTY ENOTRECOVERABLE ENOTSOCK ENOTSUP
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dfilesubr.c500 if (rmdir (path) != 0 && (errno == ENOTEMPTY || errno == EEXIST))
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dfilesubr.c503 /* ENOTEMPTY for NT (obvious) but EACCES for Win95 (not obvious) */
505 && (errno == ENOTEMPTY || errno == EACCES))
/openbsd-current/sys/tmpfs/
H A Dtmpfs_vnops.c860 error = ENOTEMPTY;
873 error = ENOTEMPTY;
1504 error = ((tde->td_node->tn_size > 0)? ENOTEMPTY : 0);
1798 error = tmpfs_rename_lock(mount, cred, ENOTEMPTY,
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32sck.c156 return ENOTEMPTY;
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm267 ENOTEMPTY ENOTRECOVERABLE ENOTSOCK ENOTSUP ENOTTY ENXIO
/openbsd-current/usr.sbin/smtpd/
H A Dutil.c303 if (errno == ENOTEMPTY || errno == EISDIR || errno == ENOTDIR) {
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_vnops.c721 error = ENOTEMPTY;
795 * count of three would cause a rmdir to fail with ENOTEMPTY.
1006 error = ENOTEMPTY;
/openbsd-current/sys/ufs/ufs/
H A Dufs_vnops.c947 error = ENOTEMPTY;
1233 error = ENOTEMPTY;
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_vnops.c854 * return ENOTEMPTY
1027 error = ENOTEMPTY;
1356 error = ENOTEMPTY;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c955 return ENOTEMPTY, some return EEXIST. We coerce that to be
957 if (errno == ENOTEMPTY)

Completed in 396 milliseconds

12