Searched refs:stat64 (Results 1 – 1 of 1) sorted by relevance
377 #define stat64( p, s ) stat( p, s ) macro991 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