Home
last modified time | relevance | path

Searched refs:ENOTEMPTY (Results 1 – 25 of 76) sorted by relevance

1234

/external/u-boot/fs/yaffs2/
Dyportenv.h185 #ifndef ENOTEMPTY
186 #define ENOTEMPTY 39 macro
Dyaffs_error.c33 { ENOTEMPTY, "ENOTEMPTY"},
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c94 ENOTEMPTY, "ENOTEMPTY", ENOTEMPTY}, {
D4-1.c89 ENOTEMPTY, "ENOTEMPTY"}, {
D3-1-buildonly.c75 int dummy58 = ENOTEMPTY;
/external/libcxx/include/
Derrno.h288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953 macro
D__errc39 directory_not_empty, // ENOTEMPTY
136 directory_not_empty = ENOTEMPTY,
/external/webrtc/webrtc/base/
Dsocket.h99 #undef ENOTEMPTY
100 #define ENOTEMPTY WSAENOTEMPTY macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp245 #ifndef ENOTEMPTY
246 #error ENOTEMPTY not defined
/external/curl/lib/
Dcurl_setup_once.h488 #ifndef ENOTEMPTY /* possible previous definition in errno.h */
489 #define ENOTEMPTY WSAENOTEMPTY macro
/external/libusb/msvc/
Derrno.h67 #define ENOTEMPTY 41 /* Directory not empty (90 in Cyg?) */
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h286 # ifndef ENOTEMPTY
287 # define ENOTEMPTY 41 macro
520 directory_not_empty = ENOTEMPTY,
/external/strace/tests-mx32/
Derrno2name.c333 #ifdef ENOTEMPTY in errno2name()
334 CASE(ENOTEMPTY); in errno2name()
/external/strace/tests-m32/
Derrno2name.c333 #ifdef ENOTEMPTY in errno2name()
334 CASE(ENOTEMPTY); in errno2name()
/external/strace/tests/
Derrno2name.c333 #ifdef ENOTEMPTY in errno2name()
334 CASE(ENOTEMPTY); in errno2name()
/external/ltp/testcases/kernel/syscalls/rename/
Drename04.c114 if (TEST_ERRNO == ENOTEMPTY) { in main()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/external/ltp/testcases/kernel/syscalls/rmdir/
Drmdir02.c53 {TESTDIR, ENOTEMPTY},
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py92 ENOTEMPTY = 93 variable
/external/u-boot/include/linux/
Derrno.h45 #define ENOTEMPTY 39 /* Directory not empty */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc67 case ENOTEMPTY: // Directory not empty in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py97 ENOTEMPTY = 93 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c407 #ifdef ENOTEMPTY
408 { "ENOTEMPTY", (unsigned long) ENOTEMPTY },
/external/u-boot/lib/
Derrno_str.c53 ERRNO_MSG(ENOTEMPTY, "Directory not empty"),

1234