Home
last modified time | relevance | path

Searched refs:EALREADY (Results 1 – 25 of 107) sorted by relevance

12345

/external/rust/crates/nix/src/
Derrno.rs165 EALREADY => "Operation already in progress", in desc()
751 EALREADY = libc::EALREADY, enumerator
894 libc::EALREADY => EALREADY, in from_i32()
963 EALREADY = libc::EALREADY, enumerator
1081 libc::EALREADY => EALREADY, in from_i32()
1198 EALREADY = libc::EALREADY, enumerator
1306 libc::EALREADY => EALREADY, in from_i32()
1414 EALREADY = libc::EALREADY, enumerator
1521 libc::EALREADY => EALREADY, in from_i32()
1627 EALREADY = libc::EALREADY, enumerator
[all …]
/external/webrtc/rtc_base/
Dsocket.h40 #undef EALREADY
41 #define EALREADY WSAEALREADY macro
/external/llvm-project/libcxx/include/
Derrno.h105 #ifndef EALREADY
106 #define EALREADY 9907 macro
D__errc32 connection_already_in_progress, // EALREADY
129 connection_already_in_progress = EALREADY,
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c32 EALREADY, "EALREADY", EALREADY}, {
D4-1.c27 EALREADY, "EALREADY"}, {
/external/libcxx/include/
Derrno.h106 #ifndef EALREADY
107 #define EALREADY 9907 macro
D__errc33 connection_already_in_progress, // EALREADY
130 connection_already_in_progress = EALREADY,
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/
Dfd.c103 #ifdef EALREADY in OPENSSL_MSVC_PRAGMA()
104 err == EALREADY || in OPENSSL_MSVC_PRAGMA()
/external/boringssl/src/crypto/bio/
Dfd.c103 #ifdef EALREADY in OPENSSL_MSVC_PRAGMA()
104 err == EALREADY || in OPENSSL_MSVC_PRAGMA()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp43 #ifndef EALREADY
44 #error EALREADY not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp44 #ifndef EALREADY
45 #error EALREADY not defined
/external/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h32 #define LWS_EALREADY EALREADY
/external/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h81 #define LWS_EALREADY EALREADY
/external/curl/lib/
Dcurl_setup_once.h414 #undef EALREADY /* override definition in errno.h */
415 #define EALREADY WSAEALREADY macro
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h89 #define EALREADY 37 /* Operation already in progress */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/external/strace/tests-m32/
Derrno2name.c60 #ifdef EALREADY in errno2name()
61 CASE(EALREADY); in errno2name()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h460 #undef EALREADY /* override definition in errno.h */
461 #define EALREADY WSAEALREADY macro
/external/strace/tests/
Derrno2name.c60 #ifdef EALREADY in errno2name()
61 CASE(EALREADY); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c60 #ifdef EALREADY in errno2name()
61 CASE(EALREADY); in errno2name()
/external/drm_hwcomposer/utils/
DWorker.cpp35 return -EALREADY; in InitWorker()
/external/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h137 #define LWS_EALREADY EALREADY
/external/python/cpython3/Modules/
Derrnomodule.c15 #undef EALREADY
331 #ifdef EALREADY in errno_exec()
332 add_errcode("EALREADY", EALREADY, "Operation already in progress"); in errno_exec()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py122 EALREADY = 149 variable

12345