/external/u-boot/fs/yaffs2/ |
D | yportenv.h | 185 #ifndef ENOTEMPTY 186 #define ENOTEMPTY 39 macro
|
D | yaffs_error.c | 33 { ENOTEMPTY, "ENOTEMPTY"},
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 94 ENOTEMPTY, "ENOTEMPTY", ENOTEMPTY}, {
|
D | 4-1.c | 89 ENOTEMPTY, "ENOTEMPTY"}, {
|
D | 3-1-buildonly.c | 75 int dummy58 = ENOTEMPTY;
|
/external/libcxx/include/ |
D | errno.h | 288 #ifndef ENOTEMPTY 289 #define ENOTEMPTY 9953 macro
|
D | __errc | 39 directory_not_empty, // ENOTEMPTY 136 directory_not_empty = ENOTEMPTY,
|
/external/webrtc/webrtc/base/ |
D | socket.h | 99 #undef ENOTEMPTY 100 #define ENOTEMPTY WSAENOTEMPTY macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 245 #ifndef ENOTEMPTY 246 #error ENOTEMPTY not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 488 #ifndef ENOTEMPTY /* possible previous definition in errno.h */ 489 #define ENOTEMPTY WSAENOTEMPTY macro
|
/external/libusb/msvc/ |
D | errno.h | 67 #define ENOTEMPTY 41 /* Directory not empty (90 in Cyg?) */
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 286 # ifndef ENOTEMPTY 287 # define ENOTEMPTY 41 macro 520 directory_not_empty = ENOTEMPTY,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 333 #ifdef ENOTEMPTY in errno2name() 334 CASE(ENOTEMPTY); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 333 #ifdef ENOTEMPTY in errno2name() 334 CASE(ENOTEMPTY); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 333 #ifdef ENOTEMPTY in errno2name() 334 CASE(ENOTEMPTY); in errno2name()
|
/external/ltp/testcases/kernel/syscalls/rename/ |
D | rename04.c | 114 if (TEST_ERRNO == ENOTEMPTY) { in main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 20 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 68 #define ENOTEMPTY 93 /* Directory not empty */ macro
|
/external/ltp/testcases/kernel/syscalls/rmdir/ |
D | rmdir02.c | 53 {TESTDIR, ENOTEMPTY},
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 92 ENOTEMPTY = 93 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 45 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 67 case ENOTEMPTY: // Directory not empty in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 97 ENOTEMPTY = 93 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 407 #ifdef ENOTEMPTY 408 { "ENOTEMPTY", (unsigned long) ENOTEMPTY },
|
/external/u-boot/lib/ |
D | errno_str.c | 53 ERRNO_MSG(ENOTEMPTY, "Directory not empty"),
|