/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 131 #ifndef ESTALE 132 #define ESTALE (MHDW32ERRBASE+30) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 78 #undef ESTALE 79 #define ESTALE WSAESTALE macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
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_a/kernel/include/bits/ |
D | errno.h | 118 #define ESTALE 116 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 167 #define ESTALE 116 /* Stale NFS file handle */ macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 117 #define ESTALE 116 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 122 #define ESTALE 151 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 117 #define ESTALE 116 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 118 #define ESTALE 116 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 122 #define ESTALE 151 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 122 #define ESTALE 151 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 118 #define ESTALE 116 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 117 #define ESTALE 116 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 118 #define ESTALE 116 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 117 #define ESTALE 116 macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-1-buildonly.c | 91 static int dummy74 = ESTALE;
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 82 C(ESTALE) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 98 E(ESTALE, "Stale file handle")
|
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
D | open_by_handle_at02.c | 35 {"stale-dfd", 0, &valid_fhp, O_RDWR, 0, ESTALE},
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 98 E(ESTALE, "Stale file handle")
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 98 E(ESTALE, "Stale file handle")
|
/third_party/musl/src/errno/ |
D | __strerror.h | 98 E(ESTALE, "Stale file handle")
|
/third_party/ltp/lib/ |
D | errnos.h | 149 PAIR(ESTALE) in tst_strerrno()
|
/third_party/python/Modules/ |
D | errnomodule.c | 522 #ifdef ESTALE in errno_exec() 523 add_errcode("ESTALE", ESTALE, "Stale NFS file handle"); in errno_exec()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 459 #define ESTALE WSAESTALE macro
|