/external/rust/crates/nix/src/ |
D | errno.rs | 362 EUSERS => "Too many users", in desc() 512 EUSERS => "Too many users", in desc() 724 EUSERS = libc::EUSERS, enumerator 867 libc::EUSERS => EUSERS, in from_i32() 994 EUSERS = libc::EUSERS, enumerator 1112 libc::EUSERS => EUSERS, in from_i32() 1229 EUSERS = libc::EUSERS, enumerator 1337 libc::EUSERS => EUSERS, in from_i32() 1445 EUSERS = libc::EUSERS, enumerator 1552 libc::EUSERS => EUSERS, in from_i32() [all …]
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 130 #define EUSERS 68 /* Too many users */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 70 #define EUSERS 87 /* Too many users */ macro
|
/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/strace/tests-mx32/ |
D | errno2name.c | 471 #ifdef EUSERS in errno2name() 472 CASE(EUSERS); in errno2name()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 93 EUSERS = 94 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 98 EUSERS = 94 variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 99 case EUSERS: // Too many users in ErrnoToCode()
|
/external/llvm-project/libc/spec/ |
D | linux.td | 11 Macro<"EUSERS">,
|
/external/ltp/lib/ |
D | errnos.h | 120 PAIR(EUSERS) in tst_strerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 166 #ifdef EUSERS in errno_exec() 167 add_errcode("EUSERS", EUSERS, "Too many users"); in errno_exec()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 131 ERROR_ENTRY(EUSERS), // Too many users
|
/external/curl/lib/ |
D | curl_setup_once.h | 472 #define EUSERS WSAEUSERS macro
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | setup_once.h | 518 #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/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 104 pub const EUSERS: ::c_int = 94; constant
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 207 #ifndef EUSERS 208 #define EUSERS WSAEUSERS macro
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 458 .. data:: EUSERS
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 461 .. data:: EUSERS
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 114 pub const EUSERS: ::c_int = 87; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 218 pub const EUSERS: ::c_int = 87; constant
|
D | mips64.rs | 499 pub const EUSERS: ::c_int = 94; constant
|
D | powerpc64.rs | 114 pub const EUSERS: ::c_int = 87; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 308 pub const EUSERS: ::c_int = 68; constant
|