Home
last modified time | relevance | path

Searched refs:ENOTEMPTY (Results 1 - 25 of 114) sorted by relevance

12345

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

Completed in 14 milliseconds

12345