Home
last modified time | relevance | path

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

123

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dsystem_error.cc244 #if defined ENOTEMPTY && (!defined EEXIST || ENOTEMPTY != EEXIST) in default_error_condition()
246 case ENOTEMPTY: in default_error_condition()
/dragonfly/sys/sys/
HDerrno.h151 #define ENOTEMPTY 66 /* Directory not empty */ macro
/dragonfly/contrib/gcc-8.0/libiberty/
HDstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/dragonfly/contrib/gcc-4.7/libiberty/
HDstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/dragonfly/contrib/binutils-2.34/libiberty/
HDstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/dragonfly/contrib/binutils-2.27/libiberty/
HDstrerror.c331 #if defined (ENOTEMPTY)
332 ENTRY(ENOTEMPTY, "ENOTEMPTY", "Directory not empty"),
/dragonfly/lib/libc/nls/
HDmn_Cyrl_MN.UTF-8.msg136 $ ENOTEMPTY
HDel_GR.ISO8859-7.msg138 $ ENOTEMPTY
HDuk_UA.UTF-8.msg138 $ ENOTEMPTY
HDbe_BY.UTF-8.msg138 $ ENOTEMPTY
HDru_RU.KOI8-R.msg140 $ ENOTEMPTY
HDzh_Hans_CN.GB2312.msg134 $ ENOTEMPTY
HDja_JP.UTF-8.msg138 $ ENOTEMPTY
HDja_JP.eucJP.msg138 $ ENOTEMPTY
HDzh_Hans_CN.GB18030.msg134 $ ENOTEMPTY
HDko_KR.UTF-8.msg138 $ ENOTEMPTY
HDzh_Hans_CN.UTF-8.msg134 $ ENOTEMPTY
HDko_KR.eucKR.msg138 $ ENOTEMPTY
HDnb_NO.ISO8859-1.msg136 $ ENOTEMPTY
HDit_IT.ISO8859-15.msg138 $ ENOTEMPTY
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
Derror_constants.h63 directory_not_empty = ENOTEMPTY, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
Derror_constants.h63 directory_not_empty = ENOTEMPTY, in _GLIBCXX_VISIBILITY()
/dragonfly/sbin/hammer/
HDcmd_volume.c135 if ((errno == ENOTEMPTY) && (retried++ == 0)) { in hammer_cmd_volume_del()
/dragonfly/contrib/cvs-1.12/src/
HDfilesubr.c460 if (errno == ENOTEMPTY in deep_remove_dir()
465 || (ENOTEMPTY == 17 && EEXIST == 17 && errno == 87)) in deep_remove_dir()
/dragonfly/sys/netproto/smb/
HDsmb_subr.c262 return ENOTEMPTY; in smb_maperror()

123