Home
last modified time | relevance | path

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

1234

/external/rust/crates/nix/src/
Derrno.rs160 ENOTEMPTY => "Directory not empty", in desc()
678 ENOTEMPTY = libc::ENOTEMPTY, enumerator
821 libc::ENOTEMPTY => ENOTEMPTY, in from_i32()
992 ENOTEMPTY = libc::ENOTEMPTY, enumerator
1110 libc::ENOTEMPTY => ENOTEMPTY, in from_i32()
1227 ENOTEMPTY = libc::ENOTEMPTY, enumerator
1335 libc::ENOTEMPTY => ENOTEMPTY, in from_i32()
1443 ENOTEMPTY = libc::ENOTEMPTY, enumerator
1550 libc::ENOTEMPTY => ENOTEMPTY, in from_i32()
1656 ENOTEMPTY = libc::ENOTEMPTY, enumerator
[all …]
/external/llvm-project/libcxx/include/
Derrno.h287 #ifndef ENOTEMPTY
288 #define ENOTEMPTY 9953 macro
D__errc38 directory_not_empty, // ENOTEMPTY
135 directory_not_empty = 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/toybox/toys/posix/
Drmdir.c30 if (!FLAG(ignore_fail_on_non_empty) || errno != ENOTEMPTY) in do_rmdir()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp245 #ifndef ENOTEMPTY
246 #error ENOTEMPTY not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp246 #ifndef ENOTEMPTY
247 #error ENOTEMPTY not defined
/external/curl/lib/
Dcurl_setup_once.h468 #ifndef ENOTEMPTY /* possible previous definition in errno.h */
469 #define ENOTEMPTY WSAENOTEMPTY macro
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h126 #define ENOTEMPTY 66 /* Directory not empty */ macro
/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/python/cpython3/PC/
Derrmap.h127 return ENOTEMPTY; in winerror_to_errno()
/external/strace/tests-m32/
Derrno2name.c333 #ifdef ENOTEMPTY in errno2name()
334 CASE(ENOTEMPTY); in errno2name()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h514 #ifndef ENOTEMPTY /* possible previous definition in errno.h */
515 #define ENOTEMPTY WSAENOTEMPTY macro
/external/strace/tests/
Derrno2name.c333 #ifdef ENOTEMPTY in errno2name()
334 CASE(ENOTEMPTY); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c333 #ifdef ENOTEMPTY in errno2name()
334 CASE(ENOTEMPTY); in errno2name()
/external/ltp/testcases/kernel/syscalls/rmdir/
Drmdir02.c41 {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/
Derror.cc68 case ENOTEMPTY: // Directory not empty in ErrnoToCode()
/external/ltp/lib/
Derrnos.h72 PAIR(ENOTEMPTY) in tst_strerrno()

1234