/external/webrtc/webrtc/base/ |
D | socket.h | 55 #undef ESOCKTNOSUPPORT 56 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 432 #ifdef ESOCKTNOSUPPORT in errno2name() 433 CASE(ESOCKTNOSUPPORT); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 432 #ifdef ESOCKTNOSUPPORT in errno2name() 433 CASE(ESOCKTNOSUPPORT); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 432 #ifdef ESOCKTNOSUPPORT in errno2name() 433 CASE(ESOCKTNOSUPPORT); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
|
/external/ltp/testcases/kernel/syscalls/socket/ |
D | socket01.c | 96 tdat[i].experrno = ESOCKTNOSUPPORT; in setup()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
|
/external/ltp/testcases/kernel/syscalls/socketpair/ |
D | socketpair01.c | 100 tdat[i].experrno = ESOCKTNOSUPPORT; in setup()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 100 ESOCKTNOSUPPORT = 121 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 102 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 115 case ESOCKTNOSUPPORT: // Socket type not supported in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 105 ESOCKTNOSUPPORT = 121 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 482 #ifdef ESOCKTNOSUPPORT 483 { "ESOCKTNOSUPPORT", (unsigned long) ESOCKTNOSUPPORT },
|
/external/u-boot/lib/ |
D | errno_str.c | 108 ERRNO_MSG(ESOCKTNOSUPPORT, "Socket type not supported"),
|
/external/ltp/lib/ |
D | errnos.h | 127 PAIR(ESOCKTNOSUPPORT) in tst_strerrno()
|
D | safe_net.c | 117 case ESOCKTNOSUPPORT: in safe_socket()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 138 ERROR_ENTRY(ESOCKTNOSUPPORT), // Socket type not supported
|
/external/curl/lib/ |
D | curl_setup_once.h | 448 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 563 #ifdef ESOCKTNOSUPPORT in initerrno() 564 inscode(d, ds, de, "ESOCKTNOSUPPORT", ESOCKTNOSUPPORT, "Socket type not supported"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 606 #ifdef ESOCKTNOSUPPORT in PyInit_errno() 607 inscode(d, ds, de, "ESOCKTNOSUPPORT", ESOCKTNOSUPPORT, "Socket type not supported"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 493 .. data:: ESOCKTNOSUPPORT
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 496 .. data:: ESOCKTNOSUPPORT
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 319 const int ErrCode = ESOCKTNOSUPPORT; in HandleEvent()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1256 ESOCKTNOSUPPORT = syscall.Errno(0x79) const
|
D | zerrors_dragonfly_amd64.go | 1383 ESOCKTNOSUPPORT = syscall.Errno(0x2c) const
|