Home
last modified time | relevance | path

Searched refs:ELIBACC (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/tests-mx32/
Derrno2name.c207 #ifdef ELIBACC in errno2name()
208 CASE(ELIBACC); in errno2name()
/external/strace/tests-m32/
Derrno2name.c207 #ifdef ELIBACC in errno2name()
208 CASE(ELIBACC); in errno2name()
/external/strace/tests/
Derrno2name.c207 #ifdef ELIBACC in errno2name()
208 CASE(ELIBACC); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h62 #define ELIBACC 79 /* Can not access a needed shared library */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h58 #define ELIBACC 83 /* Can not access a needed shared library */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py82 ELIBACC = 83 variable
/external/u-boot/include/linux/
Derrno.h87 #define ELIBACC 79 /* Can not access a needed shared library */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py87 ELIBACC = 83 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c284 #ifdef ELIBACC
285 { "ELIBACC", (unsigned long) ELIBACC },
/external/u-boot/lib/
Derrno_str.c93 ERRNO_MSG(ELIBACC, "Can not access a needed shared library"),
/external/ltp/lib/
Derrnos.h112 PAIR(ELIBACC) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc120 ERROR_ENTRY(ELIBACC), // Can not access a needed shared library
/external/python/cpython2/Modules/
Derrnomodule.c435 #ifdef ELIBACC in initerrno()
436 inscode(d, ds, de, "ELIBACC", ELIBACC, "Can not access a needed shared library"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c478 #ifdef ELIBACC in PyInit_errno()
479 inscode(d, ds, de, "ELIBACC", ELIBACC, "Can not access a needed shared library"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst418 .. data:: ELIBACC
/external/python/cpython3/Doc/library/
Derrno.rst421 .. data:: ELIBACC
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1195 ELIBACC = syscall.Errno(0x53) const
Dzerrors_linux_sparc64.go1846 ELIBACC = syscall.Errno(0x72) const
Dzerrors_linux_mipsle.go2308 ELIBACC = syscall.Errno(0x53) const
Dzerrors_linux_s390x.go2364 ELIBACC = syscall.Errno(0x4f) const
Dzerrors_linux_arm.go2310 ELIBACC = syscall.Errno(0x4f) const
Dzerrors_linux_ppc64le.go2364 ELIBACC = syscall.Errno(0x4f) const
Dzerrors_linux_mips64.go2308 ELIBACC = syscall.Errno(0x53) const
Dzerrors_linux_ppc64.go2364 ELIBACC = syscall.Errno(0x4f) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1027 ELIBACC = 83 variable

12