Home
last modified time | relevance | path

Searched refs:ESTALE (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h131 #ifndef ESTALE
132 #define ESTALE (MHDW32ERRBASE+30) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h78 #undef ESTALE
79 #define ESTALE WSAESTALE macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c84 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_a/kernel/include/bits/
Derrno.h118 #define ESTALE 116 macro
/third_party/lwip/src/include/lwip/
Derrno.h167 #define ESTALE 116 /* Stale NFS file handle */ macro
/third_party/musl/arch/powerpc/bits/
Derrno.h117 #define ESTALE 116 macro
/third_party/musl/arch/mips/bits/
Derrno.h122 #define ESTALE 151 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h117 #define ESTALE 116 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h118 #define ESTALE 116 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h122 #define ESTALE 151 macro
/third_party/musl/arch/mips64/bits/
Derrno.h122 #define ESTALE 151 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h118 #define ESTALE 116 macro
/third_party/musl/arch/generic/bits/
Derrno.h117 #define ESTALE 116 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h118 #define ESTALE 116 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h117 #define ESTALE 116 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-1-buildonly.c91 static int dummy74 = ESTALE;
/third_party/musl/libc-test/src/api/
Derrno.c82 C(ESTALE) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h98 E(ESTALE, "Stale file handle")
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/
Dopen_by_handle_at02.c35 {"stale-dfd", 0, &valid_fhp, O_RDWR, 0, ESTALE},
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h98 E(ESTALE, "Stale file handle")
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h98 E(ESTALE, "Stale file handle")
/third_party/musl/src/errno/
D__strerror.h98 E(ESTALE, "Stale file handle")
/third_party/ltp/lib/
Derrnos.h149 PAIR(ESTALE) in tst_strerrno()
/third_party/python/Modules/
Derrnomodule.c522 #ifdef ESTALE in errno_exec()
523 add_errcode("ESTALE", ESTALE, "Stale NFS file handle"); in errno_exec()
/third_party/curl/lib/
Dcurl_setup_once.h459 #define ESTALE WSAESTALE macro

12