Home
last modified time | relevance | path

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

/picolibc-latest/semihost/machine/arc/
Darc_errno.c71 case TARGET_ERRNO_ENOSPC: errno = ENOSPC; break; in arc_semihost_errno()
Darc_semihost.h88 TARGET_ERRNO_ENOSPC = 28, /* No space left on device */ enumerator