stat.c | 22 struct stat mips_stat; local 23 int ret = stat(path, &mips_stat); 24 stat_ntop(&mips_stat, s); 30 struct stat mips_stat; local 31 int ret = fstat(fd, &mips_stat); 32 stat_ntop(&mips_stat, s); 38 struct stat mips_stat; local 39 int ret = lstat(path, &mips_stat); 40 stat_ntop(&mips_stat, s); 46 struct stat mips_stat; local [all...] |