Searched refs:stat_buf (Results 1 – 4 of 4) sorted by relevance
188 struct stat stat_buf; in try_claim() local189 if (fstat (file.fd, &stat_buf)) in try_claim()191 file.filesize = stat_buf.st_size; in try_claim()
594 struct stat stat_buf; in riscix_some_aout_object_p() local598 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0) in riscix_some_aout_object_p()599 && ((stat_buf.st_mode & 0111) != 0)) in riscix_some_aout_object_p()
628 struct stat stat_buf; in NAME() local639 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0) in NAME()640 && ((stat_buf.st_mode & 0111) != 0)) in NAME()
637 struct stat stat_buf; in NAME() local648 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0) in NAME()649 && ((stat_buf.st_mode & 0111) != 0)) in NAME()