/external/webrtc/webrtc/base/ |
D | socket.h | 107 #undef ESTALE 108 #define ESTALE WSAESTALE macro
|
/external/libcxx/src/include/ |
D | config_elast.h | 32 #define _LIBCPP_ELAST ESTALE
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 99 #define ESTALE 116 /* Stale file handle */ macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 134 #define ESTALE 70 /* Stale NFS file handle */ macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 444 #ifdef ESTALE in errno2name() 445 CASE(ESTALE); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 444 #ifdef ESTALE in errno2name() 445 CASE(ESTALE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 444 #ifdef ESTALE in errno2name() 445 CASE(ESTALE); in errno2name()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 124 ESTALE = 151 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 124 #define ESTALE 116 /* Stale file handle */ macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-1-buildonly.c | 91 int dummy74 = ESTALE;
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 130 ESTALE = 151 variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 143 case ESTALE: // Stale file handle in ErrnoToCode()
|
/external/u-boot/lib/ |
D | errno_str.c | 130 ERRNO_MSG(ESTALE, "Stale NFS file handle"),
|
/external/ltp/lib/ |
D | errnos.h | 149 PAIR(ESTALE) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 502 #ifdef ESTALE 503 {"ESTALE", (unsigned long)ESTALE},
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 160 ERROR_ENTRY(ESTALE), // Stale file handle
|
/external/curl/lib/ |
D | curl_setup_once.h | 494 #define ESTALE WSAESTALE macro
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 192 ESTALE = (B_POSIX_ERROR_BASE + 40) variable
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 488 #ifdef ESTALE in initerrno() 489 inscode(d, ds, de, "ESTALE", ESTALE, "Stale NFS file handle"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 531 #ifdef ESTALE in PyInit_errno() 532 inscode(d, ds, de, "ESTALE", ESTALE, "Stale NFS file handle"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 603 .. data:: ESTALE
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 606 .. data:: ESTALE
|
/external/rust/crates/libc/src/unix/uclibc/mips/ |
D | mod.rs | 137 pub const ESTALE: ::c_int = 151; constant
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 329 pub const ESTALE: ::c_int = 133; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 144 pub const ESTALE: ::c_int = 116; constant
|