Searched refs:ECONNABORTED (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/errno_h/
H A D3-2.c34 {ECONNABORTED,"ECONNABORTED",ECONNABORTED},
H A D4-1.c30 {ECONNABORTED,"ECONNABORTED"},
H A D3-1.c20 int dummy13 = ECONNABORTED;
/haiku-fatelf/src/bin/coreutils/lib/
H A Derrno.in.h64 # define ECONNABORTED 10053 macro
H A Dstrerror.c106 case ECONNABORTED:
194 /* WSAECONNABORTED is ECONNABORTED */
/haiku-fatelf/src/bin/network/tcpdump/win32/Include/
H A Derrno.h108 #define ECONNABORTED 103 /* Software caused connection abort */ macro
/haiku-fatelf/src/bin/network/wget/lib/
H A Derrno.in.h61 # define ECONNABORTED 10053 macro
H A Dstrerror.c106 case ECONNABORTED:
194 /* WSAECONNABORTED is ECONNABORTED */
/haiku-fatelf/src/tools/docbook/libxml2/include/
H A Dwsockcompat.h57 #define ECONNABORTED WSAECONNABORTED macro
/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.h190 #define ECONNABORTED WSAECONNABORTED macro
/haiku-fatelf/src/build/libroot/
H A Derrors.cpp59 ADD_ERROR(ECONNABORTED);
/haiku-fatelf/src/system/libroot/posix/string/
H A Dstrerror.c462 case ECONNABORTED:
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Derrors.cpp75 { FS_ECONNABORTED, ECONNABORTED },
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dstrerror.c382 #if defined (ECONNABORTED)
383 ENTRY(ECONNABORTED, "ECONNABORTED", "Software caused connection abort"),
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dstrerror.c377 #if defined (ECONNABORTED)
378 ENTRY(ECONNABORTED, "ECONNABORTED", "Software caused connection abort"),
/haiku-fatelf/headers/build/os/support/
H A DErrors.h256 #undef ECONNABORTED macro
342 #define ECONNABORTED HAIKU_ECONNABORTED macro
/haiku-fatelf/src/add-ons/translators/exr/openexr/iex/
H A DIexThrowErrnoExc.cpp568 #if defined (ECONNABORTED)
569 case ECONNABORTED:
/haiku-fatelf/src/bin/
H A Derror.c195 E(ECONNABORTED),
/haiku-fatelf/headers/os/support/
H A DErrors.h155 #define ECONNABORTED B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 27) macro
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h598 #define ECONNABORTED FSSH_ECONNABORTED macro

Completed in 165 milliseconds