Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dfsstress.c377 #define stat64( p, s ) stat( p, s ) macro
991 if( ( stat64( ".", &statbuf ) == 0 ) && ( statbuf.st_ino == top_ino ) ) in check_cwd()
1133 if( ( chdir( buf ) < 0 ) || ( stat64( ".", &statbuf ) < 0 ) ) in doproc()
1763 rval = stat64( name->path, sbuf ); in stat64_path()

Completed in 15 milliseconds