/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 61 EMULTIHOP, "EMULTIHOP", EMULTIHOP}, {
|
D | 4-1.c | 56 EMULTIHOP, "EMULTIHOP"}, {
|
D | 3-1-buildonly.c | 47 int dummy36 = EMULTIHOP;
|
/external/strace/tests-mx32/ |
D | errno2name.c | 240 #ifdef EMULTIHOP in errno2name() 241 CASE(EMULTIHOP); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 240 #ifdef EMULTIHOP in errno2name() 241 CASE(EMULTIHOP); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 240 #ifdef EMULTIHOP in errno2name() 241 CASE(EMULTIHOP); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 55 #define EMULTIHOP 72 /* Multihop attempted */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 51 #define EMULTIHOP 74 /* Multihop attempted */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 75 EMULTIHOP = 74 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 80 #define EMULTIHOP 72 /* Multihop attempted */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 80 EMULTIHOP = 74 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 317 #ifdef EMULTIHOP 318 { "EMULTIHOP", (unsigned long) EMULTIHOP },
|
/external/u-boot/lib/ |
D | errno_str.c | 86 ERRNO_MSG(EMULTIHOP, "Multihop attempted"),
|
/external/ltp/lib/ |
D | errnos.h | 105 PAIR(EMULTIHOP) in tst_strerrno()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 110 ERROR_ENTRY(EMULTIHOP), // Multihop attempted
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 275 #ifdef EMULTIHOP in initerrno() 276 inscode(d, ds, de, "EMULTIHOP", EMULTIHOP, "Multihop attempted"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 318 #ifdef EMULTIHOP in PyInit_errno() 319 inscode(d, ds, de, "EMULTIHOP", EMULTIHOP, "Multihop attempted"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 383 .. data:: EMULTIHOP
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 386 .. data:: EMULTIHOP
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1206 EMULTIHOP = syscall.Errno(0x4a) const
|
D | zerrors_dragonfly_amd64.go | 1338 EMULTIHOP = syscall.Errno(0x5a) const
|
D | zerrors_darwin_386.go | 1530 EMULTIHOP = syscall.Errno(0x5f) const
|
D | zerrors_darwin_arm64.go | 1530 EMULTIHOP = syscall.Errno(0x5f) const
|
D | zerrors_darwin_amd64.go | 1530 EMULTIHOP = syscall.Errno(0x5f) const
|
D | zerrors_netbsd_arm.go | 1468 EMULTIHOP = syscall.Errno(0x5e) const
|