/toolchain/binutils/binutils-2.27/zlib/examples/ |
D | gzlog.c | 415 if (lseek(log->fd, 0, SEEK_SET) < 0 || in log_head() 451 ret = lseek(log->fd, HEAD, SEEK_SET) < 0 || in log_mark() 476 if (back != 8 && (lseek(log->fd, log->last - len, SEEK_SET) < 0 || in log_last() 491 return lseek(log->fd, log->last - len, SEEK_SET) < 0 || in log_last() 493 lseek(log->fd, log->stored, SEEK_CUR) < 0 ? -1 : 0; in log_last() 553 (end = lseek(log->fd, 0, SEEK_CUR)) < 0 || ftruncate(log->fd, end)) in log_append() 644 if (lseek(log->fd, log->first - (log->back > 8 ? 2 : 1), in log_compress() 646 read(log->fd, buf, 1) != 1 || lseek(log->fd, -1, SEEK_CUR) < 0) { in log_compress() 677 if ((log->first = lseek(log->fd, -1, SEEK_CUR)) < 0 || in log_compress() 705 (end = lseek(log->fd, 0, SEEK_CUR)) < 0 || ftruncate(log->fd, end)) in log_compress() [all …]
|
D | gzappend.c | 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) in skip() 291 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - gz.left; in gzscan() 331 lastoff = lseek(gz.fd, 0L, SEEK_CUR) - strm->avail_in; in gzscan() 340 end = lseek(gz.fd, 0L, SEEK_CUR) - gz.left; in gzscan() 355 lseek(gz.fd, lastoff - (lastbit != 0), SEEK_SET); in gzscan() 358 lseek(gz.fd, -1L, SEEK_CUR); in gzscan() 374 lseek(gz.fd, --end, SEEK_SET); in gzscan() 378 lseek(gz.fd, end, SEEK_SET); in gzscan()
|
D | gzjoin.c | 182 lseek(in->fd, skip - 1, SEEK_CUR); in bskip() 189 lseek(in->fd, skip - left, SEEK_CUR); in bskip()
|
/toolchain/binutils/binutils-2.27/gold/ |
D | pread.c | 39 if (lseek(fd, offset, SEEK_SET) != offset) in pread()
|
D | ftruncate.c | 61 if (lseek (fd, (length - 1), SEEK_SET) < 0) in ftruncate()
|
D | fileread.cc | 678 if (::lseek(this->descriptor_, base + first_offset, SEEK_SET) < 0) in do_readv()
|
D | ChangeLog-0815 | 15237 (Output_file::map): Call posix_fallocate rather than lseek and
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | simple-object.c | 66 if (lseek (descriptor, offset, SEEK_SET) < 0) in simple_object_internal_read() 110 if (lseek (descriptor, offset, SEEK_SET) < 0) in simple_object_internal_write()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | coff-stgo32.c | 334 if ((long) lseek (f, exe_start, SEEK_SET) != exe_start) in create_go32_stub() 356 lseek (f, 0L, SEEK_SET); in create_go32_stub()
|
D | plugin.c | 197 off_t cur_offset = lseek(file.fd, 0, SEEK_CUR); in try_claim() 199 lseek(file.fd, cur_offset, SEEK_SET); in try_claim()
|
/toolchain/binutils/binutils-2.27/include/gdb/ |
D | callback.h | 79 int (*lseek) (host_callback *, int, long , int); member
|
/toolchain/binutils/binutils-2.27/ld/ |
D | plugin.c | 579 if (lseek (input->fd, offset, SEEK_SET) < 0) in get_view() 1136 filesize = lseek (fd, 0, SEEK_END); in plugin_object_p()
|
D | config.in | 89 /* Define to 1 if you have the `lseek' function. */
|
D | configure.ac | 229 AC_CHECK_FUNCS(open lseek close)
|
D | configure | 16463 for ac_func in open lseek close
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | gzlib.c | 14 # define LSEEK lseek
|
/toolchain/binutils/binutils-2.27/gold/po/ |
D | id.po | 357 msgid "%s: lseek failed: %s" 358 msgstr "%s: lseek gagal: %s" 1444 msgid "%s: lseek: %s" 1445 msgstr "%s: lseek: %s"
|
D | es.po | 460 msgid "%s: lseek failed: %s" 461 msgstr "%s: falló lseek: %s" 2276 #~ msgid "%s: lseek: %s" 2277 #~ msgstr "%s: lseek: %s"
|
D | it.po | 461 msgid "%s: lseek failed: %s" 462 msgstr "%s: lseek non riuscita: %s"
|
D | zh_CN.po | 736 msgid "%s: lseek failed: %s" 737 msgstr "%s:lseek 失败:%s"
|
D | vi.po | 466 msgid "%s: lseek failed: %s" 467 msgstr "%s: lseek bị lỗi: %s"
|
D | fi.po | 732 msgid "%s: lseek failed: %s" 733 msgstr "%s: lseek epäonnistui: %s"
|
D | fr.po | 730 msgid "%s: lseek failed: %s" 731 msgstr "%s : échec de lseek() : %s"
|
D | gold.pot | 740 msgid "%s: lseek failed: %s"
|
/toolchain/binutils/binutils-2.27/include/ |
D | ChangeLog-9103 | 1406 (CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat,
|