/external/strace/tests-mx32/ |
D | errno2name.c | 207 #ifdef ELIBACC in errno2name() 208 CASE(ELIBACC); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 207 #ifdef ELIBACC in errno2name() 208 CASE(ELIBACC); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 207 #ifdef ELIBACC in errno2name() 208 CASE(ELIBACC); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 62 #define ELIBACC 79 /* Can not access a needed shared library */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 58 #define ELIBACC 83 /* Can not access a needed shared library */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 82 ELIBACC = 83 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 87 #define ELIBACC 79 /* Can not access a needed shared library */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 87 ELIBACC = 83 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 284 #ifdef ELIBACC 285 { "ELIBACC", (unsigned long) ELIBACC },
|
/external/u-boot/lib/ |
D | errno_str.c | 93 ERRNO_MSG(ELIBACC, "Can not access a needed shared library"),
|
/external/ltp/lib/ |
D | errnos.h | 112 PAIR(ELIBACC) in tst_strerrno()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 120 ERROR_ENTRY(ELIBACC), // Can not access a needed shared library
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 435 #ifdef ELIBACC in initerrno() 436 inscode(d, ds, de, "ELIBACC", ELIBACC, "Can not access a needed shared library"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 478 #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/ |
D | errno.rst | 418 .. data:: ELIBACC
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 421 .. data:: ELIBACC
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1195 ELIBACC = syscall.Errno(0x53) const
|
D | zerrors_linux_sparc64.go | 1846 ELIBACC = syscall.Errno(0x72) const
|
D | zerrors_linux_mipsle.go | 2308 ELIBACC = syscall.Errno(0x53) const
|
D | zerrors_linux_s390x.go | 2364 ELIBACC = syscall.Errno(0x4f) const
|
D | zerrors_linux_arm.go | 2310 ELIBACC = syscall.Errno(0x4f) const
|
D | zerrors_linux_ppc64le.go | 2364 ELIBACC = syscall.Errno(0x4f) const
|
D | zerrors_linux_mips64.go | 2308 ELIBACC = syscall.Errno(0x53) const
|
D | zerrors_linux_ppc64.go | 2364 ELIBACC = syscall.Errno(0x4f) const
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | STROPTS.py | 1027 ELIBACC = 83 variable
|