Searched refs:EOPNOTSUPP (Results 1 – 5 of 5) 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
880 #if defined(EOPNOTSUPP) && (!defined(ENOTSUP) || (ENOTSUP != EOPNOTSUPP)) in _strerror_r()881 case EOPNOTSUPP: in _strerror_r()
169 #define EOPNOTSUPP 95 /* Operation not supported on socket */ macro
18108 * libc/string/strerror.c: Add check if EOPNOTSUPP and ENOTSUP are same.23650 * libc/sys/errno.h: Added EOPNOTSUPP.