Home
last modified time | relevance | path

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

123

/external/libcxx/include/
Derrno.h288 #ifndef ENOTEMPTY
289 #define ENOTEMPTY 9953 macro
/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/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/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/curl/lib/
Dcurl_setup_once.h507 #ifndef ENOTEMPTY /* possible previous definition in errno.h */
508 #define ENOTEMPTY WSAENOTEMPTY macro
/external/libusb/msvc/
Derrno.h67 #define ENOTEMPTY 41 /* Directory not empty (90 in Cyg?) */
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h20 #define ENOTEMPTY 39 /* Directory not empty */ macro
/external/ltp/testcases/kernel/syscalls/rename/
Drename04.c114 if (TEST_ERRNO == ENOTEMPTY) { in main()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h68 #define ENOTEMPTY 93 /* Directory not empty */ macro
/external/libmicrohttpd/src/platform/
Dw32functions.c80 case WSAENOTEMPTY: return ENOTEMPTY; in MHD_W32_errno_from_winsock_()
510 case ENOTEMPTY: in MHD_W32_set_last_winsock_error_()
/external/syslinux/com32/include/
Derrno.h44 #define ENOTEMPTY 39 /* Directory not empty */ macro
/external/ltp/testcases/kernel/syscalls/rmdir/
Drmdir05.c85 if (TEST_ERRNO & (EBUSY | ENOTEMPTY)) { in main()
Drmdir02.c82 {TESTDIR, ENOTEMPTY},
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py92 ENOTEMPTY = 93 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py97 ENOTEMPTY = 93 variable
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc67 case ENOTEMPTY: // Directory not empty in ErrnoToCode()
/external/syslinux/core/lwip/src/include/lwip/
Darch.h117 #define ENOTEMPTY 39 /* Directory not empty */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c407 #ifdef ENOTEMPTY
408 { "ENOTEMPTY", (unsigned long) ENOTEMPTY },
/external/ltp/lib/
Derrnos.h72 PAIR(ENOTEMPTY) in tst_strerrno()

123