/external/strace/tests-mx32/ |
D | errno2name.c | 129 #ifdef EDOTDOT in errno2name() 130 CASE(EDOTDOT); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 129 #ifdef EDOTDOT in errno2name() 130 CASE(EDOTDOT); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 129 #ifdef EDOTDOT in errno2name() 130 CASE(EDOTDOT); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 56 #define EDOTDOT 73 /* RFS specific error */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 50 #define EDOTDOT 73 /* RFS specific error */ macro
|
/external/u-boot/include/linux/ |
D | errno.h | 81 #define EDOTDOT 73 /* RFS specific error */ macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 212 #ifdef EDOTDOT 213 { "EDOTDOT", (unsigned long) EDOTDOT },
|
/external/u-boot/lib/ |
D | errno_str.c | 87 ERRNO_MSG(EDOTDOT, "RFS specific error"),
|
/external/ltp/lib/ |
D | errnos.h | 106 PAIR(EDOTDOT) in tst_strerrno()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 112 ERROR_ENTRY(EDOTDOT), // RFS specific error
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 236 #ifdef EDOTDOT in initerrno() 237 inscode(d, ds, de, "EDOTDOT", EDOTDOT, "RFS specific error"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 279 #ifdef EDOTDOT in PyInit_errno() 280 inscode(d, ds, de, "EDOTDOT", EDOTDOT, "RFS specific error"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 388 .. data:: EDOTDOT
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 391 .. data:: EDOTDOT
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1822 EDOTDOT = syscall.Errno(0x58) const
|
D | zerrors_linux_mipsle.go | 2283 EDOTDOT = syscall.Errno(0x49) const
|
D | zerrors_linux_s390x.go | 2340 EDOTDOT = syscall.Errno(0x49) const
|
D | zerrors_linux_arm.go | 2286 EDOTDOT = syscall.Errno(0x49) const
|
D | zerrors_linux_ppc64le.go | 2340 EDOTDOT = syscall.Errno(0x49) const
|
D | zerrors_linux_mips64.go | 2283 EDOTDOT = syscall.Errno(0x49) const
|
D | zerrors_linux_ppc64.go | 2340 EDOTDOT = syscall.Errno(0x49) const
|
D | zerrors_linux_amd64.go | 2280 EDOTDOT = syscall.Errno(0x49) const
|
D | zerrors_linux_mips64le.go | 2283 EDOTDOT = syscall.Errno(0x49) const
|
D | zerrors_linux_386.go | 2280 EDOTDOT = syscall.Errno(0x49) const
|
D | zerrors_linux_mips.go | 2283 EDOTDOT = syscall.Errno(0x49) const
|