Searched refs:stat_buf (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/diff/src/
H A Dcmp.c64 static struct stat stat_buf[2];
293 if (file_desc[f1] < 0 || fstat (file_desc[f1], stat_buf + f1) != 0)
307 if (0 < same_file (&stat_buf[0], &stat_buf[1])
308 && same_file_attributes (&stat_buf[0], &stat_buf[1])
330 && S_ISREG (stat_buf[0].st_mode)
331 && S_ISREG (stat_buf[1].st_mode))
333 off_t s0 = stat_buf[0].st_size - file_position (0);
334 off_t s1 = stat_buf[
63 static struct stat stat_buf[2]; variable in typeref:struct:stat
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c1281 struct stat stat_buf;
1288 stat_buf.st_mtime = (time_t) 0;
1291 if (stat (filename, &stat_buf) == -1)
1297 stat_buf.st_mtime = (time_t) -1;
1304 file_p->mtime = stat_buf.st_mtime;
2035 struct stat stat_buf;
2039 if (stat (aux_info_filename, &stat_buf) == -1)
2052 if ((aux_info_size = stat_buf.st_size) == 0)
2059 aux_info_mtime = stat_buf.st_mtime;
2067 if (stat (base_source_filename, &stat_buf)
1269 struct stat stat_buf; local
2019 struct stat stat_buf; local
3908 struct stat stat_buf; local
[all...]
H A Dmips-tfile.c4354 struct stat stat_buf;
4359 if (fstat (fileno (obj_in_stream), &stat_buf) != 0
4476 if (max_file_offset != (unsigned long) stat_buf.st_size)
4479 (long) stat_buf.st_size);
4314 struct stat stat_buf; local
/freebsd-9.3-release/contrib/binutils/bfd/
H A Daoutx.h636 struct stat stat_buf; local
647 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0)
648 && ((stat_buf.st_mode & 0111) != 0))

Completed in 86 milliseconds