Home
last modified time | relevance | path

Searched refs:ELIBMAX (Results 1 – 25 of 58) sorted by relevance

123

/external/strace/tests-mx32/
Derrno2name.c216 #ifdef ELIBMAX in errno2name()
217 CASE(ELIBMAX); in errno2name()
/external/strace/tests/
Derrno2name.c216 #ifdef ELIBMAX in errno2name()
217 CASE(ELIBMAX); in errno2name()
/external/strace/tests-m32/
Derrno2name.c216 #ifdef ELIBMAX in errno2name()
217 CASE(ELIBMAX); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h65 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */ macro
/external/musl/arch/mipsn32/bits/
Derrno.h78 #define ELIBMAX 86 macro
/external/musl/arch/mips/bits/
Derrno.h78 #define ELIBMAX 86 macro
/external/musl/arch/mips64/bits/
Derrno.h78 #define ELIBMAX 86 macro
/external/musl/arch/generic/bits/
Derrno.h82 #define ELIBMAX 82 macro
/external/musl/arch/powerpc64/bits/
Derrno.h82 #define ELIBMAX 82 macro
/external/musl/arch/powerpc/bits/
Derrno.h82 #define ELIBMAX 82 macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py85 ELIBMAX = 86 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py90 ELIBMAX = 86 variable
/external/ltp/lib/
Derrnos.h115 PAIR(ELIBMAX) in tst_strerrno()
/external/python/cpython3/Modules/
Derrnomodule.c424 #ifdef ELIBMAX in errno_exec()
425 add_errcode("ELIBMAX", ELIBMAX, "Attempting to link in too many shared libraries"); in errno_exec()
/external/libbrillo/brillo/errors/
Derror_codes.cc123 ERROR_ENTRY(ELIBMAX), // Attempting to link in too many shared libs.
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs87 pub const ELIBMAX: ::c_int = 86; constant
/external/rust/crates/nix/src/
Derrno.rs561 ELIBMAX => "Attempting to link in too many shared libraries", in desc()
1204 ELIBMAX = libc::ELIBMAX, enumerator
1349 libc::ELIBMAX => ELIBMAX, in from_i32()
2786 ELIBMAX = libc::ELIBMAX, enumerator
2918 libc::ELIBMAX => ELIBMAX, in from_i32()
/external/python/cpython2/Modules/
Derrnomodule.c390 #ifdef ELIBMAX in initerrno()
391 inscode(d, ds, de, "ELIBMAX", ELIBMAX, "Attempting to link in too many shared libraries"); in initerrno()
/external/python/cpython2/Doc/library/
Derrno.rst433 .. data:: ELIBMAX
/external/python/cpython3/Doc/library/
Derrno.rst436 .. data:: ELIBMAX
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs174 pub const ELIBMAX: ::c_int = 82; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs117 pub const ELIBMAX: ::c_int = 82; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs211 pub const ELIBMAX: ::c_int = 82; constant
Dpowerpc64.rs110 pub const ELIBMAX: ::c_int = 82; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs458 pub const ELIBMAX: ::c_int = 82; constant

123