Home
last modified time | relevance | path

Searched refs:EISDIR (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd/contrib/pjdfstest/tests/open/
H A D13.t19 expect EISDIR open ${n0} O_WRONLY
20 expect EISDIR open ${n0} O_RDWR
21 expect EISDIR open ${n0} O_RDONLY,O_TRUNC
22 expect EISDIR open ${n0} O_WRONLY,O_TRUNC
23 expect EISDIR open ${n0} O_RDWR,O_TRUNC
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h325 # ifndef EISDIR
326 # define EISDIR 9962 macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py27 EISDIR = 21 variable
162 EISDIR: 'Is a directory',
/freebsd/contrib/pjdfstest/tests/truncate/
H A D09.t15 expect EISDIR truncate ${n0} 123
/freebsd/contrib/pjdfstest/tests/ftruncate/
H A D09.t15 expect EISDIR truncate ${n0} 123
/freebsd/cddl/lib/libdtrace/
H A Derrno.d70 inline int EISDIR = 21; variable
71 #pragma D binding "1.0" EISDIR
267 errno == EISDIR ? "Is a directory" :
/freebsd/contrib/pjdfstest/tests/rename/
H A D14.t19 expect EISDIR rename ${n1} ${n0}
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/
H A Dtmpfile_test.c39 if (errno == EISDIR) { in main()
/freebsd/stand/libsa/
H A Dstrerror.c50 {EISDIR, "is a directory"},
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c51 {"EISDIR", EISDIR},
/freebsd/lib/libc/nameser/
H A Dns_name.c725 errno = EISDIR; in ns_name_length()
747 errno = EISDIR; in ns_name_eq()
807 errno = EISDIR; in ns_name_map()
844 errno = EISDIR; in ns_name_labels()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteErrno.def28 HANDLE_ERRNO(EISDIR, 21)
/freebsd/sys/contrib/xen/io/
H A Dxs_wire.h82 XSD_ERROR(EISDIR),
/freebsd/sys/sys/
H A Derrno.h71 #define EISDIR 21 /* Is a directory */ macro
/freebsd/sys/contrib/xen/
H A Derrno.h82 XEN_ERRNO(EISDIR, 21) /* Is a directory */
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg47 $ EISDIR
H A Dmn_MN.UTF-8.msg47 $ EISDIR
H A Duk_UA.UTF-8.msg47 $ EISDIR
H A Dru_RU.UTF-8.msg47 $ EISDIR
H A Dru_RU.KOI8-R.msg47 $ EISDIR
H A Del_GR.ISO8859-7.msg47 $ EISDIR
H A Dja_JP.UTF-8.msg47 $ EISDIR
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vnops.c154 return EISDIR; in dtfs_node_setattr()
463 return EISDIR; in dtfs_node_read()
500 return EISDIR; in dtfs_node_write()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_unlink.c89 ATF_REQUIRE_ERRNO(EISDIR, unlink("/") == -1); in ATF_TC_BODY()
/freebsd/bin/csh/
H A Ddot.cshrc15 # EISDIR errors from each directory encountered.

12345