Home
last modified time | relevance | path

Searched refs:RED_ENAMETOOLONG (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Drederrno.h97 #define RED_ENAMETOOLONG 36 macro
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dfsstress.c212 iErrno = RED_ENAMETOOLONG; in red_chdir()
225 iErrno = RED_ENAMETOOLONG; in red_chdir()
1011 if( ( rval >= 0 ) || ( errno != RED_ENAMETOOLONG ) ) in creat_path()
1363 if( ( rval >= 0 ) || ( errno != RED_ENAMETOOLONG ) ) in link_path()
1443 if( ( rval >= 0 ) || ( errno != RED_ENAMETOOLONG ) ) in lstat64_path()
1492 if( ( rval >= 0 ) || ( errno != RED_ENAMETOOLONG ) ) in mkdir_path()
1585 if( ( rval >= 0 ) || ( errno != RED_ENAMETOOLONG ) ) in open_path()
1610 if( rval || ( errno != RED_ENAMETOOLONG ) ) in opendir_path()
1639 if( ( rval >= 0 ) || ( errno != RED_ENAMETOOLONG ) ) in rename_path()
1718 if( ( rval >= 0 ) || ( errno != RED_ENAMETOOLONG ) ) in rmdir_path()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Ddir.c136 ret = -RED_ENAMETOOLONG; in RedDirEntryCreate()
339 ret = -RED_ENAMETOOLONG; in RedDirEntryLookup()

Completed in 19 milliseconds