/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 118 ENOTCONN = 134 variable 125 LASTERRNO = ENOTCONN
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 92 ENOTCONN, "ENOTCONN", ENOTCONN}, {
|
D | 4-1.c | 87 ENOTCONN, "ENOTCONN"}, {
|
D | 3-1-buildonly.c | 73 int dummy56 = ENOTCONN;
|
/external/libcxx/include/ |
D | errno.h | 178 #ifndef ENOTCONN 179 #define ENOTCONN 9925 macro
|
D | __errc | 74 not_connected, // ENOTCONN 183 not_connected = ENOTCONN,
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_recvfrom.c | 156 if (count != -1 || errno != ENOTCONN) in main() 192 if (count != -1 || errno != ENOTCONN) in main()
|
D | test_1_to_1_recvmsg.c | 170 if (count != -1 || errno != ENOTCONN) in main() 204 if (count != -1 || errno != ENOTCONN) in main()
|
D | test_1_to_1_shutdown.c | 158 if ((error != -1) || (errno != ENOTCONN)) in main() 212 if ((error != -1) || (errno != ENOTCONN)) in main()
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 89 #ifdef ENOTCONN in OPENSSL_MSVC_PRAGMA() 90 err == ENOTCONN || in OPENSSL_MSVC_PRAGMA()
|
/external/webrtc/webrtc/base/ |
D | socket.h | 81 #undef ENOTCONN 82 #define ENOTCONN WSAENOTCONN macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 237 #ifndef ENOTCONN 238 #error ENOTCONN not defined
|
/external/python/cpython3/Lib/ |
D | asyncore.py | 57 ENOTCONN, ESHUTDOWN, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \ 60 _DISCONNECTED = frozenset({ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE, 239 if err.args[0] in (ENOTCONN, EINVAL): 398 if why.args[0] not in (ENOTCONN, EBADF):
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \ 60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE, 252 if err.args[0] in (ENOTCONN, EINVAL): 411 if why.args[0] not in (ENOTCONN, EBADF):
|
/external/curl/lib/ |
D | curl_setup_once.h | 472 #undef ENOTCONN /* override definition in errno.h */ 473 #define ENOTCONN WSAENOTCONN macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 391 # ifndef ENOTCONN 392 # define ENOTCONN 126 macro 571 not_connected = ENOTCONN,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 327 #ifdef ENOTCONN in errno2name() 328 CASE(ENOTCONN); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 327 #ifdef ENOTCONN in errno2name() 328 CASE(ENOTCONN); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 327 #ifdef ENOTCONN in errno2name() 328 CASE(ENOTCONN); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 90 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 89 #define ENOTCONN 134 /* Transport endpoint is not connected */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 113 ENOTCONN = 134 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 115 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
|
/external/u-boot/drivers/video/bridge/ |
D | video-bridge-uclass.c | 42 return ret > 0 ? 0 : ret == 0 ? -ENOTCONN : ret; in video_bridge_check_attached()
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 78 case ENOTCONN: // The socket is not connected in ErrnoToCode()
|