Searched refs:ENAMETOOLONG (Results 1 – 12 of 12) sorted by relevance
83 #define ENAMETOOLONG 91 /* File name too long */ macro
84 #define ENAMETOOLONG 36 /* File name too long */ macro
40 #define ENAMETOOLONG 36 /* File name too long */ macro
52 #define ENAMETOOLONG 36 /* File name too long */ macro
43 #define ENAMETOOLONG 36 /* File name too long */ macro
72 #define ENAMETOOLONG 36 /* File name too long */
80 #define ENAMETOOLONG 36 /**< File name too long */ macro
79 #define ENAMETOOLONG 36 /**< File name too long */
184 errno = ENAMETOOLONG; in sem_unlink()
25 return -ENAMETOOLONG; in _vfs_to_aos_res()
601 case LFS_ERR_NAMETOOLONG: ret = -ENAMETOOLONG; break; in lfs_ret_value_convert()
Completed in 16 milliseconds