/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 32 EALREADY, "EALREADY", EALREADY}, {
|
D | 4-1.c | 27 EALREADY, "EALREADY"}, {
|
D | 3-1-buildonly.c | 16 int dummy7 = EALREADY;
|
/external/libcxx/include/ |
D | errno.h | 106 #ifndef EALREADY 107 #define EALREADY 9907 macro
|
D | __errc | 33 connection_already_in_progress, // EALREADY 130 connection_already_in_progress = EALREADY,
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 104 #ifdef EALREADY in OPENSSL_MSVC_PRAGMA() 105 err == EALREADY || in OPENSSL_MSVC_PRAGMA()
|
/external/webrtc/webrtc/base/ |
D | socket.h | 41 #undef EALREADY 42 #define EALREADY WSAEALREADY macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 43 #ifndef EALREADY 44 #error EALREADY not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 434 #undef EALREADY /* override definition in errno.h */ 435 #define EALREADY WSAEALREADY macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 268 # ifndef EALREADY 269 # define EALREADY 103 macro 514 connection_already_in_progress = EALREADY,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 60 #ifdef EALREADY in errno2name() 61 CASE(EALREADY); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 60 #ifdef EALREADY in errno2name() 61 CASE(EALREADY); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 60 #ifdef EALREADY in errno2name() 61 CASE(EALREADY); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
/external/drm_hwcomposer/ |
D | worker.cpp | 35 return -EALREADY; in InitWorker()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 122 EALREADY = 149 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 122 #define EALREADY 114 /* Operation already in progress */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 59 case EALREADY: // Connection already in progress in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 128 EALREADY = 149 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 149 #ifdef EALREADY 150 { "EALREADY", (unsigned long) EALREADY },
|
/external/u-boot/lib/ |
D | errno_str.c | 128 ERRNO_MSG(EALREADY, "Operation already in progress"),
|
/external/ltp/lib/ |
D | errnos.h | 147 PAIR(EALREADY) in tst_strerrno()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 47 already_started = ASIO_SOCKET_ERROR(EALREADY),
|
/external/python/cpython3/Lib/ |
D | asyncore.py | 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \ 334 if err in (EINPROGRESS, EALREADY, EWOULDBLOCK) \
|