Searched refs:TARGET_ERRNO_EPIPE (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/semihost/machine/arc/ | ||
D | arc_errno.c | 75 case TARGET_ERRNO_EPIPE: errno = EPIPE; break; in arc_semihost_errno() |
D | arc_semihost.h | 92 TARGET_ERRNO_EPIPE = 32, /* Broken pipe */ enumerator |