Home
last modified time | relevance | path

Searched refs:EREMOTE (Results 1 – 25 of 49) sorted by relevance

12

/external/webrtc/webrtc/base/
Dsocket.h109 #undef EREMOTE
110 #define EREMOTE WSAEREMOTE macro
/external/strace/tests-mx32/
Derrno2name.c399 #ifdef EREMOTE in errno2name()
400 CASE(EREMOTE); in errno2name()
/external/strace/tests-m32/
Derrno2name.c399 #ifdef EREMOTE in errno2name()
400 CASE(EREMOTE); in errno2name()
/external/strace/tests/
Derrno2name.c399 #ifdef EREMOTE in errno2name()
400 CASE(EREMOTE); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h49 #define EREMOTE 66 /* Object is remote */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h44 #define EREMOTE 66 /* Object is remote */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py69 EREMOTE = 66 variable
/external/u-boot/include/linux/
Derrno.h74 #define EREMOTE 66 /* Object is remote */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc161 case EREMOTE: // Object is remote in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py74 EREMOTE = 66 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c464 #ifdef EREMOTE
465 { "EREMOTE", (unsigned long) EREMOTE },
/external/u-boot/lib/
Derrno_str.c80 ERRNO_MSG(EREMOTE, "Object is remote"),
/external/ltp/lib/
Derrnos.h99 PAIR(EREMOTE) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc102 ERROR_ENTRY(EREMOTE), // Object is remote
/external/curl/lib/
Dcurl_setup_once.h495 #define EREMOTE WSAEREMOTE macro
/external/python/cpython2/Modules/
Derrnomodule.c156 #ifdef EREMOTE in initerrno()
157 inscode(d, ds, de, "EREMOTE", EREMOTE, "Object is remote"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c199 #ifdef EREMOTE in PyInit_errno()
200 inscode(d, ds, de, "EREMOTE", EREMOTE, "Object is remote"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst353 .. data:: EREMOTE
/external/python/cpython3/Doc/library/
Derrno.rst356 .. data:: EREMOTE
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1252 EREMOTE = syscall.Errno(0x42) const
Dzerrors_dragonfly_amd64.go1379 EREMOTE = syscall.Errno(0x47) const
Dzerrors_openbsd_arm.go1412 EREMOTE = syscall.Errno(0x47) const
Dzerrors_openbsd_amd64.go1512 EREMOTE = syscall.Errno(0x47) const
Dzerrors_openbsd_386.go1410 EREMOTE = syscall.Errno(0x47) const
Dzerrors_darwin_386.go1578 EREMOTE = syscall.Errno(0x47) const

12