Home
last modified time | relevance | path

Searched refs:EUSERS (Results 1 – 25 of 49) sorted by relevance

12

/external/webrtc/webrtc/base/
Dsocket.h103 #undef EUSERS
104 #define EUSERS WSAEUSERS macro
/external/strace/tests-mx32/
Derrno2name.c471 #ifdef EUSERS in errno2name()
472 CASE(EUSERS); in errno2name()
/external/strace/tests-m32/
Derrno2name.c471 #ifdef EUSERS in errno2name()
472 CASE(EUSERS); in errno2name()
/external/strace/tests/
Derrno2name.c471 #ifdef EUSERS in errno2name()
472 CASE(EUSERS); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h70 #define EUSERS 87 /* Too many users */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h69 #define EUSERS 94 /* Too many users */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py93 EUSERS = 94 variable
/external/u-boot/include/linux/
Derrno.h95 #define EUSERS 87 /* Too many users */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc98 case EUSERS: // Too many users in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py98 EUSERS = 94 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c518 #ifdef EUSERS
519 { "EUSERS", (unsigned long) EUSERS },
/external/u-boot/lib/
Derrno_str.c101 ERRNO_MSG(EUSERS, "Too many users"),
/external/ltp/lib/
Derrnos.h120 PAIR(EUSERS) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc131 ERROR_ENTRY(EUSERS), // Too many users
/external/curl/lib/
Dcurl_setup_once.h492 #define EUSERS WSAEUSERS macro
/external/python/cpython2/Modules/
Derrnomodule.c132 #ifdef EUSERS in initerrno()
133 inscode(d, ds, de, "EUSERS", EUSERS, "Too many users"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c175 #ifdef EUSERS in PyInit_errno()
176 inscode(d, ds, de, "EUSERS", EUSERS, "Too many users"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst458 .. data:: EUSERS
/external/python/cpython3/Doc/library/
Derrno.rst461 .. data:: EUSERS
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1267 EUSERS = syscall.Errno(0x5e) const
Dzerrors_dragonfly_amd64.go1395 EUSERS = syscall.Errno(0x44) const
Dzerrors_openbsd_arm.go1423 EUSERS = syscall.Errno(0x44) const
Dzerrors_openbsd_amd64.go1523 EUSERS = syscall.Errno(0x44) const
Dzerrors_openbsd_386.go1421 EUSERS = syscall.Errno(0x44) const
Dzerrors_darwin_386.go1591 EUSERS = syscall.Errno(0x44) const

12