Searched refs:EISDIR (Results 1 – 25 of 122) sorted by relevance
12345
/freebsd/contrib/pjdfstest/tests/open/ |
H A D | 13.t | 19 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 D | errno.h | 325 # ifndef EISDIR 326 # define EISDIR 9962 macro
|
/freebsd/contrib/lib9p/pytest/ |
H A D | lerrno.py | 27 EISDIR = 21 variable 162 EISDIR: 'Is a directory',
|
/freebsd/contrib/pjdfstest/tests/truncate/ |
H A D | 09.t | 15 expect EISDIR truncate ${n0} 123
|
/freebsd/contrib/pjdfstest/tests/ftruncate/ |
H A D | 09.t | 15 expect EISDIR truncate ${n0} 123
|
/freebsd/cddl/lib/libdtrace/ |
H A D | errno.d | 70 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 D | 14.t | 19 expect EISDIR rename ${n1} ${n0}
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/ |
H A D | tmpfile_test.c | 39 if (errno == EISDIR) { in main()
|
/freebsd/stand/libsa/ |
H A D | strerror.c | 50 {EISDIR, "is a directory"},
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zcp_global.c | 51 {"EISDIR", EISDIR},
|
/freebsd/lib/libc/nameser/ |
H A D | ns_name.c | 725 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 D | GDBRemoteErrno.def | 28 HANDLE_ERRNO(EISDIR, 21)
|
/freebsd/sys/contrib/xen/io/ |
H A D | xs_wire.h | 82 XSD_ERROR(EISDIR),
|
/freebsd/sys/sys/ |
H A D | errno.h | 71 #define EISDIR 21 /* Is a directory */ macro
|
/freebsd/sys/contrib/xen/ |
H A D | errno.h | 82 XEN_ERRNO(EISDIR, 21) /* Is a directory */
|
/freebsd/lib/libc/nls/ |
H A D | be_BY.UTF-8.msg | 47 $ EISDIR
|
H A D | mn_MN.UTF-8.msg | 47 $ EISDIR
|
H A D | uk_UA.UTF-8.msg | 47 $ EISDIR
|
H A D | ru_RU.UTF-8.msg | 47 $ EISDIR
|
H A D | ru_RU.KOI8-R.msg | 47 $ EISDIR
|
H A D | el_GR.ISO8859-7.msg | 47 $ EISDIR
|
H A D | ja_JP.UTF-8.msg | 47 $ EISDIR
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vnops.c | 154 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 D | t_unlink.c | 89 ATF_REQUIRE_ERRNO(EISDIR, unlink("/") == -1); in ATF_TC_BODY()
|
/freebsd/bin/csh/ |
H A D | dot.cshrc | 15 # EISDIR errors from each directory encountered.
|
12345