Home
last modified time | relevance | path

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

12345

/third_party/ltp/testcases/kernel/syscalls/open/
Dopen11.c119 .err = EISDIR,
184 .err = EISDIR,
191 .err = EISDIR,
250 .err = EISDIR,
257 .err = EISDIR,
Dopen08.c64 {&dir_fname, O_RDWR, EISDIR},
/third_party/musl/src/stdio/
Dremove.c14 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/
Dgspawn-private.h102 #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/
Dunlink08.c33 {"regdir", "directory", EISDIR, 0},
34 {"regdir", "directory", EISDIR, 1},
/third_party/boost/boost/
Dcerrno.hpp259 #ifndef EISDIR
260 #define EISDIR 9962 macro
/third_party/glib/gio/
Dgioerror.c80 #ifdef EISDIR in g_io_error_from_errno()
81 case EISDIR: in g_io_error_from_errno()
Dgtrashportal.c91 if (fd == -1 && errno == EISDIR) in g_trash_portal_trash_file()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c56 EISDIR, "EISDIR", EISDIR}, {
D4-1.c51 EISDIR, "EISDIR"}, {
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dremove.c9 if (r==-EISDIR) r = rmdir(path); in remove()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dremove.c9 if (r==-EISDIR) r = rmdir(path); in remove()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dremove.c9 if (r==-EISDIR) r = rmdir(path); in remove()
/third_party/libuv/include/uv/
Derrno.h185 #if defined(EISDIR) && !defined(_WIN32)
186 # define UV__EISDIR UV__ERR(EISDIR)
/third_party/boost/libs/outcome/test/tests/
Dfileopen.cpp64 …if(EBUSY == code || EISDIR == code || ELOOP == code || ENOENT == code || ENOTDIR == code || EPERM … in __anona84737100102()
/third_party/ltp/testcases/kernel/syscalls/pread/
Dpread02.c36 {&dir_fd, K1, 0, "file descriptor is a directory", EISDIR}
/third_party/ltp/testcases/kernel/syscalls/rename/
Drename05.c110 if (errno != EISDIR) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dtruncate.c127 if (errno != EISDIR) { in truncate_0400()
/third_party/ltp/testcases/kernel/syscalls/readv/
Dreadv02.c66 {&fd_dir, valid_iovec, 1, EISDIR},
/third_party/ltp/testcases/kernel/syscalls/read/
Dread02.c54 {&fd2, &bufaddr, 1, EISDIR},
/third_party/ltp/testcases/kernel/syscalls/preadv/
Dpreadv02.c73 {&fd4, rd_iovec2, 1, 0, EISDIR},
/third_party/musl/arch/generic/bits/
Derrno.h21 #define EISDIR 21 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h21 #define EISDIR 21 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h22 #define EISDIR 21 macro
/third_party/lwip/src/include/lwip/
Derrno.h68 #define EISDIR 21 /* Is a directory */ macro

12345