Searched refs:EOPNOTSUPP (Results 1 – 6 of 6) sorted by relevance
140 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro141 #define ENOTSUP EOPNOTSUPP
157 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro198 #define ENOTSUP EOPNOTSUPP
883 #if defined(EOPNOTSUPP) && (!defined(ENOTSUP) || (ENOTSUP != EOPNOTSUPP)) in _strerror_r()884 case EOPNOTSUPP: in _strerror_r()
146 #define EOPNOTSUPP 95 /* Operation not supported on socket */ macro
128 case TARGET_ERRNO_EOPNOTSUPP: errno = EOPNOTSUPP; break; in arc_semihost_errno()
18108 * libc/string/strerror.c: Add check if EOPNOTSUPP and ENOTSUP are same.23650 * libc/sys/errno.h: Added EOPNOTSUPP.