HomeSort by relevance Sort by last modified time
    Searched refs:ESOCKTNOSUPPORT (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/libmicrohttpd/src/include/
w32functions.h 137 #ifndef ESOCKTNOSUPPORT
138 #define ESOCKTNOSUPPORT (MHDW32ERRBASE+32)
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 81 #define ESOCKTNOSUPPORT 94
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 80 #define ESOCKTNOSUPPORT 121
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 105 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */
  /external/ltp/testcases/kernel/syscalls/socket/
socket01.c 96 tdat[i].experrno = ESOCKTNOSUPPORT;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 67 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */
  /external/webrtc/webrtc/base/
socket.h 55 #undef ESOCKTNOSUPPORT
56 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT
  /external/ltp/testcases/kernel/syscalls/socketpair/
socketpair01.c 100 tdat[i].experrno = ESOCKTNOSUPPORT;
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 100 ESOCKTNOSUPPORT = 121
  /external/syslinux/com32/include/
errno.h 101 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */
  /external/libmicrohttpd/src/platform/
w32functions.c 58 case WSAESOCKTNOSUPPORT: return ESOCKTNOSUPPORT;
132 case ESOCKTNOSUPPORT:
444 case ESOCKTNOSUPPORT:
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 103 #define ESOCKTNOSUPPORT __ESOCKTNOSUPPORT /* 44 Socket type not supported */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 105 ESOCKTNOSUPPORT = 121
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 174 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 115 case ESOCKTNOSUPPORT: // Socket type not supported
  /external/strace/tests/
errno2name.c 432 #ifdef ESOCKTNOSUPPORT
433 CASE(ESOCKTNOSUPPORT);
  /external/strace/tests-m32/
errno2name.c 432 #ifdef ESOCKTNOSUPPORT
433 CASE(ESOCKTNOSUPPORT);
  /external/strace/tests-mx32/
errno2name.c 432 #ifdef ESOCKTNOSUPPORT
433 CASE(ESOCKTNOSUPPORT);
  /bionic/libc/private/
bionic_errdefs.h 131 __BIONIC_ERRDEF( ESOCKTNOSUPPORT, 94, "Socket type not supported" )
  /external/ltp/lib/
errnos.h 127 PAIR(ESOCKTNOSUPPORT)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_wsa_errnos.h 196 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 355 #if defined (ESOCKTNOSUPPORT)
356 ENTRY(ESOCKTNOSUPPORT, "ESOCKTNOSUPPORT", "Socket type not supported"),
  /external/minijail/linux-x86/
libconstants.gen.c 482 #ifdef ESOCKTNOSUPPORT
483 { "ESOCKTNOSUPPORT", (unsigned long) ESOCKTNOSUPPORT },
484 #endif // ESOCKTNOSUPPORT
    [all...]

Completed in 143 milliseconds

1 2 3 4