Home
last modified time | relevance | path

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

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