/external/strace/tests-mx32/ |
D | errno2name.c | 354 #ifdef ENOTUNIQ in errno2name() 355 CASE(ENOTUNIQ); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 354 #ifdef ENOTUNIQ in errno2name() 355 CASE(ENOTUNIQ); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 354 #ifdef ENOTUNIQ in errno2name() 355 CASE(ENOTUNIQ); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 59 #define ENOTUNIQ 76 /* Name not unique on network */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 55 #define ENOTUNIQ 80 /* Name not unique on network */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 79 ENOTUNIQ = 80 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 84 #define ENOTUNIQ 76 /* Name not unique on network */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 84 ENOTUNIQ = 80 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 425 #ifdef ENOTUNIQ 426 { "ENOTUNIQ", (unsigned long) ENOTUNIQ },
|
/external/u-boot/lib/ |
D | errno_str.c | 90 ERRNO_MSG(ENOTUNIQ, "Name not unique on network"),
|
/external/ltp/lib/ |
D | errnos.h | 109 PAIR(ENOTUNIQ) in tst_strerrno()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 117 ERROR_ENTRY(ENOTUNIQ), // Name not unique on network
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 330 #ifdef ENOTUNIQ in initerrno() 331 inscode(d, ds, de, "ENOTUNIQ", ENOTUNIQ, "Name not unique on network"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 373 #ifdef ENOTUNIQ in PyInit_errno() 374 inscode(d, ds, de, "ENOTUNIQ", ENOTUNIQ, "Name not unique on network"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 403 .. data:: ENOTUNIQ
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 406 .. data:: ENOTUNIQ
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1239 ENOTUNIQ = syscall.Errno(0x50) const
|
D | zerrors_linux_sparc64.go | 1893 ENOTUNIQ = syscall.Errno(0x73) const
|
D | zerrors_linux_mipsle.go | 2355 ENOTUNIQ = syscall.Errno(0x50) const
|
D | zerrors_linux_s390x.go | 2411 ENOTUNIQ = syscall.Errno(0x4c) const
|
D | zerrors_linux_arm.go | 2357 ENOTUNIQ = syscall.Errno(0x4c) const
|
D | zerrors_linux_ppc64le.go | 2411 ENOTUNIQ = syscall.Errno(0x4c) const
|
D | zerrors_linux_mips64.go | 2355 ENOTUNIQ = syscall.Errno(0x50) const
|
D | zerrors_linux_ppc64.go | 2411 ENOTUNIQ = syscall.Errno(0x4c) const
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | STROPTS.py | 1024 ENOTUNIQ = 80 variable
|