stat.c | 25 struct stat mips_stat; local 32 ret = REAL(stat)(path, &mips_stat); 33 stat_ntop(&mips_stat, s); 39 struct stat mips_stat; local 46 ret = REAL(fstat)(fd, &mips_stat); 47 stat_ntop(&mips_stat, s); 53 struct stat mips_stat; local 60 ret = REAL(lstat)(path, &mips_stat); 61 stat_ntop(&mips_stat, s); 67 struct stat mips_stat; local [all...] |