HomeSort by relevance Sort by last modified time
    Searched defs:ENOTSOCK (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/kernel-headers/original/uapi/asm-generic/
errno.h 71 #define ENOTSOCK 88 /* Socket operation on non-socket */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 70 #define ENOTSOCK 95 /* Socket operation on non-socket */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 61 #define ENOTSOCK 88 /* Socket operation on non-socket */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 94 ENOTSOCK = 95
  /external/syslinux/com32/include/
errno.h 95 #define ENOTSOCK 88 /* Socket operation on non-socket */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 168 #define ENOTSOCK 88 /* Socket operation on non-socket */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 110 ENOTSOCK
245 ENOTSOCK - APPLICATION_ERROR: "socket operation on non-socket",
tables_nacl.go 181 ENOTSOCK Errno = 88 /* Socket operation on non-socket */
304 ENOTSOCK: "Socket operation on non-socket",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 110 ENOTSOCK
245 ENOTSOCK - APPLICATION_ERROR: "socket operation on non-socket",
tables_nacl.go 181 ENOTSOCK Errno = 88 /* Socket operation on non-socket */
304 ENOTSOCK: "Socket operation on non-socket",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
  /external/python/cpython2/Lib/plat-beos5/
IN.py 196 ENOTSOCK = (B_POSIX_ERROR_BASE + 44)
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 99 ENOTSOCK = 95
  /external/python/cpython3/Objects/
exceptions.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 174 not_a_socket, // ENOTSOCK
385 # ifndef ENOTSOCK
386 # define ENOTSOCK 128
565 not_a_socket = ENOTSOCK,
  /external/syslinux/gpxe/src/include/
errno.h 397 #define ENOTSOCK ( ERRFILE | PXENV_STATUS_FAILURE | 0x3b000000 )
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 233 public static final int ENOTSOCK = placeholder();
    [all...]

Completed in 1107 milliseconds

12 3 4 5