Searched refs:fstat (Results 1 – 25 of 27) sorted by relevance
12
/toolchain/binutils/binutils-2.25/libiberty/ |
D | fdmatch.c | 57 if ((fstat (fd1, &sbuf1) == 0) && in fdmatch() 58 (fstat (fd2, &sbuf2) == 0) && in fdmatch()
|
D | ChangeLog | 7474 (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/ |
D | ftruncate.c | 55 if (fstat (fd, &filebuf) < 0) in ftruncate()
|
D | fileread.cc | 207 if (::fstat(this->descriptor_, &s) < 0) in open() 949 if (fstat(this->descriptor_, &file_stat) < 0) in get_mtime()
|
D | output.cc | 5128 || ::fstat(o, &statbuf) != 0 in map_no_anonymous()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | bfdtest2.c | 53 return fstat (fileno ((FILE*) stream), sb); in iovec_stat()
|
D | nlmconv.c | 706 || 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()
|
D | ChangeLog-2012 | 615 * objdump.c (slurp_file): Close file if fstat fails.
|
D | objdump.c | 1133 if (fstat (fd, &st) < 0) in slurp_file()
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
D | callback.h | 92 int (*fstat) (host_callback *, int, struct stat *); member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | cache.c | 415 sts = fstat (fileno (f), sb); in cache_bstat()
|
D | plugin.c | 189 if (fstat (file.fd, &stat_buf)) in try_claim()
|
D | riscix.c | 598 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0) in riscix_some_aout_object_p()
|
D | pdp11.c | 639 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0) in NAME()
|
D | aoutx.h | 648 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0) in NAME()
|
D | ChangeLog-2005 | 498 * hppabsd-core.c (hppabsd_core_core_file_p): Use bfd_stat, not fstat.
|
D | ChangeLog-9495 | 6065 is defined (not just MACH). Use fstat instead of stat and check 6066 for fstat error.
|
/toolchain/binutils/binutils-2.25/intl/ |
D | loadmsgcat.c | 946 __builtin_expect (fstat (fd, &st) != 0, 0)
|
/toolchain/binutils/binutils-2.25/gold/po/ |
D | id.po | 332 msgid "%s: fstat failed: %s" 333 msgstr "%s: fstat gagal: %s"
|
D | fi.po | 434 msgid "%s: fstat failed: %s" 435 msgstr "%s: fstat epäonnistui: %s"
|
D | it.po | 431 msgid "%s: fstat failed: %s" 432 msgstr "%s: fstat non riuscita: %s"
|
D | es.po | 430 msgid "%s: fstat failed: %s" 431 msgstr "%s: falló fstat: %s"
|
D | vi.po | 436 msgid "%s: fstat failed: %s" 437 msgstr "%s: fstat bị lỗi: %s"
|
D | gold.pot | 713 msgid "%s: fstat failed: %s"
|
/toolchain/binutils/binutils-2.25/include/ |
D | ChangeLog-9103 | 1384 (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