Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h289 # ifndef ENOTEMPTY
290 # define ENOTEMPTY 9953 macro
/freebsd/tests/sys/fs/fusefs/
H A Drmdir.cc122 expect_rmdir(FUSE_ROOT_ID, RELPATH, ENOTEMPTY); in TEST_F()
125 ASSERT_EQ(ENOTEMPTY, errno); in TEST_F()
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py45 ENOTEMPTY = 39 variable
180 ENOTEMPTY: 'Directory not empty',
H A Dp9err.py18 _errno.ENOTEMPTY: _errno.EPERM,
/freebsd/cddl/lib/libdtrace/
H A Derrno.d164 inline int ENOTEMPTY = 66; variable
165 #pragma D binding "1.0" ENOTEMPTY
312 errno == ENOTEMPTY ? "Directory not empty" :
/freebsd/sys/contrib/xen/io/
H A Dxs_wire.h87 XSD_ERROR(ENOTEMPTY),
/freebsd/sys/sys/
H A Derrno.h135 #define ENOTEMPTY 66 /* Directory not empty */ macro
/freebsd/sys/contrib/xen/
H A Derrno.h96 XEN_ERRNO(ENOTEMPTY, 39) /* Directory not empty */
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg137 $ ENOTEMPTY
H A Dmn_MN.UTF-8.msg137 $ ENOTEMPTY
H A Duk_UA.UTF-8.msg137 $ ENOTEMPTY
H A Dru_RU.UTF-8.msg137 $ ENOTEMPTY
H A Dru_RU.KOI8-R.msg137 $ ENOTEMPTY
H A Del_GR.ISO8859-7.msg137 $ ENOTEMPTY
H A Dja_JP.UTF-8.msg137 $ ENOTEMPTY
H A Dja_JP.eucJP.msg137 $ ENOTEMPTY
H A Dko_KR.UTF-8.msg137 $ ENOTEMPTY
H A Dko_KR.eucKR.msg137 $ ENOTEMPTY
H A Dzh_CN.UTF-8.msg137 $ ENOTEMPTY
H A Dzh_CN.GB2312.msg139 $ ENOTEMPTY
H A Dzh_CN.GB18030.msg139 $ ENOTEMPTY
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h162 directory_not_empty = ENOTEMPTY, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/tools/test/stress2/misc/
H A Dcredleak.sh127 if (errno != ENOTEMPTY && errno != ENOENT && errno !=
H A Dcmp.sh151 if (errno != ENOTEMPTY && errno != ENOENT && errno !=
/freebsd/sys/compat/linux/
H A Dlinux_errno.inc119 [ENOTEMPTY] = -LINUX_ENOTEMPTY,
209 [LINUX_ENOTEMPTY] = ENOTEMPTY,

123