/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open11.c | 119 .err = EISDIR, 184 .err = EISDIR, 191 .err = EISDIR, 250 .err = EISDIR, 257 .err = EISDIR,
|
D | open08.c | 64 {&dir_fname, O_RDWR, EISDIR},
|
/third_party/musl/src/stdio/ |
D | remove.c | 14 if (r==-EISDIR) r = __syscall(SYS_rmdir, path); in remove() 16 if (r==-EISDIR) r = __syscall(SYS_unlinkat, AT_FDCWD, path, AT_REMOVEDIR); in remove()
|
/third_party/glib/glib/ |
D | gspawn-private.h | 102 #ifdef EISDIR in _g_spawn_exec_err_to_g_error() 103 case EISDIR: in _g_spawn_exec_err_to_g_error()
|
/third_party/ltp/testcases/kernel/syscalls/unlink/ |
D | unlink08.c | 33 {"regdir", "directory", EISDIR, 0}, 34 {"regdir", "directory", EISDIR, 1},
|
/third_party/boost/boost/ |
D | cerrno.hpp | 259 #ifndef EISDIR 260 #define EISDIR 9962 macro
|
/third_party/glib/gio/ |
D | gioerror.c | 80 #ifdef EISDIR in g_io_error_from_errno() 81 case EISDIR: in g_io_error_from_errno()
|
D | gtrashportal.c | 91 if (fd == -1 && errno == EISDIR) in g_trash_portal_trash_file()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 56 EISDIR, "EISDIR", EISDIR}, {
|
D | 4-1.c | 51 EISDIR, "EISDIR"}, {
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | remove.c | 9 if (r==-EISDIR) r = rmdir(path); in remove()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | remove.c | 9 if (r==-EISDIR) r = rmdir(path); in remove()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | remove.c | 9 if (r==-EISDIR) r = rmdir(path); in remove()
|
/third_party/libuv/include/uv/ |
D | errno.h | 185 #if defined(EISDIR) && !defined(_WIN32) 186 # define UV__EISDIR UV__ERR(EISDIR)
|
/third_party/boost/libs/outcome/test/tests/ |
D | fileopen.cpp | 64 …if(EBUSY == code || EISDIR == code || ELOOP == code || ENOENT == code || ENOTDIR == code || EPERM … in __anona84737100102()
|
/third_party/ltp/testcases/kernel/syscalls/pread/ |
D | pread02.c | 36 {&dir_fd, K1, 0, "file descriptor is a directory", EISDIR}
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
D | rename05.c | 110 if (errno != EISDIR) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | truncate.c | 127 if (errno != EISDIR) { in truncate_0400()
|
/third_party/ltp/testcases/kernel/syscalls/readv/ |
D | readv02.c | 66 {&fd_dir, valid_iovec, 1, EISDIR},
|
/third_party/ltp/testcases/kernel/syscalls/read/ |
D | read02.c | 54 {&fd2, &bufaddr, 1, EISDIR},
|
/third_party/ltp/testcases/kernel/syscalls/preadv/ |
D | preadv02.c | 73 {&fd4, rd_iovec2, 1, 0, EISDIR},
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 21 #define EISDIR 21 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 21 #define EISDIR 21 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 22 #define EISDIR 21 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 68 #define EISDIR 21 /* Is a directory */ macro
|