Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Derrno.d241 enum EOPNOTSUPP = 130; in version() local
352 enum EOPNOTSUPP = 95; /// in version() local
455 enum EOPNOTSUPP = 95; /// in version() local
567 enum EOPNOTSUPP = 223; /// in version() local
663 enum EOPNOTSUPP = 122; /// in version() local
769 enum EOPNOTSUPP = 95; /// in version() local
872 enum EOPNOTSUPP = 95; /// in version() local
924 enum EOPNOTSUPP = 45; /// in version() local
1079 enum EOPNOTSUPP = 95; /// in version() local
1171 enum EOPNOTSUPP = ENOTSUP; /// Operation not supported on socket in version() local
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h194 #define EOPNOTSUPP 9929 macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derrno.in.h106 # define EOPNOTSUPP 130 macro
/netbsd-src/sys/sys/
H A Derrno.h94 #define EOPNOTSUPP 45 /* Operation not supported */ macro
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Derrno.d129 inline int EOPNOTSUPP = 45; variable