Home
last modified time | relevance | path

Searched refs:EDOTDOT (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/tests-mx32/
Derrno2name.c129 #ifdef EDOTDOT in errno2name()
130 CASE(EDOTDOT); in errno2name()
/external/strace/tests-m32/
Derrno2name.c129 #ifdef EDOTDOT in errno2name()
130 CASE(EDOTDOT); in errno2name()
/external/strace/tests/
Derrno2name.c129 #ifdef EDOTDOT in errno2name()
130 CASE(EDOTDOT); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h56 #define EDOTDOT 73 /* RFS specific error */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h50 #define EDOTDOT 73 /* RFS specific error */ macro
/external/u-boot/include/linux/
Derrno.h81 #define EDOTDOT 73 /* RFS specific error */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c212 #ifdef EDOTDOT
213 { "EDOTDOT", (unsigned long) EDOTDOT },
/external/u-boot/lib/
Derrno_str.c87 ERRNO_MSG(EDOTDOT, "RFS specific error"),
/external/ltp/lib/
Derrnos.h106 PAIR(EDOTDOT) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc112 ERROR_ENTRY(EDOTDOT), // RFS specific error
/external/python/cpython2/Modules/
Derrnomodule.c236 #ifdef EDOTDOT in initerrno()
237 inscode(d, ds, de, "EDOTDOT", EDOTDOT, "RFS specific error"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c279 #ifdef EDOTDOT in PyInit_errno()
280 inscode(d, ds, de, "EDOTDOT", EDOTDOT, "RFS specific error"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst388 .. data:: EDOTDOT
/external/python/cpython3/Doc/library/
Derrno.rst391 .. data:: EDOTDOT
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1822 EDOTDOT = syscall.Errno(0x58) const
Dzerrors_linux_mipsle.go2283 EDOTDOT = syscall.Errno(0x49) const
Dzerrors_linux_s390x.go2340 EDOTDOT = syscall.Errno(0x49) const
Dzerrors_linux_arm.go2286 EDOTDOT = syscall.Errno(0x49) const
Dzerrors_linux_ppc64le.go2340 EDOTDOT = syscall.Errno(0x49) const
Dzerrors_linux_mips64.go2283 EDOTDOT = syscall.Errno(0x49) const
Dzerrors_linux_ppc64.go2340 EDOTDOT = syscall.Errno(0x49) const
Dzerrors_linux_amd64.go2280 EDOTDOT = syscall.Errno(0x49) const
Dzerrors_linux_mips64le.go2283 EDOTDOT = syscall.Errno(0x49) const
Dzerrors_linux_386.go2280 EDOTDOT = syscall.Errno(0x49) const
Dzerrors_linux_mips.go2283 EDOTDOT = syscall.Errno(0x49) const

12