Searched refs:stat (Results 1 – 3 of 3) sorted by relevance
| /FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/ |
| A D | redposixcompat.h | 122 #define fstat( fd, stat ) red_fstat( fd, stat ) argument 123 #define fstat64( fd, stat ) fstat( fd, stat ) argument
|
| A D | fsstress.c | 376 #define stat( p, s ) red_stat( p, s ) macro 377 #define stat64( p, s ) stat( p, s ) 378 #define lstat( p, s ) stat( p, s ) 379 #define lstat64( p, s ) stat( p, s ) 895 e = stat( path, &sb ); in delete_tree()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redtools.h | 161 #define stat _stat macro
|
Completed in 12 milliseconds