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

1234

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc246 #if defined ENOTEMPTY && (!defined EEXIST || ENOTEMPTY != EEXIST)
247 // AIX sometimes uses the same value for EEXIST and ENOTEMPTY
248 case ENOTEMPTY:
/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c225 #ifdef ENOTEMPTY
226 case ENOTEMPTY : return 66;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h280 #ifdef ENOTEMPTY
282 return ENOTEMPTY;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h287 #ifndef ENOTEMPTY
288 #define ENOTEMPTY 9953 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c209 #ifdef ENOTEMPTY
210 { "ENOTEMPTY", ENOTEMPTY, 90 },
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h95 XEN_ERRNO(ENOTEMPTY, 39) /* Directory not empty */
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dxs_wire.h87 XSD_ERROR(ENOTEMPTY),
/netbsd-current/sys/sys/
H A Derrno.h120 #define ENOTEMPTY 66 /* Directory not empty */ macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h61 directory_not_empty = ENOTEMPTY,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h61 directory_not_empty = ENOTEMPTY,
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dw32sock.h59 errno = ENOTEMPTY;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h63 directory_not_empty = ENOTEMPTY,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h63 directory_not_empty = ENOTEMPTY,
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d171 inline int ENOTEMPTY = 66;
172 #pragma D binding "1.0" ENOTEMPTY
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dremove.c131 else if (errno != ENOTEMPTY) /* Other errors are terminal. */
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h63 directory_not_empty = ENOTEMPTY,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h63 directory_not_empty = ENOTEMPTY,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h63 directory_not_empty = ENOTEMPTY,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h63 directory_not_empty = ENOTEMPTY,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc163 X (DIR_NOT_EMPTY, ENOTEMPTY);
433 #if defined ENOTEMPTY && (!defined EEXIST || ENOTEMPTY != EEXIST)
434 // AIX sometimes uses the same value for EEXIST and ENOTEMPTY
435 case ENOTEMPTY:
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Derrno.h287 #if defined(ENOTEMPTY) && !defined(_WIN32)
288 # define UV__ENOTEMPTY UV__ERR(ENOTEMPTY)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddirent-test.c162 if (errno == ENOTEMPTY) {
/netbsd-current/tests/fs/vfs/
H A Dt_union.c180 ATF_REQUIRE_ERRNO(ENOTEMPTY, rump_sys_rmdir(TDIR) == -1);
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h43 # ifdef ENOTEMPTY
44 # undef ENOTEMPTY macro

Completed in 153 milliseconds

1234