Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrerror.c890 #ifdef EMSGSIZE in _strerror_r()
891 case EMSGSIZE: in _strerror_r()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/sys/
Derrno.h135 #define EMSGSIZE 90 /* Message too long */ macro
/picolibc-3.7.0-3.6.0/newlib/libc/machine/cris/sys/
Derrno.h152 #define EMSGSIZE 90 /* Message too long */ macro
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Derrno.h195 #define EMSGSIZE 122 /* Message too long */ macro
/picolibc-3.7.0-3.6.0/semihost/machine/arc/
Darc_errno.c148 case TARGET_ERRNO_EMSGSIZE: errno = EMSGSIZE; break; in arc_semihost_errno()