Searched refs:ENAMETOOLONG (Results 1 – 8 of 8) sorted by relevance
110 errno = ENAMETOOLONG; in do_nftw()144 errno = ENAMETOOLONG; in nftw()
773 #ifdef ENAMETOOLONG in _strerror_r()774 case ENAMETOOLONG: in _strerror_r()
76 #define ENAMETOOLONG 36 /* File name too long */ macro
144 #define ENAMETOOLONG 91 /* File or path name too long */ macro
93 #define ENAMETOOLONG 36 /* File name too long */ macro
126 case TARGET_ERRNO_ENAMETOOLONG: errno = ENAMETOOLONG; break; in arc_semihost_errno()
75 errno = ENAMETOOLONG; in dbm_open()
25015 * libc/include/errno.h (ENAMETOOLONG): Define.25017 Add ENOSYS, ENMFILE, ENOTEMPTY, ENAMETOOLONG.