Home
last modified time | relevance | path

Searched refs:EOPNOTSUPP (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/machine/spu/sys/
Derrno.h140 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
141 #define ENOTSUP EOPNOTSUPP
/picolibc-latest/newlib/libc/machine/cris/sys/
Derrno.h157 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
198 #define ENOTSUP EOPNOTSUPP
/picolibc-latest/newlib/libc/string/
Dstrerror.c883 #if defined(EOPNOTSUPP) && (!defined(ENOTSUP) || (ENOTSUP != EOPNOTSUPP)) in _strerror_r()
884 case EOPNOTSUPP: in _strerror_r()
/picolibc-latest/newlib/libc/include/sys/
Derrno.h146 #define EOPNOTSUPP 95 /* Operation not supported on socket */ macro
/picolibc-latest/semihost/machine/arc/
Darc_errno.c128 case TARGET_ERRNO_EOPNOTSUPP: errno = EOPNOTSUPP; break; in arc_semihost_errno()
/picolibc-latest/newlib/
DChangeLog-201518108 * libc/string/strerror.c: Add check if EOPNOTSUPP and ENOTSUP are same.
23650 * libc/sys/errno.h: Added EOPNOTSUPP.