Home
last modified time | relevance | path

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

123456

/third_party/rust/crates/nix/src/
Derrno.rs187 ENOTEMPTY => "Directory not empty", in desc()
1163 ENOTEMPTY = libc::ENOTEMPTY, enumerator
1308 libc::ENOTEMPTY => ENOTEMPTY, in from_i32()
1480 ENOTEMPTY = libc::ENOTEMPTY, enumerator
1598 libc::ENOTEMPTY => ENOTEMPTY, in from_i32()
1716 ENOTEMPTY = libc::ENOTEMPTY, enumerator
1825 libc::ENOTEMPTY => ENOTEMPTY, in from_i32()
1933 ENOTEMPTY = libc::ENOTEMPTY, enumerator
2042 libc::ENOTEMPTY => ENOTEMPTY, in from_i32()
2148 ENOTEMPTY = libc::ENOTEMPTY, enumerator
[all …]
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h70 #undef ENOTEMPTY
71 #define ENOTEMPTY WSAENOTEMPTY macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c94 ENOTEMPTY, "ENOTEMPTY", ENOTEMPTY}, {
D4-1.c89 ENOTEMPTY, "ENOTEMPTY"}, {
/third_party/curl/lib/
Dcurl_setup_once.h387 #ifndef ENOTEMPTY /* possible previous definition in errno.h */
388 #define ENOTEMPTY WSAENOTEMPTY macro
/third_party/toybox/toys/posix/
Drmdir.c30 if (!FLAG(ignore_fail_on_non_empty) || errno != ENOTEMPTY) in do_rmdir()
/third_party/libuv/include/uv/
Derrno.h287 #if defined(ENOTEMPTY) && !defined(_WIN32)
288 # define UV__ENOTEMPTY UV__ERR(ENOTEMPTY)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h429 # ifndef ENOTEMPTY /* possible previous definition in errno.h */
430 # define ENOTEMPTY WSAENOTEMPTY macro
/third_party/node/deps/uv/include/uv/
Derrno.h287 #if defined(ENOTEMPTY) && !defined(_WIN32)
288 # define UV__ENOTEMPTY UV__ERR(ENOTEMPTY)
/third_party/ltp/testcases/kernel/syscalls/rename/
Drename04.c35 if (TST_RET == -1 && (TST_ERR == ENOTEMPTY || TST_ERR == EEXIST)) in run()
/third_party/python/PC/
Derrmap.h127 return ENOTEMPTY; in winerror_to_errno()
/third_party/ltp/testcases/kernel/syscalls/rmdir/
Drmdir02.c41 {TESTDIR, ENOTEMPTY},
/third_party/musl/arch/mips/bits/
Derrno.h85 #define ENOTEMPTY 93 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h40 #define ENOTEMPTY 39 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h40 #define ENOTEMPTY 39 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h39 #define ENOTEMPTY 39 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h40 #define ENOTEMPTY 39 macro
/third_party/musl/arch/mips64/bits/
Derrno.h85 #define ENOTEMPTY 93 macro
/third_party/musl/arch/generic/bits/
Derrno.h39 #define ENOTEMPTY 39 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h40 #define ENOTEMPTY 39 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h39 #define ENOTEMPTY 39 macro
/third_party/lwip/src/include/lwip/
Derrno.h86 #define ENOTEMPTY 39 /* Directory not empty */ macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h39 #define ENOTEMPTY 39 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h85 #define ENOTEMPTY 93 macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c80 case WSAENOTEMPTY: return ENOTEMPTY; in MHD_W32_errno_from_winsock_()
510 case ENOTEMPTY: in MHD_W32_set_last_winsock_error_()

123456