/external/ltp/testcases/kernel/syscalls/sysctl/ |
D | sysctl04.c | 45 {{CTL_KERN, KERN_OSREV}, 0, osname, &length, ENOTDIR}, 46 {{CTL_KERN, KERN_OSREV}, CTL_MAXNAME + 1, osname, &length, ENOTDIR},
|
/external/ltp/testcases/kernel/syscalls/readlinkat/ |
D | readlinkat02.c | 54 {&file_fd, SYMLINK_FILE, BUFF_SIZE, ENOTDIR}, 55 {&dir_fd, "test_file/test_file", BUFF_SIZE, ENOTDIR},
|
/external/u-boot/fs/yaffs2/ |
D | yportenv.h | 205 #ifndef ENOTDIR 206 #define ENOTDIR 20 macro
|
D | yaffsfs.c | 926 yaffsfs_SetError(-ENOTDIR); in yaffs_open_sharing() 1328 yaffsfs_SetError(-ENOTDIR); in yaffs_truncate() 1443 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink() 1459 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoUnlink() 1532 yaffsfs_SetError(-ENOTDIR); in yaffs_rename() 1653 yaffsfs_SetError(-ENOTDIR); in yaffsfs_DoStatOrLStat() 1757 yaffsfs_SetError(-ENOTDIR); in yaffs_utime() 1822 yaffsfs_SetError(-ENOTDIR); in yaffs_do_setxattr() 1910 yaffsfs_SetError(-ENOTDIR); in yaffs_do_getxattr() 1994 yaffsfs_SetError(-ENOTDIR); in yaffs_do_listxattr() [all …]
|
D | yaffs_error.c | 37 { ENOTDIR , "ENOTDIR"},
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 93 ENOTDIR, "ENOTDIR", ENOTDIR}, {
|
D | 4-1.c | 88 ENOTDIR, "ENOTDIR"}, {
|
/external/libcxx/include/ |
D | errno.h | 356 #ifndef ENOTDIR 357 #define ENOTDIR 9970 macro
|
D | __errc | 71 not_a_directory, // ENOTDIR 176 not_a_directory = ENOTDIR,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 241 #ifndef ENOTDIR 242 #error ENOTDIR not defined
|
/external/python/cpython3/PC/ |
D | generrmap.c | 21 errno = ENOTDIR; in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 24 #define ENOTDIR 20 /* Not a directory */ macro
|
/external/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat01.c | 129 0, 0, ENOTDIR}, 133 0, 0, ENOTDIR},
|
/external/libusb/msvc/ |
D | errno.h | 44 #define ENOTDIR 20 /* Not a directory */ macro
|
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | lib64.c | 309 if (errno != ENOTDIR) { in test_ENOTDIR() 312 name, ENOTDIR, errno); in test_ENOTDIR()
|
D | lib.c | 309 if (errno != ENOTDIR) { in test_ENOTDIR() 312 name, ENOTDIR, errno); in test_ENOTDIR()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 382 # ifndef ENOTDIR 383 # define ENOTDIR 20 macro 564 not_a_directory = ENOTDIR,
|
/external/ltp/testcases/kernel/syscalls/unlink/ |
D | unlink07.c | 46 {"file/file", "path contains a regular file", ENOTDIR},
|
/external/google-breakpad/src/common/android/testing/ |
D | mkdtemp.h | 85 errno = ENOTDIR; in breakpad_mkdtemp()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 330 #ifdef ENOTDIR in errno2name() 331 CASE(ENOTDIR); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 330 #ifdef ENOTDIR in errno2name() 331 CASE(ENOTDIR); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 330 #ifdef ENOTDIR in errno2name() 331 CASE(ENOTDIR); in errno2name()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open08.c | 78 {&existing_fname, O_DIRECTORY, ENOTDIR},
|
/external/ltp/testcases/kernel/syscalls/rename/ |
D | rename07.c | 93 if (TEST_ERRNO != ENOTDIR) { in main()
|
/external/ltp/testcases/kernel/syscalls/chroot/ |
D | chroot03.c | 75 fname, ENOTDIR},
|