/third_party/rust/crates/nix/src/ |
D | errno.rs | 187 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/ |
D | winerrno.h | 70 #undef ENOTEMPTY 71 #define ENOTEMPTY WSAENOTEMPTY macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 94 ENOTEMPTY, "ENOTEMPTY", ENOTEMPTY}, {
|
D | 4-1.c | 89 ENOTEMPTY, "ENOTEMPTY"}, {
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 387 #ifndef ENOTEMPTY /* possible previous definition in errno.h */ 388 #define ENOTEMPTY WSAENOTEMPTY macro
|
/third_party/toybox/toys/posix/ |
D | rmdir.c | 30 if (!FLAG(ignore_fail_on_non_empty) || errno != ENOTEMPTY) in do_rmdir()
|
/third_party/libuv/include/uv/ |
D | errno.h | 287 #if defined(ENOTEMPTY) && !defined(_WIN32) 288 # define UV__ENOTEMPTY UV__ERR(ENOTEMPTY)
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 429 # ifndef ENOTEMPTY /* possible previous definition in errno.h */ 430 # define ENOTEMPTY WSAENOTEMPTY macro
|
/third_party/node/deps/uv/include/uv/ |
D | errno.h | 287 #if defined(ENOTEMPTY) && !defined(_WIN32) 288 # define UV__ENOTEMPTY UV__ERR(ENOTEMPTY)
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
D | rename04.c | 35 if (TST_RET == -1 && (TST_ERR == ENOTEMPTY || TST_ERR == EEXIST)) in run()
|
/third_party/python/PC/ |
D | errmap.h | 127 return ENOTEMPTY; in winerror_to_errno()
|
/third_party/ltp/testcases/kernel/syscalls/rmdir/ |
D | rmdir02.c | 41 {TESTDIR, ENOTEMPTY},
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 85 #define ENOTEMPTY 93 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 40 #define ENOTEMPTY 39 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 40 #define ENOTEMPTY 39 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 39 #define ENOTEMPTY 39 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 40 #define ENOTEMPTY 39 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 85 #define ENOTEMPTY 93 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 39 #define ENOTEMPTY 39 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 40 #define ENOTEMPTY 39 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 39 #define ENOTEMPTY 39 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 86 #define ENOTEMPTY 39 /* Directory not empty */ macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 39 #define ENOTEMPTY 39 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 85 #define ENOTEMPTY 93 macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 80 case WSAENOTEMPTY: return ENOTEMPTY; in MHD_W32_errno_from_winsock_() 510 case ENOTEMPTY: in MHD_W32_set_last_winsock_error_()
|