/external/webrtc/webrtc/base/ |
D | socket.h | 103 #undef EUSERS 104 #define EUSERS WSAEUSERS macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 471 #ifdef EUSERS in errno2name() 472 CASE(EUSERS); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 471 #ifdef EUSERS in errno2name() 472 CASE(EUSERS); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 471 #ifdef EUSERS in errno2name() 472 CASE(EUSERS); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 70 #define EUSERS 87 /* Too many users */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 69 #define EUSERS 94 /* Too many users */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 93 EUSERS = 94 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 95 #define EUSERS 87 /* Too many users */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 98 case EUSERS: // Too many users in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 98 EUSERS = 94 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 518 #ifdef EUSERS 519 { "EUSERS", (unsigned long) EUSERS },
|
/external/u-boot/lib/ |
D | errno_str.c | 101 ERRNO_MSG(EUSERS, "Too many users"),
|
/external/ltp/lib/ |
D | errnos.h | 120 PAIR(EUSERS) in tst_strerrno()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 131 ERROR_ENTRY(EUSERS), // Too many users
|
/external/curl/lib/ |
D | curl_setup_once.h | 492 #define EUSERS WSAEUSERS macro
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 132 #ifdef EUSERS in initerrno() 133 inscode(d, ds, de, "EUSERS", EUSERS, "Too many users"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 175 #ifdef EUSERS in PyInit_errno() 176 inscode(d, ds, de, "EUSERS", EUSERS, "Too many users"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 458 .. data:: EUSERS
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 461 .. data:: EUSERS
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1267 EUSERS = syscall.Errno(0x5e) const
|
D | zerrors_dragonfly_amd64.go | 1395 EUSERS = syscall.Errno(0x44) const
|
D | zerrors_openbsd_arm.go | 1423 EUSERS = syscall.Errno(0x44) const
|
D | zerrors_openbsd_amd64.go | 1523 EUSERS = syscall.Errno(0x44) const
|
D | zerrors_openbsd_386.go | 1421 EUSERS = syscall.Errno(0x44) const
|
D | zerrors_darwin_386.go | 1591 EUSERS = syscall.Errno(0x44) const
|