Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derrno.in.h53 # define EPROTO 134 macro
193 # define EPROTO 2003 macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Derrno.d245 enum EPROTO = 134; in version() local
328 enum EPROTO = 71; /// in version() local
431 enum EPROTO = 71; /// in version() local
522 enum EPROTO = 61; /// in version() local
635 enum EPROTO = 71; /// in version() local
745 enum EPROTO = 71; /// in version() local
848 enum EPROTO = 71; /// in version() local
966 enum EPROTO = 86; /// in version() local
1055 enum EPROTO = 71; /// in version() local
1204 enum EPROTO = 100; /// Protocol error in version() local
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h206 #define EPROTO 9932 macro
/netbsd-src/sys/sys/
H A Derrno.h173 #define EPROTO 96 /* Protocol error */ macro
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Derrno.d231 inline int EPROTO = 96; variable