/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 623 ESTALE => "Stale file handle", 924 ESTALE => "Stale NFS file handle", 1238 ESTALE = libc::ESTALE, 1383 libc::ESTALE => ESTALE, 1484 ESTALE = libc::ESTALE, 1602 libc::ESTALE => ESTALE, [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 131 #ifndef ESTALE 132 #define ESTALE (MHDW32ERRBASE+30) macro
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 78 #undef ESTALE macro 79 #define ESTALE WSAESTALE macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 84 case WSAESTALE: return ESTALE; in MHD_W32_errno_from_winsock_() 180 case ESTALE: in MHD_W32_strerror_() 522 case ESTALE: in MHD_W32_set_last_winsock_error_()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 118 #define ESTALE 116 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 118 #define ESTALE 116 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 118 #define ESTALE 116 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 117 #define ESTALE 116 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 118 #define ESTALE 116 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 167 #define ESTALE 116 /* Stale NFS file handle */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 117 #define ESTALE 116 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 122 #define ESTALE 151 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 122 #define ESTALE 151 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 122 #define ESTALE 151 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 117 #define ESTALE 116 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 117 #define ESTALE 116 macro
|
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
H A D | open_by_handle_at02.c | 35 {"stale-dfd", 0, &valid_fhp, O_RDWR, 0, ESTALE},
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-1-buildonly.c | 91 static int dummy74 = ESTALE;
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 82 C(ESTALE) in f()
|
/third_party/ltp/lib/ |
H A D | errnos.h | 149 PAIR(ESTALE) in tst_strerrno()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 118 pub const ESTALE: u32 = 116; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 118 pub const ESTALE: u32 = 116; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | errno.rs | 118 pub const ESTALE: u32 = 116; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | errno.rs | 125 pub const ESTALE: u32 = 151; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | errno.rs | 118 pub const ESTALE: u32 = 116; consts
|