Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/semihost/machine/arc/
Darc_errno.c126 case TARGET_ERRNO_ENAMETOOLONG: errno = ENAMETOOLONG; break; in arc_semihost_errno()
Darc_semihost.h143 TARGET_ERRNO_ENAMETOOLONG = 91, /* File or path name too long */ enumerator