Home
last modified time | relevance | path

Searched refs:ENOTNAM (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/tests-mx32/
Derrno2name.c336 #ifdef ENOTNAM in errno2name()
337 CASE(ENOTNAM); in errno2name()
/external/strace/tests-m32/
Derrno2name.c336 #ifdef ENOTNAM in errno2name()
337 CASE(ENOTNAM); in errno2name()
/external/strace/tests/
Derrno2name.c336 #ifdef ENOTNAM in errno2name()
337 CASE(ENOTNAM); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h101 #define ENOTNAM 118 /* Not a XENIX named type file */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h91 #define ENOTNAM 137 /* Not a XENIX named type file */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py127 ENOTNAM = 137 variable
/external/u-boot/include/linux/
Derrno.h126 #define ENOTNAM 118 /* Not a XENIX named type file */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py133 ENOTNAM = 137 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c410 #ifdef ENOTNAM
411 { "ENOTNAM", (unsigned long) ENOTNAM },
/external/u-boot/lib/
Derrno_str.c132 ERRNO_MSG(ENOTNAM, "Not a XENIX named type file"),
/external/ltp/lib/
Derrnos.h151 PAIR(ENOTNAM) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc163 ERROR_ENTRY(ENOTNAM), // Not a XENIX named type file
/external/python/cpython2/Modules/
Derrnomodule.c311 #ifdef ENOTNAM in initerrno()
312 inscode(d, ds, de, "ENOTNAM", ENOTNAM, "Not a XENIX named type file"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c354 #ifdef ENOTNAM in PyInit_errno()
355 inscode(d, ds, de, "ENOTNAM", ENOTNAM, "Not a XENIX named type file"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst613 .. data:: ENOTNAM
/external/python/cpython3/Doc/library/
Derrno.rst616 .. data:: ENOTNAM
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1888 ENOTNAM = syscall.Errno(0x76) const
Dzerrors_linux_mipsle.go2350 ENOTNAM = syscall.Errno(0x89) const
Dzerrors_linux_s390x.go2406 ENOTNAM = syscall.Errno(0x76) const
Dzerrors_linux_arm.go2352 ENOTNAM = syscall.Errno(0x76) const
Dzerrors_linux_ppc64le.go2406 ENOTNAM = syscall.Errno(0x76) const
Dzerrors_linux_mips64.go2350 ENOTNAM = syscall.Errno(0x89) const
Dzerrors_linux_ppc64.go2406 ENOTNAM = syscall.Errno(0x76) const
Dzerrors_linux_amd64.go2346 ENOTNAM = syscall.Errno(0x76) const
Dzerrors_linux_mips64le.go2350 ENOTNAM = syscall.Errno(0x89) const

12