Searched refs:ENOPROTOOPT (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/errno_h/
H A D3-2.c56 {ENOPROTOOPT,"ENOPROTOOPT",ENOPROTOOPT},{ENOSPC,"ENOSPC",ENOSPC},
H A D4-1.c52 {ENOPROTOOPT,"ENOPROTOOPT"},{ENOSPC,"ENOSPC"},
H A D3-1.c58 int dummy51 = ENOPROTOOPT;
/haiku-fatelf/src/bin/coreutils/lib/
H A Derrno.in.h53 # define ENOPROTOOPT 10042 macro
H A Dstrerror.c73 case ENOPROTOOPT:
183 /* WSAENOPROTOOPT is ENOPROTOOPT */
/haiku-fatelf/src/bin/network/tcpdump/win32/Include/
H A Derrno.h97 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/haiku-fatelf/src/bin/network/wget/lib/
H A Derrno.in.h50 # define ENOPROTOOPT 10042 macro
H A Dstrerror.c73 case ENOPROTOOPT:
183 /* WSAENOPROTOOPT is ENOPROTOOPT */
/haiku-fatelf/src/tools/docbook/libxml2/include/
H A Dwsockcompat.h46 #define ENOPROTOOPT WSAENOPROTOOPT macro
/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.h179 #define ENOPROTOOPT WSAENOPROTOOPT macro
H A Dconnect.c613 #ifdef ENOPROTOOPT
614 || err == ENOPROTOOPT
/haiku-fatelf/src/build/libroot/
H A Derrors.cpp66 ADD_ERROR(ENOPROTOOPT);
/haiku-fatelf/src/system/libroot/posix/string/
H A Dstrerror.c476 case ENOPROTOOPT:
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Derrors.cpp82 { FS_ENOPROTOOPT, ENOPROTOOPT },
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dstrerror.c349 #if defined (ENOPROTOOPT)
350 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dstrerror.c344 #if defined (ENOPROTOOPT)
345 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
/haiku-fatelf/headers/build/os/support/
H A DErrors.h263 #undef ENOPROTOOPT macro
349 #define ENOPROTOOPT HAIKU_ENOPROTOOPT macro
/haiku-fatelf/src/add-ons/translators/exr/openexr/iex/
H A DIexThrowErrnoExc.cpp513 #if defined (ENOPROTOOPT)
514 case ENOPROTOOPT:
/haiku-fatelf/src/bin/
H A Derror.c249 E(ENOPROTOOPT),
/haiku-fatelf/headers/os/support/
H A DErrors.h162 #define ENOPROTOOPT B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 34) macro
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1077 return ENOPROTOOPT;
1182 return ENOPROTOOPT;
1495 return ENOPROTOOPT;
1609 return ENOPROTOOPT;
/haiku-fatelf/src/bin/network/telnetd/
H A Dtelnetd.c417 && (errno != ENOPROTOOPT) )
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp1169 return ENOPROTOOPT;
1306 return ENOPROTOOPT;
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp1095 return ENOPROTOOPT;
1174 return ENOPROTOOPT;
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-linux.c1024 if (errno != ENOPROTOOPT && errno != EOPNOTSUPP) {

Completed in 131 milliseconds

12