Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 25 of 60) sorted by relevance

123

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dsystem_error.cc281 #ifdef EPROTONOSUPPORT in default_error_condition()
282 case EPROTONOSUPPORT: in default_error_condition()
/dragonfly/tools/tools/netrate/pktgen/
H A Dpktgen.c288 return EPROTONOSUPPORT; in pktgen_config()
307 error = EPROTONOSUPPORT; in pktgen_config()
338 error = EPROTONOSUPPORT; in pktgen_config()
342 error = EPROTONOSUPPORT; in pktgen_config()
/dragonfly/crypto/openssh/
H A Daudit-linux.c48 if (errno == EINVAL || errno == EPROTONOSUPPORT || in linux_audit_record_event()
/dragonfly/contrib/diffutils/lib/
H A Dstrerror-override.c60 case EPROTONOSUPPORT: in strerror_override()
/dragonfly/contrib/grep/lib/
H A Dstrerror-override.c60 case EPROTONOSUPPORT: in strerror_override()
/dragonfly/sys/sys/
H A Derrno.h116 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/dragonfly/lib/libc/nls/
H A Dbe_BY.UTF-8.msg92 $ EPROTONOSUPPORT
H A Del_GR.ISO8859-7.msg92 $ EPROTONOSUPPORT
H A Dmn_Cyrl_MN.UTF-8.msg90 $ EPROTONOSUPPORT
H A Dru_RU.KOI8-R.msg94 $ EPROTONOSUPPORT
H A Duk_UA.UTF-8.msg92 $ EPROTONOSUPPORT
H A Dja_JP.UTF-8.msg92 $ EPROTONOSUPPORT
H A Dja_JP.eucJP.msg92 $ EPROTONOSUPPORT
H A Dko_KR.UTF-8.msg92 $ EPROTONOSUPPORT
H A Dko_KR.eucKR.msg92 $ EPROTONOSUPPORT
H A Dzh_Hans_CN.GB18030.msg88 $ EPROTONOSUPPORT
H A Dzh_Hans_CN.GB2312.msg88 $ EPROTONOSUPPORT
H A Dzh_Hans_CN.UTF-8.msg88 $ EPROTONOSUPPORT
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
H A Derror_constants.h144 protocol_not_supported = EPROTONOSUPPORT, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
H A Derror_constants.h144 protocol_not_supported = EPROTONOSUPPORT, in _GLIBCXX_VISIBILITY()
/dragonfly/usr.sbin/ftp-proxy/
H A Dfilter.c229 errno = EPROTONOSUPPORT; in prepare_rule()
332 errno = EPROTONOSUPPORT; in server_lookup()

123