Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/sys/
Derrno.h140 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
141 #define ENOTSUP EOPNOTSUPP
/picolibc-3.5.0-3.4.0/newlib/libc/machine/cris/sys/
Derrno.h157 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
198 #define ENOTSUP EOPNOTSUPP
/picolibc-3.5.0-3.4.0/newlib/libc/string/
Dstrerror.c880 #if defined(EOPNOTSUPP) && (!defined(ENOTSUP) || (ENOTSUP != EOPNOTSUPP)) in _strerror_r()
881 case EOPNOTSUPP: in _strerror_r()
/picolibc-3.5.0-3.4.0/newlib/libc/include/sys/
Derrno.h169 #define EOPNOTSUPP 95 /* Operation not supported on socket */ macro
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-201518108 * libc/string/strerror.c: Add check if EOPNOTSUPP and ENOTSUP are same.
23650 * libc/sys/errno.h: Added EOPNOTSUPP.