Home
last modified time | relevance | path

Searched refs:ENOTDIR (Results 1 - 25 of 185) sorted by relevance

12345678

/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify14.c18 * The ENOTDIR test cases are regression tests for commits:
134 .expected_errno = ENOTDIR,
142 .expected_errno = ENOTDIR,
150 .expected_errno = ENOTDIR,
158 .expected_errno = ENOTDIR,
166 .expected_errno = ENOTDIR,
174 .expected_errno = ENOTDIR,
182 .expected_errno = ENOTDIR,
190 .expected_errno = ENOTDIR,
198 .expected_errno = ENOTDIR,
[all...]
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat01.c53 {&fd, TEST_FILE, -1, ENOTDIR},
63 if (tc->exp_errno == ENOTDIR) { in verify_openat()
65 ENOTDIR, "openat with a filefd instead of dirfd"); in verify_openat()
/third_party/rust/crates/nix/src/
H A Derrno.rs168 ENOTDIR => "Not a directory",
1144 ENOTDIR = libc::ENOTDIR,
1289 libc::ENOTDIR => ENOTDIR,
1434 ENOTDIR = libc::ENOTDIR,
1552 libc::ENOTDIR => ENOTDIR,
1670 ENOTDIR
[all...]
/third_party/ltp/testcases/kernel/syscalls/sysctl/
H A Dsysctl04.c9 * 1) Call sysctl(2) with nlen set to 0, and expect ENOTDIR.
10 * 2) Call sysctl(2) with nlen greater than CTL_MAXNAME, and expect ENOTDIR.
36 {{CTL_KERN, KERN_OSREV}, 0, osname, &length, ENOTDIR},
37 {{CTL_KERN, KERN_OSREV}, CTL_MAXNAME + 1, osname, &length, ENOTDIR},
/third_party/ltp/testcases/kernel/syscalls/readlinkat/
H A Dreadlinkat02.c15 * - readlinkat() fails with ENOTDIR if the component of the path prefix is
18 * - readlinkat() fails with ENOTDIR if the pathname is relative and
43 {&file_fd, SYMLINK_FILE, BUFF_SIZE, ENOTDIR},
44 {&dir_fd, "test_file/test_file", BUFF_SIZE, ENOTDIR},
/third_party/eudev/src/shared/
H A Dmkdir.c60 return -ENOTDIR; in mkdir_parents_internal()
80 return -ENOTDIR; in mkdir_parents_internal()
/third_party/NuttX/fs/dirent/
H A Dfs_opendir.c80 * ENOTDIR - 'path' is not a directory.
100 ret = -ENOTDIR; in opendir()
196 ret = -ENOTDIR; in do_opendir()
/third_party/musl/porting/linux/user/src/passwd/
H A Dgetspnam_r.c104 if (errno != ENOENT && errno != ENOTDIR) in getspnam_r()
108 if (errno != ENOENT && errno != ENOTDIR) in getspnam_r()
/third_party/musl/src/passwd/
H A Dgetspnam_r.c105 if (errno != ENOENT && errno != ENOTDIR) in getspnam_r()
109 if (errno != ENOENT && errno != ENOTDIR) in getspnam_r()
/third_party/ltp/testcases/kernel/syscalls/chdir/
H A Dchdir01.c47 {&file_name, -1, ENOTDIR, -1, ENOTDIR},
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c93 ENOTDIR, "ENOTDIR", ENOTDIR}, {
/third_party/node/test/wasi/c/
H A Dnotdir.c8 assert(errno == ENOTDIR); in main()
/third_party/ltp/testcases/kernel/syscalls/rename/
H A Drename07.c11 * Verify that rename(2) fails with ENOTDIR, when
33 ENOTDIR); in run() local
/third_party/musl/porting/linux/user/src/dirent/
H A Dfdopendir.c24 errno = ENOTDIR; in fdopendir()
/third_party/musl/src/dirent/
H A Dfdopendir.c24 errno = ENOTDIR; in fdopendir()
/third_party/musl/libc-test/src/functionalext/supplement/dirent/dirent_gtest/
H A Ddirent_opendir_test.cpp37 EXPECT_EQ(ENOTDIR, errno); in HWTEST_F()
/third_party/libuv/include/uv/
H A Derrno.h281 #if defined(ENOTDIR) && !defined(_WIN32)
282 # define UV__ENOTDIR UV__ERR(ENOTDIR)
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dlib64.c298 fprintf(temp, "TEST: ENOTDIR when a component is not a directory\n"); in test_ENOTDIR()
309 if (errno != ENOTDIR) { in test_ENOTDIR()
312 name, ENOTDIR, errno); in test_ENOTDIR()
H A Dlib.c298 fprintf(temp, "TEST: ENOTDIR when a component is not a directory\n"); in test_ENOTDIR()
309 if (errno != ENOTDIR) { in test_ENOTDIR()
312 name, ENOTDIR, errno); in test_ENOTDIR()
/third_party/ltp/testcases/kernel/syscalls/linkat/
H A Dlinkat01.c129 0, 0, ENOTDIR},
133 0, 0, ENOTDIR},
/third_party/node/deps/uv/include/uv/
H A Derrno.h281 #if defined(ENOTDIR) && !defined(_WIN32)
282 # define UV__ENOTDIR UV__ERR(ENOTDIR)
/third_party/ltp/testcases/kernel/syscalls/statvfs/
H A Dstatvfs02.c18 * - ENOTDIR a component of the path prefix of path is not a directory.
40 {"statvfs_file/test", &buf, ENOTDIR},
/third_party/ltp/testcases/kernel/syscalls/unlink/
H A Dunlink07.c16 * - ENOTDIR when a component used as a directory in pathname is not,
38 {"file/file", "path contains a regular file", ENOTDIR},
/third_party/ltp/testcases/kernel/syscalls/chroot/
H A Dchroot03.c15 * - to test whether chroot() is setting ENOTDIR if the argument
44 {&file_name, ENOTDIR, "chroot(not a directory)"},
/third_party/ltp/testcases/kernel/syscalls/faccessat/
H A Dfaccessat02.c11 * - faccessat() fails with ENOTDIR if dir_fd is file descriptor to the file
32 {&file_fd, ENOTDIR},

Completed in 11 milliseconds

12345678