Home
last modified time | relevance | path

Searched refs:ETXTBSY (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/pjdfstest/tests/open/
H A D20.t24 expect ETXTBSY open ${n0} O_WRONLY
25 expect ETXTBSY open ${n0} O_RDWR
26 expect ETXTBSY open ${n0} O_RDONLY,O_TRUNC
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h223 # ifndef ETXTBSY
224 # define ETXTBSY 9936 macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py32 ETXTBSY = 26 variable
167 ETXTBSY: 'Text file busy',
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_access.c205 ATF_REQUIRE(errno == ETXTBSY); in ATF_TC_BODY()
208 ATF_REQUIRE(errno == ETXTBSY); in ATF_TC_BODY()
/freebsd/contrib/pjdfstest/tests/ftruncate/
H A D11.t21 expect ETXTBSY truncate ${n0} 123
/freebsd/cddl/lib/libdtrace/
H A Derrno.d80 inline int ETXTBSY = 26; variable
81 #pragma D binding "1.0" ETXTBSY
272 errno == ETXTBSY ? "Text file busy" :
/freebsd/contrib/pjdfstest/tests/truncate/
H A D11.t24 expect ETXTBSY truncate ${n0} 123
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c56 {"ETXTBSY", ETXTBSY},
/freebsd/sys/netsmb/
H A Dsmb_subr.c245 return ETXTBSY; in smb_maperror()
299 return ETXTBSY; in smb_maperror()
/freebsd/sys/sys/
H A Derrno.h77 #define ETXTBSY 26 /* Text file busy */ macro
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg57 $ ETXTBSY
H A Dmn_MN.UTF-8.msg57 $ ETXTBSY
H A Duk_UA.UTF-8.msg57 $ ETXTBSY
H A Dru_RU.UTF-8.msg57 $ ETXTBSY
H A Dru_RU.KOI8-R.msg57 $ ETXTBSY
H A Del_GR.ISO8859-7.msg57 $ ETXTBSY
H A Dja_JP.UTF-8.msg57 $ ETXTBSY
H A Dja_JP.eucJP.msg57 $ ETXTBSY
H A Dko_KR.UTF-8.msg57 $ ETXTBSY
H A Dko_KR.eucKR.msg57 $ ETXTBSY
H A Dzh_CN.UTF-8.msg57 $ ETXTBSY
H A Dzh_CN.GB2312.msg59 $ ETXTBSY
H A Dzh_CN.GB18030.msg59 $ ETXTBSY
/freebsd/tools/test/stress2/misc/
H A Dflock_open_close.sh110 * This may get ETXTBSY since exit() will
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h258 text_file_busy = ETXTBSY, in _LIBCPP_DECLARE_STRONG_ENUM()

123