HomeSort by: relevance | last modified time | path
    Searched refs:EPROTOTYPE (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/lib/librumpuser/
rumpuser_errtrans.c 150 #ifdef EPROTOTYPE
151 case EPROTOTYPE : return 41;
  /src/sys/rump/include/rump/
rumperrno2host.h 180 #ifdef EPROTOTYPE
182 return EPROTOTYPE;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 237 #ifndef EPROTOTYPE
238 #define EPROTOTYPE 9941
  /src/sys/sys/
errno.h 90 #define EPROTOTYPE 41 /* Protocol wrong type for socket */
  /src/external/gpl3/gdb/dist/gnulib/import/
strerror-override.c 58 case EPROTOTYPE:
152 /* WSAEPROTOTYPE maps to EPROTOTYPE */
w32sock.h 80 errno = EPROTOTYPE;
errno.in.h 103 # define EPROTOTYPE 136
  /src/external/gpl3/gdb.old/dist/gnulib/import/
strerror-override.c 58 case EPROTOTYPE:
152 /* WSAEPROTOTYPE maps to EPROTOTYPE */
w32sock.h 80 errno = EPROTOTYPE;
errno.in.h 103 # define EPROTOTYPE 136
  /src/external/mpl/dhcp/dist/omapip/
toisc.c 117 case EPROTOTYPE:
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
net.h 211 #undef EPROTOTYPE
212 #define EPROTOTYPE WSAEPROTOTYPE
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d 247 enum EPROTOTYPE = 136;
348 enum EPROTOTYPE = 91; ///
451 enum EPROTOTYPE = 91; ///
563 enum EPROTOTYPE = 219; ///
659 enum EPROTOTYPE = 98; ///
765 enum EPROTOTYPE = 91; ///
868 enum EPROTOTYPE = 91; ///
920 enum EPROTOTYPE = 41; ///
1075 enum EPROTOTYPE = 91; ///
1167 enum EPROTOTYPE = 41; /// Protocol wrong type for socke
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c 341 #ifdef EPROTOTYPE
342 { "EPROTOTYPE", EPROTOTYPE, 107 },
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 341 #ifdef EPROTOTYPE
342 { "EPROTOTYPE", EPROTOTYPE, 107 },
  /src/external/cddl/osnet/lib/libdtrace/
errno.d 121 inline int EPROTOTYPE = 41;
122 #pragma D binding "1.0" EPROTOTYPE
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
error_constants.h 174 wrong_protocol_type = EPROTOTYPE
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 157 wrong_protocol_type = EPROTOTYPE
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h 174 wrong_protocol_type = EPROTOTYPE
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 157 wrong_protocol_type = EPROTOTYPE
  /src/external/mit/libuv/dist/include/uv/
errno.h 329 #if defined(EPROTOTYPE) && !defined(_WIN32)
330 # define UV__EPROTOTYPE UV__ERR(EPROTOTYPE)
  /src/external/gpl3/binutils/dist/libiberty/
strerror.c 346 #if defined (EPROTOTYPE)
347 ENTRY(EPROTOTYPE, "EPROTOTYPE", "Protocol wrong type for socket"),
  /src/external/gpl3/binutils.old/dist/libiberty/
strerror.c 346 #if defined (EPROTOTYPE)
347 ENTRY(EPROTOTYPE, "EPROTOTYPE", "Protocol wrong type for socket"),
  /src/external/gpl3/gcc/dist/libiberty/
strerror.c 346 #if defined (EPROTOTYPE)
347 ENTRY(EPROTOTYPE, "EPROTOTYPE", "Protocol wrong type for socket"),
  /src/external/gpl3/gcc.old/dist/libiberty/
strerror.c 346 #if defined (EPROTOTYPE)
347 ENTRY(EPROTOTYPE, "EPROTOTYPE", "Protocol wrong type for socket"),

Completed in 39 milliseconds

1 2