Home
last modified time | relevance | path

Searched refs:TARGET_ERRNO_EDQUOT (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/semihost/machine/arc/
Darc_errno.c158 case TARGET_ERRNO_EDQUOT: errno = EDQUOT; break; in arc_semihost_errno()
Darc_semihost.h175 TARGET_ERRNO_EDQUOT = 132, /* Reserved */ enumerator