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

1 2 3 4 5

  /external/libmicrohttpd/src/include/
w32functions.h 125 #ifndef EUSERS
126 #define EUSERS (MHDW32ERRBASE+28)
  /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 */
  /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/webrtc/webrtc/base/
socket.h 103 #undef EUSERS
104 #define EUSERS WSAEUSERS
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 93 EUSERS = 94
  /external/syslinux/com32/include/
errno.h 94 #define EUSERS 87 /* Too many users */
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyExceptionUtils.java 115 } else if (errorFlag == -EUSERS) {
  /external/libmicrohttpd/src/platform/
w32functions.c 82 case WSAEUSERS: return EUSERS;
176 case EUSERS:
516 case EUSERS:
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 133 #define EUSERS __EUSERS /* 68 Too many users */
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 98 EUSERS = 94
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 167 #define EUSERS 87 /* Too many users */
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 98 case EUSERS: // Too many users
  /external/strace/tests/
errno2name.c 471 #ifdef EUSERS
472 CASE(EUSERS);
  /external/strace/tests-m32/
errno2name.c 471 #ifdef EUSERS
472 CASE(EUSERS);
  /external/strace/tests-mx32/
errno2name.c 471 #ifdef EUSERS
472 CASE(EUSERS);
  /bionic/libc/private/
bionic_errdefs.h 124 __BIONIC_ERRDEF( EUSERS , 87, "Too many users" )
  /external/ltp/lib/
errnos.h 120 PAIR(EUSERS)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_wsa_errnos.h 220 #define EUSERS WSAEUSERS
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 334 #if defined (EUSERS)
335 ENTRY(EUSERS, "EUSERS", "Too many users"),
  /external/minijail/linux-x86/
libconstants.gen.c 518 #ifdef EUSERS
519 { "EUSERS", (unsigned long) EUSERS },
520 #endif // EUSERS
    [all...]
  /external/curl/lib/
curl_setup_once.h 511 #define EUSERS WSAEUSERS

Completed in 1387 milliseconds

1 2 3 4 5