/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify14.c | 18 * 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 D | openat01.c | 53 {&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 D | errno.rs | 168 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 D | sysctl04.c | 9 * 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 D | readlinkat02.c | 15 * - 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 D | mkdir.c | 60 return -ENOTDIR; in mkdir_parents_internal() 80 return -ENOTDIR; in mkdir_parents_internal()
|
/third_party/NuttX/fs/dirent/ |
H A D | fs_opendir.c | 80 * 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 D | getspnam_r.c | 104 if (errno != ENOENT && errno != ENOTDIR) in getspnam_r() 108 if (errno != ENOENT && errno != ENOTDIR) in getspnam_r()
|
/third_party/musl/src/passwd/ |
H A D | getspnam_r.c | 105 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 D | chdir01.c | 47 {&file_name, -1, ENOTDIR, -1, ENOTDIR},
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 93 ENOTDIR, "ENOTDIR", ENOTDIR}, {
|
/third_party/node/test/wasi/c/ |
H A D | notdir.c | 8 assert(errno == ENOTDIR); in main()
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename07.c | 11 * Verify that rename(2) fails with ENOTDIR, when 33 ENOTDIR); in run() local
|
/third_party/musl/porting/linux/user/src/dirent/ |
H A D | fdopendir.c | 24 errno = ENOTDIR; in fdopendir()
|
/third_party/musl/src/dirent/ |
H A D | fdopendir.c | 24 errno = ENOTDIR; in fdopendir()
|
/third_party/musl/libc-test/src/functionalext/supplement/dirent/dirent_gtest/ |
H A D | dirent_opendir_test.cpp | 37 EXPECT_EQ(ENOTDIR, errno); in HWTEST_F()
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 281 #if defined(ENOTDIR) && !defined(_WIN32) 282 # define UV__ENOTDIR UV__ERR(ENOTDIR)
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | lib64.c | 298 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 D | lib.c | 298 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 D | linkat01.c | 129 0, 0, ENOTDIR}, 133 0, 0, ENOTDIR},
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 281 #if defined(ENOTDIR) && !defined(_WIN32) 282 # define UV__ENOTDIR UV__ERR(ENOTDIR)
|
/third_party/ltp/testcases/kernel/syscalls/statvfs/ |
H A D | statvfs02.c | 18 * - 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 D | unlink07.c | 16 * - 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 D | chroot03.c | 15 * - 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 D | faccessat02.c | 11 * - faccessat() fails with ENOTDIR if dir_fd is file descriptor to the file 32 {&file_fd, ENOTDIR},
|