Home
last modified time | relevance | path

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

12

/external/strace/tests-mx32/
Derrno2name.c306 #ifdef ENOPKG in errno2name()
307 CASE(ENOPKG); in errno2name()
/external/strace/tests-m32/
Derrno2name.c306 #ifdef ENOPKG in errno2name()
307 CASE(ENOPKG); in errno2name()
/external/strace/tests/
Derrno2name.c306 #ifdef ENOPKG in errno2name()
307 CASE(ENOPKG); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h48 #define ENOPKG 65 /* Package not installed */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h43 #define ENOPKG 65 /* Package not installed */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py68 ENOPKG = 65 variable
/external/u-boot/include/linux/
Derrno.h73 #define ENOPKG 65 /* Package not installed */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py73 ENOPKG = 65 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c380 #ifdef ENOPKG
381 { "ENOPKG", (unsigned long) ENOPKG },
/external/u-boot/lib/
Derrno_str.c79 ERRNO_MSG(ENOPKG, "Package not installed"),
/external/ltp/lib/
Derrnos.h98 PAIR(ENOPKG) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc100 ERROR_ENTRY(ENOPKG), // Package not installed
/external/python/cpython2/Modules/
Derrnomodule.c606 #ifdef ENOPKG in initerrno()
607 inscode(d, ds, de, "ENOPKG", ENOPKG, "Package not installed"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c649 #ifdef ENOPKG in PyInit_errno()
650 inscode(d, ds, de, "ENOPKG", ENOPKG, "Package not installed"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst348 .. data:: ENOPKG
/external/python/cpython3/Doc/library/
Derrno.rst351 .. data:: ENOPKG
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1224 ENOPKG = syscall.Errno(0x41) const
Dzerrors_linux_sparc64.go1878 ENOPKG = syscall.Errno(0x71) const
Dzerrors_linux_mipsle.go2340 ENOPKG = syscall.Errno(0x41) const
Dzerrors_linux_s390x.go2396 ENOPKG = syscall.Errno(0x41) const
Dzerrors_linux_arm.go2342 ENOPKG = syscall.Errno(0x41) const
Dzerrors_linux_ppc64le.go2396 ENOPKG = syscall.Errno(0x41) const
Dzerrors_linux_mips64.go2340 ENOPKG = syscall.Errno(0x41) const
Dzerrors_linux_ppc64.go2396 ENOPKG = syscall.Errno(0x41) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1011 ENOPKG = 65 variable

12