Searched refs:ENOTEMPTY (Results 26 - 50 of 81) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Dos.h43 # ifdef ENOTEMPTY
44 # undef ENOTEMPTY macro
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dfilesubr.c497 if (errno == ENOTEMPTY
500 (it defines ENOTEMPTY and EEXIST to 17 but actually
502 || (ENOTEMPTY == 17 && EEXIST == 17 && errno == 87))
H A Dfileattr.c601 if (errno != ENOTEMPTY
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfileio.c46 2) newpath is a non-empty directory. - ENOTEMPTY or EEXIST
549 #ifdef ENOTEMPTY
550 case ENOTEMPTY: return "ENOTEMPTY";
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfileio.c46 2) newpath is a non-empty directory. - ENOTEMPTY or EEXIST
549 #ifdef ENOTEMPTY
550 case ENOTEMPTY: return "ENOTEMPTY";
/netbsd-current/tests/include/
H A Dt_errno.c543 #ifdef ENOTEMPTY
548 atf_tc_fail_nonfatal("ENOTEMPTY not defined");
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dbsdtar_windows.c263 { ERROR_DIR_NOT_EMPTY, ENOTEMPTY },
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio_windows.c321 { ERROR_DIR_NOT_EMPTY, ENOTEMPTY },
/netbsd-current/tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c227 return ENOTEMPTY;
350 return ENOTEMPTY;
/netbsd-current/sys/fs/v7fs/
H A Dv7fs_file.c251 return ENOTEMPTY;/* t_vnops dir_noempty, rename_dir(6)*/
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_nextstep.h304 NFSERR_NOTEMPTY=ENOTEMPTY, /* Directory not empty */
/netbsd-current/share/examples/puffs/pgfs/
H A Dpgfs_puffs.c694 error = ENOTEMPTY;
989 error = ENOTEMPTY;
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dlinux-targ-map.h1441 #ifdef ENOTEMPTY
1443 { "ENOTEMPTY", ENOTEMPTY, TARGET_LINUX_ENOTEMPTY },
/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_rename.c340 0 : ENOTEMPTY);
691 ENOTEMPTY, EISDIR, EINVAL,
/netbsd-current/sys/fs/union/
H A Dunion_subr.c1165 error = ENOTEMPTY;
1185 error = ENOTEMPTY;
/netbsd-current/tests/fs/vfs/
H A Dt_vnops.c236 if (rv != -1 || errno != ENOTEMPTY)
350 if (rump_sys_rename(pb2, pb3) != -1 || errno != ENOTEMPTY)
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dlinux-targ-map.h1442 #ifdef ENOTEMPTY
1444 { "ENOTEMPTY", ENOTEMPTY, TARGET_LINUX_ENOTEMPTY },
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dxutil.c1137 if (errno != ENOTEMPTY &&
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dfs.c863 * EEXIST instead of ENOTEMPTY for non-empty directories.
866 errno = ENOTEMPTY;
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs.cpp676 * EEXIST instead of ENOTEMPTY for non-empty directories.
679 errno = ENOTEMPTY;

Completed in 521 milliseconds

1234