HomeSort by relevance Sort by last modified time
    Searched defs:EUSERS (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/libmicrohttpd/src/include/
w32functions.h 125 #ifndef EUSERS
126 #define EUSERS (MHDW32ERRBASE+28)
  /external/webrtc/webrtc/base/
socket.h 103 #undef EUSERS
104 #define EUSERS WSAEUSERS
  /external/curl/lib/
curl_setup_once.h 511 #define EUSERS WSAEUSERS
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 74 #define EUSERS 87
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 73 #define EUSERS 94
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 141 #define EUSERS 68 /* Too many users */
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 133 #define EUSERS __EUSERS /* 68 Too many users */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 70 #define EUSERS 87 /* Too many users */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 69 #define EUSERS 94 /* Too many users */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 60 #define EUSERS 87 /* Too many users */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 93 EUSERS = 94
  /external/syslinux/com32/include/
errno.h 94 #define EUSERS 87 /* Too many users */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 167 #define EUSERS 87 /* Too many users */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 143 EUSERS
278 EUSERS - APPLICATION_ERROR: "too many users",
tables_nacl.go 180 EUSERS Errno = 87
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 143 EUSERS
278 EUSERS - APPLICATION_ERROR: "too many users",
tables_nacl.go 180 EUSERS Errno = 87
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 98 EUSERS = 94
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 256 /** @hide */ public static final int EUSERS = placeholder();
    [all...]

Completed in 838 milliseconds

1 2 3