Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/zlib/examples/
Dgzlog.c415 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 …]
Dgzappend.c210 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()
Dgzjoin.c182 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/
Dpread.c39 if (lseek(fd, offset, SEEK_SET) != offset) in pread()
Dftruncate.c61 if (lseek (fd, (length - 1), SEEK_SET) < 0) in ftruncate()
Dfileread.cc678 if (::lseek(this->descriptor_, base + first_offset, SEEK_SET) < 0) in do_readv()
DChangeLog-081515237 (Output_file::map): Call posix_fallocate rather than lseek and
/toolchain/binutils/binutils-2.27/libiberty/
Dsimple-object.c66 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/
Dcoff-stgo32.c334 if ((long) lseek (f, exe_start, SEEK_SET) != exe_start) in create_go32_stub()
356 lseek (f, 0L, SEEK_SET); in create_go32_stub()
Dplugin.c197 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/
Dcallback.h79 int (*lseek) (host_callback *, int, long , int); member
/toolchain/binutils/binutils-2.27/ld/
Dplugin.c579 if (lseek (input->fd, offset, SEEK_SET) < 0) in get_view()
1136 filesize = lseek (fd, 0, SEEK_END); in plugin_object_p()
Dconfig.in89 /* Define to 1 if you have the `lseek' function. */
Dconfigure.ac229 AC_CHECK_FUNCS(open lseek close)
Dconfigure16463 for ac_func in open lseek close
/toolchain/binutils/binutils-2.27/zlib/
Dgzlib.c14 # define LSEEK lseek
/toolchain/binutils/binutils-2.27/gold/po/
Did.po357 msgid "%s: lseek failed: %s"
358 msgstr "%s: lseek gagal: %s"
1444 msgid "%s: lseek: %s"
1445 msgstr "%s: lseek: %s"
Des.po460 msgid "%s: lseek failed: %s"
461 msgstr "%s: falló lseek: %s"
2276 #~ msgid "%s: lseek: %s"
2277 #~ msgstr "%s: lseek: %s"
Dit.po461 msgid "%s: lseek failed: %s"
462 msgstr "%s: lseek non riuscita: %s"
Dzh_CN.po736 msgid "%s: lseek failed: %s"
737 msgstr "%s:lseek 失败:%s"
Dvi.po466 msgid "%s: lseek failed: %s"
467 msgstr "%s: lseek bị lỗi: %s"
Dfi.po732 msgid "%s: lseek failed: %s"
733 msgstr "%s: lseek epäonnistui: %s"
Dfr.po730 msgid "%s: lseek failed: %s"
731 msgstr "%s : échec de lseek() : %s"
Dgold.pot740 msgid "%s: lseek failed: %s"
/toolchain/binutils/binutils-2.27/include/
DChangeLog-91031406 (CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat,