Home
last modified time | relevance | path

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

12

/external/f2fs-tools/lib/
Dlibf2fs_io.c33 if (lseek64(config.kd, (off64_t)offset, SEEK_SET) < 0) in dev_read_version()
42 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_read()
60 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_write()
74 if (lseek64(config.dump_fd, (off64_t)offset, SEEK_SET) < 0) in dev_write_dump()
86 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_fill()
/external/e2fsprogs/util/
Dcopy_sparse.c156 if (lseek64(fd, should_be, SEEK_SET) == (off_t) -1) { in copy_sparse_file()
160 if (lseek64(ofd, should_be, SEEK_SET) == (off_t) -1) { in copy_sparse_file()
195 lseek64(ofd, offset-1, SEEK_CUR); in copy_sparse_file()
/external/e2fsprogs/lib/ext2fs/
Dllseek.c35 #define my_llseek lseek64
127 return lseek64 (fd, offset, origin); in ext2fs_llseek()
/external/e2fsprogs/lib/blkid/
Dllseek.c35 #define my_llseek lseek64
129 return lseek64 (fd, offset, origin); in blkid_llseek()
/external/fsck_msdos/
Ddir.c324 if (lseek64(f, off, SEEK_SET) != off) { in delete()
337 if (lseek64(f, off, SEEK_SET) != off) { in delete()
474 if (lseek64(f, off, SEEK_SET) != off) { in check_dot_dot()
563 if (lseek64(f, off, SEEK_SET) != off) { in readDosDirSection()
961 if (lseek64(f, off, SEEK_SET) != off in readDosDirSection()
1063 if (lseek64(dosfs, lfoff, SEEK_SET) != lfoff in reconnect()
1093 if (lseek64(dosfs, lfoff, SEEK_SET) != lfoff in reconnect()
/external/gptfdisk/
Dsupport.h16 #define lseek64 lseek macro
Ddiskio-unix.cc283 sought = lseek64(fd, seekTo, SEEK_SET); in Seek()
/external/e2fsprogs/misc/
Dfindsuper.c190 for (; lseek64(fd, sk, SEEK_SET) != -1 && in main()
/external/valgrind/
Dglibc-2.2.supp388 # llseek(result)/lseek64/_IO_file_seek(Param)
391 # fun:lseek64
/external/e2fsprogs/
Dconfigure.in924 dnl Check to see if lseek64() is declared in unistd.h. Glibc's header files
926 dnl and if it isn't defined while lseek64 is defined in the library,
932 AC_CHECK_DECL(lseek64,[AC_DEFINE(HAVE_LSEEK64_PROTOTYPE, 1,
933 [Define to 1 if lseek64 declared in unistd.h])],,
1041 lseek64
Dconfigure11044 …ablesize getmntinfo getpwuid_r getrlimit getrusage jrand48 llseek lseek64 mallinfo mbstow…
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dgzlib.c12 # define LSEEK lseek64
/external/elfutils/src/src/
Dstrings.c595 if (from != 0 && lseek64 (fd, from, SEEK_SET) != from) in read_block()
/external/zlib/src/
Dgzlib.c12 # define LSEEK lseek64
/external/e2fsprogs/lib/
Dconfig.h.in218 /* Define to 1 if you have the `lseek64' function. */
221 /* Define to 1 if lseek64 declared in unistd.h */
/external/squashfs-tools/
DCHANGES216 lseek64 - which meant on these distributions Unsquashfs
/external/elfutils/src/po/
Dde.po5753 msgid "lseek64 failed"
5754 msgstr "lseek64 fehlgeschlagen"
Duk.po6291 msgid "lseek64 failed"
6292 msgstr "помилка lseek64"
Den@boldquot.po6136 msgid "lseek64 failed"
6137 msgstr "lseek64 failed"
Den@quot.po6099 msgid "lseek64 failed"
6100 msgstr "lseek64 failed"
Dpl.po6268 msgid "lseek64 failed"
6269 msgstr "lseek64 nie powiodło się"
Des.po6309 msgid "lseek64 failed"
6310 msgstr "lseek64 falló"
Delfutils.pot5707 msgid "lseek64 failed"
Dja.po6007 msgid "lseek64 failed"
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2235 fun:lseek64=uninstrumented

12