/external/bison/lib/ |
D | errno.in.h | 144 # define ESTALE 10070 macro 227 # ifndef ESTALE 228 # define ESTALE 2009 macro
|
D | strerror-override.c | 124 case ESTALE: in strerror_override() 270 case ESTALE: in strerror_override()
|
D | spawni.c | 354 case ESTALE: in __spawni()
|
/external/libmicrohttpd/src/include/ |
D | w32functions.h | 131 #ifndef ESTALE 132 #define ESTALE (MHDW32ERRBASE+30) macro
|
/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/libmicrohttpd/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_()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 98 #define ESTALE 116 /* Stale file handle */ macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 443 #ifdef ESTALE in errno2name() 444 CASE(ESTALE); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 443 #ifdef ESTALE in errno2name() 444 CASE(ESTALE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 443 #ifdef ESTALE in errno2name() 444 CASE(ESTALE); in errno2name()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 105 #define ESTALE 151 /* Stale file handle */ macro
|
/external/syslinux/com32/include/ |
D | errno.h | 123 #define ESTALE 116 /* Stale NFS file handle */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 124 ESTALE = 151 variable
|
/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/syslinux/core/lwip/src/include/lwip/ |
D | arch.h | 196 #define ESTALE 116 /* Stale NFS file handle */ macro
|
/external/ltp/lib/ |
D | errnos.h | 149 PAIR(ESTALE) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 494 #ifdef ESTALE 495 { "ESTALE", (unsigned long) ESTALE },
|
/external/bison/m4/ |
D | errno_h.m4 | 46 #if !defined ESTALE
|
/external/syslinux/gpxe/src/include/ |
D | errno.h | 442 #define ESTALE ( ERRFILE | PXENV_STATUS_FAILURE | 0x4a000000 ) macro
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 160 ERROR_ENTRY(ESTALE), // Stale file handle
|
/external/c-ares/ |
D | setup_once.h | 457 #define ESTALE WSAESTALE macro
|
/external/curl/lib/ |
D | curl_setup_once.h | 527 #define ESTALE WSAESTALE macro
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 192 ESTALE = (B_POSIX_ERROR_BASE + 40) variable
|