Home
last modified time | relevance | path

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

1234

/external/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},
/external/ltp/testcases/kernel/syscalls/pread/
Dpread03.c123 TEST_RETURN, EISDIR); in main()
129 if (TEST_ERRNO == EISDIR) { in main()
136 TEST_ERRNO, EISDIR); in main()
/external/ltp/testcases/kernel/syscalls/unlink/
Dunlink08.c33 {"regdir", "directory", EISDIR, 0},
34 {"regdir", "directory", EISDIR, 1},
/external/rust/crates/nix/src/
Derrno.rs142 EISDIR => "Is a directory", in desc()
660 EISDIR = libc::EISDIR, enumerator
803 libc::EISDIR => EISDIR, in from_i32()
947 EISDIR = libc::EISDIR, enumerator
1065 libc::EISDIR => EISDIR, in from_i32()
1182 EISDIR = libc::EISDIR, enumerator
1290 libc::EISDIR => EISDIR, in from_i32()
1398 EISDIR = libc::EISDIR, enumerator
1505 libc::EISDIR=> EISDIR, in from_i32()
1611 EISDIR = libc::EISDIR, enumerator
[all …]
/external/llvm-project/libcxx/include/
Derrno.h323 #ifndef EISDIR
324 #define EISDIR 9962 macro
D__errc52 is_a_directory, // EISDIR
149 is_a_directory = EISDIR,
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c56 EISDIR, "EISDIR", EISDIR}, {
D4-1.c51 EISDIR, "EISDIR"}, {
/external/libcxx/include/
Derrno.h324 #ifndef EISDIR
325 #define EISDIR 9962 macro
D__errc53 is_a_directory, // EISDIR
150 is_a_directory = EISDIR,
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h25 #define EISDIR 21 /* Is a directory */ macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp135 #ifndef EISDIR
136 #error EISDIR not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp136 #ifndef EISDIR
137 #error EISDIR not defined
/external/ltp/testcases/kernel/syscalls/readv/
Dreadv03.c94 if (errno != EISDIR) { in main()
/external/ltp/testcases/kernel/syscalls/rename/
Drename05.c110 if (errno != EISDIR) { in main()
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h68 #define EISDIR 21 /* Is a directory */ macro
/external/strace/tests-m32/
Derrno2name.c177 #ifdef EISDIR in errno2name()
178 CASE(EISDIR); in errno2name()
/external/strace/tests/
Derrno2name.c177 #ifdef EISDIR in errno2name()
178 CASE(EISDIR); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c177 #ifdef EISDIR in errno2name()
178 CASE(EISDIR); in errno2name()
/external/ltp/testcases/kernel/syscalls/preadv/
Dpreadv02.c73 {&fd4, rd_iovec2, 1, 0, EISDIR},
/external/ltp/testcases/kernel/syscalls/read/
Dread02.c54 {&fd2, &bufaddr, 1, EISDIR},
/external/ltp/testcases/kernel/syscalls/preadv2/
Dpreadv202.c66 {&fd4, rd_iovec2, 1, 0, 0, EISDIR},
/external/ltp/testcases/kernel/syscalls/creat/
Dcreat06.c77 {TEST_FILE, MODE1, EISDIR, NULL, NULL},
/external/ltp/testcases/kernel/syscalls/acct/
Dacct01.c53 {FILE_EISDIR, "EISDIR", EISDIR, NULL, NULL},

1234