Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 25 of 27) sorted by relevance

12

/toolchain/binutils/binutils-2.25/libiberty/
Dfdmatch.c57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch()
58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
DChangeLog7474 (fstat): Clean up descriptor->pointer conversion code.
7702 (mpw_fopen, mpw_fseek, stat, fstat): Call PROGRESS.
7716 (stat, fstat, _stat): New versions based on Guido van Rossum code.
/toolchain/binutils/binutils-2.25/gold/
Dftruncate.c55 if (fstat (fd, &filebuf) < 0) in ftruncate()
Dfileread.cc207 if (::fstat(this->descriptor_, &s) < 0) in open()
949 if (fstat(this->descriptor_, &file_stat) < 0) in get_mtime()
Doutput.cc5128 || ::fstat(o, &statbuf) != 0 in map_no_anonymous()
/toolchain/binutils/binutils-2.25/binutils/
Dbfdtest2.c53 return fstat (fileno ((FILE*) stream), sb); in iovec_stat()
Dnlmconv.c706 || fstat (fileno (custom_data), &st) < 0) in main()
726 || fstat (fileno (help_data), &st) < 0) in main()
747 || fstat (fileno (message_data), &st) < 0) in main()
782 || fstat (fileno (rpc_data), &st) < 0) in main()
815 || (fstat (fileno (shared_data), &st) < 0)) in main()
DChangeLog-2012615 * objdump.c (slurp_file): Close file if fstat fails.
Dobjdump.c1133 if (fstat (fd, &st) < 0) in slurp_file()
/toolchain/binutils/binutils-2.25/include/gdb/
Dcallback.h92 int (*fstat) (host_callback *, int, struct stat *); member
/toolchain/binutils/binutils-2.25/bfd/
Dcache.c415 sts = fstat (fileno (f), sb); in cache_bstat()
Dplugin.c189 if (fstat (file.fd, &stat_buf)) in try_claim()
Driscix.c598 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0) in riscix_some_aout_object_p()
Dpdp11.c639 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0) in NAME()
Daoutx.h648 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0) in NAME()
DChangeLog-2005498 * hppabsd-core.c (hppabsd_core_core_file_p): Use bfd_stat, not fstat.
DChangeLog-94956065 is defined (not just MACH). Use fstat instead of stat and check
6066 for fstat error.
/toolchain/binutils/binutils-2.25/intl/
Dloadmsgcat.c946 __builtin_expect (fstat (fd, &st) != 0, 0)
/toolchain/binutils/binutils-2.25/gold/po/
Did.po332 msgid "%s: fstat failed: %s"
333 msgstr "%s: fstat gagal: %s"
Dfi.po434 msgid "%s: fstat failed: %s"
435 msgstr "%s: fstat epäonnistui: %s"
Dit.po431 msgid "%s: fstat failed: %s"
432 msgstr "%s: fstat non riuscita: %s"
Des.po430 msgid "%s: fstat failed: %s"
431 msgstr "%s: falló fstat: %s"
Dvi.po436 msgid "%s: fstat failed: %s"
437 msgstr "%s: fstat bị lỗi: %s"
Dgold.pot713 msgid "%s: fstat failed: %s"
/toolchain/binutils/binutils-2.25/include/
DChangeLog-91031384 (host_callback): Pass stat struct pointer to stat,fstat.
1397 (host_callback): Add stat, fstat, syscall_map, errno_map, open_map,
1406 (CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat,

12