Home
last modified time | relevance | path

Searched defs:EPROTOTYPE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Derrno.d247 enum EPROTOTYPE = 136; in version() local
348 enum EPROTOTYPE = 91; /// in version() local
451 enum EPROTOTYPE = 91; /// in version() local
563 enum EPROTOTYPE = 219; /// in version() local
659 enum EPROTOTYPE = 98; /// in version() local
765 enum EPROTOTYPE = 91; /// in version() local
868 enum EPROTOTYPE = 91; /// in version() local
920 enum EPROTOTYPE = 41; /// in version() local
1075 enum EPROTOTYPE = 91; /// in version() local
1167 enum EPROTOTYPE = 41; /// Protocol wrong type for socket in version() local
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h238 #define EPROTOTYPE 9941 macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derrno.in.h103 # define EPROTOTYPE 136 macro
/netbsd-src/sys/sys/
H A Derrno.h90 #define EPROTOTYPE 41 /* Protocol wrong type for socket */ macro
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Derrno.d121 inline int EPROTOTYPE = 41; variable